summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-09-01 12:41:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-09-02 08:27:49 +0200
commitd8759f225c5246465194b71b1407c84904752cc9 (patch)
tree72dabe3110dab7b770a927f31a2aa3d2dac7c49e /xmloff/inc
parent4b9e440c51be3e40326bc90c33ae69885bfb51e4 (diff)
loplugin:unusedfields
Change-Id: Icecc024c4385ec69508369d2645d8412e6dbff69 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101835 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/XMLTextColumnsContext.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/inc/XMLTextColumnsContext.hxx b/xmloff/inc/XMLTextColumnsContext.hxx
index 99e3bbaf07c3..ea020811934f 100644
--- a/xmloff/inc/XMLTextColumnsContext.hxx
+++ b/xmloff/inc/XMLTextColumnsContext.hxx
@@ -36,8 +36,6 @@ class XMLTextColumnsContext final :public XMLElementPropertyContext
{
std::unique_ptr<XMLTextColumnsArray_Impl> pColumns;
rtl::Reference<XMLTextColumnSepContext_Impl> mxColumnSep;
- std::unique_ptr<SvXMLTokenMap> pColumnAttrTokenMap;
- std::unique_ptr<SvXMLTokenMap> pColumnSepAttrTokenMap;
sal_Int16 nCount;
bool bAutomatic;
sal_Int32 nAutomaticDistance;