summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmlnumi.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-08-04 23:00:17 +0900
committerDavid Tardon <dtardon@redhat.com>2014-08-05 08:30:26 +0000
commita9bae49661f817236f0aa168dd2f054b6bca0b2b (patch)
treee617e53d8350ae5036fcb97de453a4bb94bb02fd /include/xmloff/xmlnumi.hxx
parentUpload first official libgltf release: libgltf-0.0.0 (diff)
downloadcore-a9bae49661f817236f0aa168dd2f054b6bca0b2b.tar.gz
core-a9bae49661f817236f0aa168dd2f054b6bca0b2b.zip
fdo#75757: remove inheritance to std::vector
Typedef'ing SvxXMLListStyle_Impl is enough. Change-Id: I281766822aea60794510c959581f0b821aea6642 Reviewed-on: https://gerrit.libreoffice.org/10729 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'include/xmloff/xmlnumi.hxx')
-rw-r--r--include/xmloff/xmlnumi.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xmloff/xmlnumi.hxx b/include/xmloff/xmlnumi.hxx
index 86b97264237f..304fadd5a71c 100644
--- a/include/xmloff/xmlnumi.hxx
+++ b/include/xmloff/xmlnumi.hxx
@@ -27,7 +27,8 @@
namespace com { namespace sun { namespace star { namespace frame { class XModel; } } } }
class SvI18NMap;
-class SvxXMLListStyle_Impl;
+class SvxXMLListLevelStyleContext_Impl;
+typedef std::vector<SvxXMLListLevelStyleContext_Impl *> SvxXMLListStyle_Impl;
class SvxXMLListStyleContext : public SvXMLStyleContext
{