diff options
Diffstat (limited to 'include/xmloff/xmlnumi.hxx')
-rw-r--r-- | include/xmloff/xmlnumi.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlnumi.hxx b/include/xmloff/xmlnumi.hxx index dbe8adc6103f..ee7913a40edd 100644 --- a/include/xmloff/xmlnumi.hxx +++ b/include/xmloff/xmlnumi.hxx @@ -33,7 +33,7 @@ namespace com { namespace sun { namespace star { namespace frame { class XModel; } } } } class SvxXMLListLevelStyleContext_Impl; -typedef std::vector<css::uno::Reference<SvxXMLListLevelStyleContext_Impl>> SvxXMLListStyle_Impl; +typedef std::vector<rtl::Reference<SvxXMLListLevelStyleContext_Impl>> SvxXMLListStyle_Impl; class XMLOFF_DLLPUBLIC SvxXMLListStyleContext : public SvXMLStyleContext |