diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-06-28 16:40:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-06-28 16:40:29 +0200 |
commit | af41cbde659fec031706348c23c5672316ca026c (patch) | |
tree | e1ea265f1d9b1eabfa158560611732c5b5771b7b /include/xmloff/txtparae.hxx | |
parent | 2cfb215de60eaa253766237c711f4f714dedb3c7 (diff) |
no need for XMLStringVector
Change-Id: I9e83c797da7e8a30d08db0ca0279a73d3f335477
Diffstat (limited to 'include/xmloff/txtparae.hxx')
-rw-r--r-- | include/xmloff/txtparae.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/xmloff/txtparae.hxx b/include/xmloff/txtparae.hxx index e37a6de39248..df7ce2864c07 100644 --- a/include/xmloff/txtparae.hxx +++ b/include/xmloff/txtparae.hxx @@ -31,7 +31,6 @@ #include <xmloff/styleexp.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/SinglePropertySetInfoCache.hxx> -#include <xmloff/XMLStringVector.hxx> #include <vector> #include <boost/scoped_ptr.hpp> @@ -87,7 +86,7 @@ class XMLOFF_DLLPUBLIC XMLTextParagraphExport : public XMLStyleExport /// may be NULL (if no redlines should be exported; e.g. in block mode) XMLRedlineExport *pRedlineExport; - XMLStringVector *pHeadingStyles; + std::vector<OUString> *pHeadingStyles; sal_Bool bProgress; |