diff options
Diffstat (limited to 'xmloff/inc/xmltabi.hxx')
-rw-r--r-- | xmloff/inc/xmltabi.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/xmltabi.hxx b/xmloff/inc/xmltabi.hxx index 5fb54e0fb548..ecc1b4af282b 100644 --- a/xmloff/inc/xmltabi.hxx +++ b/xmloff/inc/xmltabi.hxx @@ -25,7 +25,7 @@ class SvXMLImport; class SvxXMLTabStopContext_Impl; -typedef std::vector<SvxXMLTabStopContext_Impl *> SvxXMLTabStopArray_Impl; +typedef std::vector<css::uno::Reference<SvxXMLTabStopContext_Impl>> SvxXMLTabStopArray_Impl; class SvxXMLTabStopImportContext : public XMLElementPropertyContext { |