diff options
author | David Tardon <dtardon@redhat.com> | 2012-02-25 19:15:09 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-03-06 10:32:06 +0100 |
commit | 50d5361abb2cbcad84791fba152c647a367d8a1c (patch) | |
tree | b3425154c83fca6d0532c4c8e6dbf435a3726478 /sdext | |
parent | 9bb97a34f0a0ebad0eb6815b70c883e8db92e510 (diff) |
the passed string is already quoted
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/pdfimport/wrapper/wrapper.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sdext/source/pdfimport/wrapper/wrapper.cxx b/sdext/source/pdfimport/wrapper/wrapper.cxx index 807bcddb6c4e..27d856767081 100644 --- a/sdext/source/pdfimport/wrapper/wrapper.cxx +++ b/sdext/source/pdfimport/wrapper/wrapper.cxx @@ -63,7 +63,6 @@ #include "basegfx/tools/unopolypolygon.hxx" #include <boost/bind.hpp> -#include <boost/preprocessor/stringize.hpp> #include <boost/scoped_ptr.hpp> #include <boost/scoped_array.hpp> @@ -1017,8 +1016,7 @@ bool xpdf_ImportFromFile( const ::rtl::OUString& rUR converterURL.insert( 0, xProvider->getPackageLocation( - rtl::OUString::createFromAscii( - BOOST_PP_STRINGIZE(PDFI_IMPL_IDENTIFIER)))); + rtl::OUString::createFromAscii(PDFI_IMPL_IDENTIFIER))); } // spawn separate process to keep LGPL/GPL code apart. |