summaryrefslogtreecommitdiff
path: root/include/oox/crypto/DocumentEncryption.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/crypto/DocumentEncryption.hxx')
-rw-r--r--include/oox/crypto/DocumentEncryption.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/crypto/DocumentEncryption.hxx b/include/oox/crypto/DocumentEncryption.hxx
index 55e3d12f4c43..d0ceee4b2738 100644
--- a/include/oox/crypto/DocumentEncryption.hxx
+++ b/include/oox/crypto/DocumentEncryption.hxx
@@ -31,7 +31,7 @@ namespace core {
class OOX_DLLPUBLIC DocumentEncryption
{
private:
- com::sun::star::uno::Reference< com::sun::star::io::XStream > mxDocumentStream;
+ css::uno::Reference< css::io::XStream > mxDocumentStream;
oox::ole::OleStorage& mrOleStorage;
OUString maPassword;
@@ -39,7 +39,7 @@ private:
public:
DocumentEncryption(
- com::sun::star::uno::Reference< com::sun::star::io::XStream > xDocumentStream,
+ css::uno::Reference< css::io::XStream > xDocumentStream,
oox::ole::OleStorage& rOleStorage,
const OUString& aPassword);