From 53f16c39f5c4c69ab603bf9098daec71f7a0acb8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 18 Nov 2015 10:12:08 +0200 Subject: remove unused typedefs and inline use-once typedefs and improve the script a little Change-Id: I2792ea4dd5df3a50736fbe209225c3f16fb86b84 Reviewed-on: https://gerrit.libreoffice.org/20033 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- xmloff/source/style/xmlnumfi.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'xmloff') 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 SvXMLEmbeddedElementArr; - class SvXMLNumImpData { SvNumberFormatter* pFormatter; @@ -105,7 +103,7 @@ struct SvXMLNumberInfo bool bDecReplace; bool bExpSign; double fDisplayFactor; - SvXMLEmbeddedElementArr m_EmbeddedElements; + std::map m_EmbeddedElements; SvXMLNumberInfo() { -- cgit