summaryrefslogtreecommitdiff
path: root/xmloff/source/forms
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms')
-rw-r--r--xmloff/source/forms/formattributes.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/forms/formattributes.hxx b/xmloff/source/forms/formattributes.hxx
index 5bed7db46f17..7167c1f82ccc 100644
--- a/xmloff/source/forms/formattributes.hxx
+++ b/xmloff/source/forms/formattributes.hxx
@@ -289,7 +289,7 @@ namespace xmloff
AttributeAssignment() : pEnumMap(nullptr), bInverseSemantics(false) { }
};
- protected:
+ private:
typedef std::map<OUString, AttributeAssignment> AttributeAssignments;
AttributeAssignments m_aKnownProperties;
@@ -381,7 +381,7 @@ namespace xmloff
const sal_uInt16 _nAttributeDefault, const SvXMLEnumMapEntry* _pValueMap,
const css::uno::Type* _pType = nullptr);
- protected:
+ private:
/// some common code for the various add*Property methods
AttributeAssignment& implAdd(
const sal_Char* _pAttributeName, const OUString& _rPropertyName,