summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-09-29 01:38:27 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2013-09-29 10:46:59 +0200
commit8b7bc95275b19affebf50b3ecba6c763f63bc1c5 (patch)
treeb3a92342579dcdd318134eeb70de07031d897d3c /sw/inc
parent9811d927766ec54c0ca7e163df3bd762caab0355 (diff)
String to OUString
Change-Id: I6cff1659b0bacef0bed90fb9767513018a7eeba7
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/doc.hxx2
-rw-r--r--sw/inc/editsh.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index a71b21aa17f3..dff338529a91 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -1565,7 +1565,7 @@ public:
const bool bNum,
const bool bOutline,
int nNonEmptyAllowed,
- String& sListId,
+ OUString& sListId,
const bool bInvestigateStartNode = false );
/// Paragraphs without numbering but with indents.
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index a8d0d727d3ab..d1eb77b779b7 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -545,7 +545,7 @@ public:
const bool bNum,
const bool bOutline,
int nNonEmptyAllowed,
- String& sListId );
+ OUString& sListId );
/** Undo.
Maintain UndoHistory in Document.