diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-12 11:08:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-12 17:45:54 +0100 |
commit | 638b670791d1a97b48c8246105870d6c484ced7d (patch) | |
tree | dc4f7f587a4522d917eb752b9498319ca9403cb6 /sd/source/ui/dlg/headerfooterdlg.cxx | |
parent | cebb74468478a2902d522b38bbedb4a2b536b392 (diff) |
Revert "loplugin:constfields in sd"
This reverts commit 453879cfd8f4a8e22847043231a0929e4d50f238.
Change-Id: Ic542fd6b1f09d71d8e6c9530198fe45151d75e16
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90410
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/dlg/headerfooterdlg.cxx')
-rw-r--r-- | sd/source/ui/dlg/headerfooterdlg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/headerfooterdlg.cxx b/sd/source/ui/dlg/headerfooterdlg.cxx index b53d25c72946..d912ca226204 100644 --- a/sd/source/ui/dlg/headerfooterdlg.cxx +++ b/sd/source/ui/dlg/headerfooterdlg.cxx @@ -90,8 +90,8 @@ const int nDateTimeFormatsCount = 12; namespace { struct DateAndTimeFormat { - SvxDateFormat const meDateFormat; - SvxTimeFormat const meTimeFormat; + SvxDateFormat meDateFormat; + SvxTimeFormat meTimeFormat; }; } @@ -120,7 +120,7 @@ class HeaderFooterTabPage private: SdDrawDocument* mpDoc; LanguageType meOldLanguage; - bool const mbHandoutMode; + bool mbHandoutMode; std::unique_ptr<weld::Builder> mxBuilder; std::unique_ptr<weld::Container> mxContainer; |