summaryrefslogtreecommitdiff
path: root/xmloff/inc/xmltabi.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/xmltabi.hxx')
-rw-r--r--xmloff/inc/xmltabi.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmloff/inc/xmltabi.hxx b/xmloff/inc/xmltabi.hxx
index 81cc60e3d76a..c2e66f1a050d 100644
--- a/xmloff/inc/xmltabi.hxx
+++ b/xmloff/inc/xmltabi.hxx
@@ -26,12 +26,10 @@
class SvXMLImport;
class SvxXMLTabStopContext_Impl;
-typedef std::vector<rtl::Reference<SvxXMLTabStopContext_Impl>> SvxXMLTabStopArray_Impl;
-
class SvxXMLTabStopImportContext final : public XMLElementPropertyContext
{
private:
- std::unique_ptr<SvxXMLTabStopArray_Impl> mpTabStops;
+ std::vector<rtl::Reference<SvxXMLTabStopContext_Impl>> maTabStops;
public:
SvxXMLTabStopImportContext(SvXMLImport& rImport, sal_Int32 nElement,