summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-13 15:46:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-13 15:41:42 +0100
commit17e712ccc8fa93d57672916e3c8adaa8febc9f8c (patch)
treed62b91c405110bed4b90e93f8cf8237697dceec8 /sw/source/ui/dbui
parent37dc48300cc39e98c398737453e72836618ca2ac (diff)
Revert "loplugin:constfields in sw"
This reverts commit 4969f4c0d3e2581aaa8a5b5a5769840fa6b6f8ea. Change-Id: I527e9366b05e8a20633720e334395b285991c524 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90473 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/ui/dbui')
-rw-r--r--sw/source/ui/dbui/createaddresslistdialog.hxx2
-rw-r--r--sw/source/ui/dbui/dbinsdlg.cxx4
-rw-r--r--sw/source/ui/dbui/mmaddressblockpage.hxx6
3 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/dbui/createaddresslistdialog.hxx b/sw/source/ui/dbui/createaddresslistdialog.hxx
index 75de0880e278..a5fd9bd0d130 100644
--- a/sw/source/ui/dbui/createaddresslistdialog.hxx
+++ b/sw/source/ui/dbui/createaddresslistdialog.hxx
@@ -36,7 +36,7 @@ struct SwCSVData
class SwFindEntryDialog;
class SwCreateAddressListDialog : public SfxDialogController
{
- OUString const m_sAddressListFilterName;
+ OUString m_sAddressListFilterName;
OUString m_sURL;
std::unique_ptr<SwCSVData> m_pCSVData;
diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx
index 64f6c466692f..4d5248a5ef88 100644
--- a/sw/source/ui/dbui/dbinsdlg.cxx
+++ b/sw/source/ui/dbui/dbinsdlg.cxx
@@ -96,9 +96,9 @@ struct DB_Column
const enum class Type { FILLTEXT, COL_FIELD, COL_TEXT, SPLITPARA } eColType;
union {
- OUString* const pText;
+ OUString* pText;
SwField* pField;
- sal_uInt32 const nFormat;
+ sal_uInt32 nFormat;
};
const SwInsDBColumn* pColInfo;
diff --git a/sw/source/ui/dbui/mmaddressblockpage.hxx b/sw/source/ui/dbui/mmaddressblockpage.hxx
index 6d173043f171..d55b0cf8a056 100644
--- a/sw/source/ui/dbui/mmaddressblockpage.hxx
+++ b/sw/source/ui/dbui/mmaddressblockpage.hxx
@@ -195,7 +195,7 @@ private:
OUString m_sCurrentText;
SwMailMergeConfigItem& m_rConfigItem;
- DialogType const m_eType;
+ DialogType m_eType;
Idle m_aSelectionChangedIdle;
@@ -246,8 +246,8 @@ public:
class SwAssignFieldsControl;
class SwAssignFieldsDialog : public SfxDialogController
{
- OUString const m_sNone;
- OUString const m_rPreviewString;
+ OUString m_sNone;
+ OUString m_rPreviewString;
SwMailMergeConfigItem& m_rConfigItem;