summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlstyle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/xmlstyle.cxx')
-rw-r--r--xmloff/source/style/xmlstyle.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/source/style/xmlstyle.cxx b/xmloff/source/style/xmlstyle.cxx
index 5c4c12f667cf..17e72b70b62b 100644
--- a/xmloff/source/style/xmlstyle.cxx
+++ b/xmloff/source/style/xmlstyle.cxx
@@ -200,6 +200,8 @@ bool SvXMLStyleContext::IsTransient() const
return false;
}
+namespace {
+
class SvXMLStyleIndex_Impl
{
OUString const sName;
@@ -243,6 +245,8 @@ struct SvXMLStyleIndexCmp_Impl
}
};
+}
+
class SvXMLStylesContext_Impl
{
typedef std::set<SvXMLStyleIndex_Impl, SvXMLStyleIndexCmp_Impl> IndicesType;