Kaydet (Commit) 50d5361a authored tarafından David Tardon's avatar David Tardon

the passed string is already quoted

üst 9bb97a34
...@@ -63,7 +63,6 @@ ...@@ -63,7 +63,6 @@
#include "basegfx/tools/unopolypolygon.hxx" #include "basegfx/tools/unopolypolygon.hxx"
#include <boost/bind.hpp> #include <boost/bind.hpp>
#include <boost/preprocessor/stringize.hpp>
#include <boost/scoped_ptr.hpp> #include <boost/scoped_ptr.hpp>
#include <boost/scoped_array.hpp> #include <boost/scoped_array.hpp>
...@@ -1017,8 +1016,7 @@ bool xpdf_ImportFromFile( const ::rtl::OUString& rUR ...@@ -1017,8 +1016,7 @@ bool xpdf_ImportFromFile( const ::rtl::OUString& rUR
converterURL.insert( converterURL.insert(
0, 0,
xProvider->getPackageLocation( xProvider->getPackageLocation(
rtl::OUString::createFromAscii( rtl::OUString::createFromAscii(PDFI_IMPL_IDENTIFIER)));
BOOST_PP_STRINGIZE(PDFI_IMPL_IDENTIFIER))));
} }
// spawn separate process to keep LGPL/GPL code apart. // spawn separate process to keep LGPL/GPL code apart.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment