summaryrefslogtreecommitdiffstats
path: root/sdext/source/pdfimport/filterdet.hxx
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-04-28 14:19:13 +0200
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-04-28 14:19:13 +0200
commit3651f6631751fc5acd3e9f709c0346958e3ab79e (patch)
tree7d24a9bdf0a61b70e5456b1f03ee86b16f8ead17 /sdext/source/pdfimport/filterdet.hxx
parentpdfextfix03: #i110871# pdf literal strings may contain nested parantheses (diff)
downloadcore-3651f6631751fc5acd3e9f709c0346958e3ab79e.tar.gz
core-3651f6631751fc5acd3e9f709c0346958e3ab79e.zip
pdfextfix03: #i110871# use DocumentPasswordRequest, PasswordRequest is deprecated
Diffstat (limited to 'sdext/source/pdfimport/filterdet.hxx')
-rw-r--r--sdext/source/pdfimport/filterdet.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/filterdet.hxx b/sdext/source/pdfimport/filterdet.hxx
index 5a35320c91c5..4be260eb4254 100644
--- a/sdext/source/pdfimport/filterdet.hxx
+++ b/sdext/source/pdfimport/filterdet.hxx
@@ -104,7 +104,9 @@ bool checkDocChecksum( const rtl::OUString& rInPDFFileURL,
bool getPassword( const com::sun::star::uno::Reference< com::sun::star::task::XInteractionHandler >& xHandler,
rtl::OUString& o_rPwd,
- bool bFirstTry );
+ bool bFirstTry,
+ const rtl::OUString& i_rDocName
+ );
}