summaryrefslogtreecommitdiffstats
path: root/xmloff/inc/RDFaImportHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/RDFaImportHelper.hxx')
-rw-r--r--xmloff/inc/RDFaImportHelper.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmloff/inc/RDFaImportHelper.hxx b/xmloff/inc/RDFaImportHelper.hxx
index c64e5a19cd7c..7242d3fdcc1f 100644
--- a/xmloff/inc/RDFaImportHelper.hxx
+++ b/xmloff/inc/RDFaImportHelper.hxx
@@ -45,9 +45,7 @@ class RDFaImportHelper
private:
const SvXMLImport & m_rImport;
- typedef ::std::vector< RDFaEntry > RDFaEntries_t;
-
- RDFaEntries_t m_RDFaEntries;
+ ::std::vector< RDFaEntry > m_RDFaEntries;
const SvXMLImport & GetImport() const { return m_rImport; }