summaryrefslogtreecommitdiffstats
path: root/package/source/xstor/xstorage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/xstor/xstorage.cxx')
-rw-r--r--package/source/xstor/xstorage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/xstor/xstorage.cxx b/package/source/xstor/xstorage.cxx
index 9d1f77d5223a..3821c7488b70 100644
--- a/package/source/xstor/xstorage.cxx
+++ b/package/source/xstor/xstorage.cxx
@@ -3200,7 +3200,7 @@ uno::Reference< io::XStream > SAL_CALL OStorage::openEncryptedStream(
SAL_INFO("package.xstor", "Rethrow: " << rException.Message);
uno::Any aCaught( ::cppu::getCaughtException() );
- throw embed::StorageWrappedTargetException( THROW_WHERE "Can't open encrypted stream stream!",
+ throw embed::StorageWrappedTargetException( THROW_WHERE "Can't open encrypted stream!",
uno::Reference< io::XInputStream >(),
aCaught );
}