diff options
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/pdfimport/misc/pwdinteract.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/misc/pwdinteract.cxx b/sdext/source/pdfimport/misc/pwdinteract.cxx index 4b6d4a82c3a0..00bd5deb0c69 100644 --- a/sdext/source/pdfimport/misc/pwdinteract.cxx +++ b/sdext/source/pdfimport/misc/pwdinteract.cxx @@ -133,7 +133,7 @@ private: return uno::makeAny( task::ErrorCodeRequest( OUString(), uno::Reference< uno::XInterface >(), - ERRCODE_IO_WRONGVERSION)); + sal_uInt32(ERRCODE_IO_WRONGVERSION))); //TODO: should be something more informative than crudely reused // ERRCODE_IO_WRONGVERSION } |