diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-13 10:01:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-13 19:21:01 +0100 |
commit | df3e1b7bbd126ed114015070bf68db30fbe9516e (patch) | |
tree | 50b26b1a65210ed635c51d446db177f75feb9b7b /svl/source/fsstor | |
parent | d077cd6189da55cab0bdea3a265446f362160ae0 (diff) |
Revert "loplugin:constfields in svl"
This reverts commit 5181253946ca1877cc42050452aa6d733d6da3f1.
Change-Id: I30e30aae45c33824c0df823a9fad710faa81ea3c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90453
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svl/source/fsstor')
-rw-r--r-- | svl/source/fsstor/fsstorage.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/fsstor/fsstorage.cxx b/svl/source/fsstor/fsstorage.cxx index 0b566b2ac15d..344d4b01c751 100644 --- a/svl/source/fsstor/fsstorage.cxx +++ b/svl/source/fsstor/fsstorage.cxx @@ -60,9 +60,9 @@ using namespace ::com::sun::star; struct FSStorage_Impl { - OUString const m_aURL; + OUString m_aURL; ::ucbhelper::Content m_aContent; - sal_Int32 const m_nMode; + sal_Int32 m_nMode; std::unique_ptr<::comphelper::OInterfaceContainerHelper2> m_pListenersContainer; // list of listeners uno::Reference< uno::XComponentContext > m_xContext; |