summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLPropertyBackpatcher.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-23 11:06:14 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-24 06:46:01 +0000
commit6a5e30d52c345cbeb89eab0722fe866db0d62fc6 (patch)
tree183b1012d2a9ade2a598796cd848ecc292448994 /xmloff/source/text/XMLPropertyBackpatcher.hxx
parent24ca187b6370ca56c8acd92bc405028dd9deb5f2 (diff)
loplugin:singlevalfields in xmlhelp,xmloff
Change-Id: Ia40d1c9a153b5237c46d5a2b807dceff30775f4a Reviewed-on: https://gerrit.libreoffice.org/26589 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmloff/source/text/XMLPropertyBackpatcher.hxx')
-rw-r--r--xmloff/source/text/XMLPropertyBackpatcher.hxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/xmloff/source/text/XMLPropertyBackpatcher.hxx b/xmloff/source/text/XMLPropertyBackpatcher.hxx
index aaa641deff76..74e2c9b33d18 100644
--- a/xmloff/source/text/XMLPropertyBackpatcher.hxx
+++ b/xmloff/source/text/XMLPropertyBackpatcher.hxx
@@ -61,12 +61,6 @@ class XMLPropertyBackpatcher
/// name of property that gets set or backpatched
OUString sPropertyName;
- /// should a default value be set for unresolved properties
- bool bDefaultHandling;
-
- /// should the sPreservePropertyName be preserved
- bool bPreserveProperty;
-
/// name of the property to preserve
OUString sPreservePropertyName;
@@ -113,7 +107,7 @@ public:
/// set default (if bDefaultHandling) for unresolved names
/// called by destructor
- void SetDefault();
+ static void SetDefault();
};