summaryrefslogtreecommitdiff
path: root/sw/inc/docstyle.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-08-19 02:13:48 +0200
committerMichael Stahl <mstahl@redhat.com>2013-08-21 09:44:10 +0000
commit4e9d7341d421440453bfbc306d65a2bd7bad0384 (patch)
treee462cb345fed956fe70ad5ff29ee9934e32446e6 /sw/inc/docstyle.hxx
parentbb145132b87be8690d4b3b23f15bba11a2a0d94c (diff)
String to OUString
Change-Id: Ibbd6cfd969dd5ba3f839f48ff557d6c850ea3ab2 Reviewed-on: https://gerrit.libreoffice.org/5557 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/inc/docstyle.hxx')
-rw-r--r--sw/inc/docstyle.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/docstyle.hxx b/sw/inc/docstyle.hxx
index bda6a871b3a7..6ca9cc5367d8 100644
--- a/sw/inc/docstyle.hxx
+++ b/sw/inc/docstyle.hxx
@@ -20,6 +20,7 @@
#define SW_DOCSTYLE_HXX
#include <rtl/ref.hxx>
+#include <rtl/ustring.hxx>
#include <svl/style.hxx>
#include <svl/itemset.hxx>
@@ -38,11 +39,11 @@ class SwNumRule;
/*--------------------------------------------------------------------
Local helper class.
--------------------------------------------------------------------*/
-class SwPoolFmtList : public std::vector<String>
+class SwPoolFmtList : public std::vector<OUString>
{
public:
SwPoolFmtList() {}
- void Append( char cChar, const String& rStr );
+ void Append( char cChar, const OUString& rStr );
void Erase();
};