summaryrefslogtreecommitdiff
path: root/package/source/xstor/ocompinstream.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-12 08:37:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-12 08:17:11 +0100
commitb5da97197bd3d0de0e5cb737da96ceab1146f679 (patch)
treefc877af67f059e42125c1d02ad24755edf2b6c11 /package/source/xstor/ocompinstream.hxx
parent2e74fdc559eb1b7bab1a6661203400017f93b234 (diff)
Revert "loplugin:constfields in package..registry"
This reverts commit 31138ff7729cbf179079a5e635d3a823e2971f08. Now that we know that making fields has negative side effects like disabling assignment operator generation. Change-Id: I3f1ae65532f441c8be5ebca5866b8a1e1c69318c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90363 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'package/source/xstor/ocompinstream.hxx')
-rw-r--r--package/source/xstor/ocompinstream.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/xstor/ocompinstream.hxx b/package/source/xstor/ocompinstream.hxx
index 58d433d67bfc..c41c2c25f40a 100644
--- a/package/source/xstor/ocompinstream.hxx
+++ b/package/source/xstor/ocompinstream.hxx
@@ -48,7 +48,7 @@ protected:
std::unique_ptr<::comphelper::OInterfaceContainerHelper2> m_pInterfaceContainer;
css::uno::Sequence < css::beans::PropertyValue > m_aProperties;
bool m_bDisposed;
- sal_Int32 const m_nStorageType;
+ sal_Int32 m_nStorageType;
public:
OInputCompStream( OWriteStream_Impl& pImpl,