summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/fltfnc.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-12 16:50:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-12 19:42:37 +0100
commit503e0173bf1e207b05a33cc17e03d8b9dbcbc56b (patch)
tree56300d5ca6de4ad3b01a590ec916beed0a8c9c66 /sfx2/source/bastyp/fltfnc.cxx
parent02c9e05551d69980e0757b1b0a624692ea21a96b (diff)
Revert "loplugin:constfields in sfx2"
This reverts commit 8411b80d46765f1ddd4e37aa634ec963dcf4b04f. Change-Id: Ibf3aa3ce4bfedf9d47001ad824db7c48ff093a21 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90416 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/bastyp/fltfnc.cxx')
-rw-r--r--sfx2/source/bastyp/fltfnc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx
index 060dd47a3d9f..393edfc7f9cd 100644
--- a/sfx2/source/bastyp/fltfnc.cxx
+++ b/sfx2/source/bastyp/fltfnc.cxx
@@ -105,7 +105,7 @@ static OUString ToUpper_Impl( const OUString &rStr )
class SfxFilterContainer_Impl
{
public:
- OUString const aName;
+ OUString aName;
explicit SfxFilterContainer_Impl( const OUString& rName )
: aName( rName )
@@ -211,7 +211,7 @@ std::shared_ptr<const SfxFilter> SfxFilterContainer::GetDefaultFilter_Impl( cons
class SfxFilterMatcher_Impl
{
public:
- OUString const aName;
+ OUString aName;
mutable SfxFilterList_Impl* pList; // is created on demand
void InitForIterating() const;