diff options
author | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2018-06-06 00:51:10 -0400 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-06-07 10:45:35 +0200 |
commit | b10bc896bdceeb3f24269c485272fde2e669922f (patch) | |
tree | bfebeb8da6a98b0bca0bb93445feec45111404a4 /sdext/source | |
parent | 17b95a2cb577731687e87126f22e6e64784e782c (diff) |
vcl: svx: misc improvements to pdfium importing
Change-Id: I58f2fd973a731b148f40b37139cd74bac097a7d2
Diffstat (limited to 'sdext/source')
-rw-r--r-- | sdext/source/pdfimport/wrapper/wrapper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/wrapper/wrapper.cxx b/sdext/source/pdfimport/wrapper/wrapper.cxx index affd350a6a8c..d34573d65ee6 100644 --- a/sdext/source/pdfimport/wrapper/wrapper.cxx +++ b/sdext/source/pdfimport/wrapper/wrapper.cxx @@ -1009,7 +1009,7 @@ public: }; bool xpdf_ImportFromFile(const OUString& rURL, - const ContentSinkSharedPtr& rSink, + const ContentSinkSharedPtr& rSink, const uno::Reference<task::XInteractionHandler>& xIHdl, const OUString& rPwd, const uno::Reference<uno::XComponentContext>& xContext, |