summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/style/xmlnumfi.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmloff/source/style/xmlnumfi.cxx b/xmloff/source/style/xmlnumfi.cxx
index a6fdf38bbf0d..db1edc7ce07a 100644
--- a/xmloff/source/style/xmlnumfi.cxx
+++ b/xmloff/source/style/xmlnumfi.cxx
@@ -59,8 +59,6 @@ struct SvXMLNumFmtEntry
aName(rN), nKey(nK), bRemoveAfterUse(bR) {}
};
-typedef std::map<sal_Int32, OUString> SvXMLEmbeddedElementArr;
-
class SvXMLNumImpData
{
SvNumberFormatter* pFormatter;
@@ -105,7 +103,7 @@ struct SvXMLNumberInfo
bool bDecReplace;
bool bExpSign;
double fDisplayFactor;
- SvXMLEmbeddedElementArr m_EmbeddedElements;
+ std::map<sal_Int32, OUString> m_EmbeddedElements;
SvXMLNumberInfo()
{