diff options
author | Mohammed Abdul Azeem <azeemmysore@gmail.com> | 2017-06-11 17:20:15 +0530 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2017-06-12 13:07:17 +0200 |
commit | 7260bb7160fe58ac63b6b5dd9a322805b1eacab4 (patch) | |
tree | 2d84736890bc7dd84d21419435f4a613de2243c0 /include/comphelper/storagehelper.hxx | |
parent | febbad7263ea25b76f4e53d2f136693a52207a1c (diff) |
Setting Buffered(threaded)Stream as default:
Also cleaning up bUseBufferedStream parameter.
Change-Id: Ibf9c9fcefbdcd229ffaa1d3b169ff87f00e91ceb
Reviewed-on: https://gerrit.libreoffice.org/38661
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'include/comphelper/storagehelper.hxx')
-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( |