summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-02-25 19:15:09 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-06 10:32:06 +0100
commit50d5361abb2cbcad84791fba152c647a367d8a1c (patch)
treeb3425154c83fca6d0532c4c8e6dbf435a3726478 /sdext/source/pdfimport
parent9bb97a34f0a0ebad0eb6815b70c883e8db92e510 (diff)
the passed string is already quoted
Diffstat (limited to 'sdext/source/pdfimport')
-rw-r--r--sdext/source/pdfimport/wrapper/wrapper.cxx4
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.