summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-08-05 09:11:25 +0900
committerMichael Stahl <mstahl@redhat.com>2014-08-05 21:26:50 +0000
commit223f761330486ef4c4c47f3b92cfa6dd0ed9d56a (patch)
tree8005a7b07334f09972d32e43a58987b267eb78ba /include
parent42172ea6478023d94d4f76f3b525180d2ff25695 (diff)
fdo#75757: remove inheritance to std::vector
typedefs just work. Change-Id: Ib91c0d4c383b5efac1ad9b93e574dec62e8234a4 Reviewed-on: https://gerrit.libreoffice.org/10754 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/xmlimp.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx
index 24414ff6a71f..4e801f98919e 100644
--- a/include/xmloff/xmlimp.hxx
+++ b/include/xmloff/xmlimp.hxx
@@ -62,7 +62,6 @@ namespace comphelper { class UnoInterfaceToUniqueIdentifierMapper; }
class SvXMLNamespaceMap;
class SvXMLImportContext;
-class SvXMLImportContexts_Impl;
class SvXMLImport_Impl;
class SvXMLUnitConverter;
class SvXMLNumFmtHelper;
@@ -71,6 +70,8 @@ class XMLEventImportHelper;
class XMLErrors;
class StyleMap;
+typedef std::vector<SvXMLImportContext *> SvXMLImportContexts_Impl;
+
namespace xmloff {
class RDFaImportHelper;
}