summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltbli.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-15 16:23:45 +0200
committerNoel Grandin <noel@peralex.com>2013-10-18 09:59:16 +0200
commit3eeea8b5ddad1e1f3ae59822b132b128557925ae (patch)
treecffbe9d0af2ec3a287ee6681ddf29923a3ffe2fd /sw/source/filter/xml/xmltbli.hxx
parent111c843ce392b58a1dd0c675dd4ef214535d817c (diff)
convert String vectors to OUString vectors in SW
Change-Id: I431d805f2845830da0fa66f6521c5c7d6b5b10d5
Diffstat (limited to 'sw/source/filter/xml/xmltbli.hxx')
-rw-r--r--sw/source/filter/xml/xmltbli.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmltbli.hxx b/sw/source/filter/xml/xmltbli.hxx
index 0ba3130843cd..79016dcc2748 100644
--- a/sw/source/filter/xml/xmltbli.hxx
+++ b/sw/source/filter/xml/xmltbli.hxx
@@ -62,7 +62,7 @@ class SwXMLTableContext : public XMLTextTableContext
inline ColumnWidthInfo(sal_uInt16 wdth, bool isRel) : width(wdth), isRelative(isRel) {};
};
std::vector<ColumnWidthInfo> aColumnWidths;
- std::vector<String> *pColumnDefaultCellStyleNames;
+ std::vector<OUString> *pColumnDefaultCellStyleNames;
::com::sun::star::uno::Reference <
::com::sun::star::text::XTextCursor > xOldCursor;