summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlatr.cxx
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/filter/html/htmlatr.cxx
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/filter/html/htmlatr.cxx')
-rw-r--r--sw/source/filter/html/htmlatr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/html/htmlatr.cxx b/sw/source/filter/html/htmlatr.cxx
index 3250307078b4..f7dd8ac111e5 100644
--- a/sw/source/filter/html/htmlatr.cxx
+++ b/sw/source/filter/html/htmlatr.cxx
@@ -1084,11 +1084,11 @@ class HTMLEndPosLst
std::vector<sal_uInt16> aScriptLst;
SwDoc *pDoc; // the current document
- SwDoc* const pTemplate; // the HTML template (or 0)
+ SwDoc* pTemplate; // the HTML template (or 0)
std::optional<Color> xDfltColor;// the default foreground colors
std::set<OUString>& rScriptTextStyles;
- sal_uLong const nHTMLMode;
+ sal_uLong nHTMLMode;
bool bOutStyles : 1; // are styles exported
// Insert/remove a SttEndPos in/from the Start and End lists.