diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/storagehelper.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/comphelper/storagehelper.hxx b/include/comphelper/storagehelper.hxx index d852cb718f58..18b12178eb29 100644 --- a/include/comphelper/storagehelper.hxx +++ b/include/comphelper/storagehelper.hxx @@ -156,8 +156,7 @@ public: const css::uno::Reference < css::io::XInputStream >& xStream, const css::uno::Reference< css::uno::XComponentContext >& rxContext = css::uno::Reference< css::uno::XComponentContext >(), - bool bRepairStorage = false, - bool bUseBufferedStream = false ); + bool bRepairStorage = false ); /// @throws css::uno::Exception static css::uno::Reference< css::embed::XStorage > @@ -167,8 +166,7 @@ public: sal_Int32 nStorageMode = css::embed::ElementModes::READWRITE, const css::uno::Reference< css::uno::XComponentContext >& rxContext = css::uno::Reference< css::uno::XComponentContext >(), - bool bRepairStorage = false, - bool bUseBufferedStream = false ); + bool bRepairStorage = false ); static css::uno::Sequence< css::beans::NamedValue > CreatePackageEncryptionData( |