summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/list.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/list.hxx b/sw/inc/list.hxx
index f21a32f38ed8..5b0a703e7828 100644
--- a/sw/inc/list.hxx
+++ b/sw/inc/list.hxx
@@ -31,14 +31,14 @@ class SwListImpl;
class SwList
{
public:
- SwList( const String sListId,
+ SwList( const OUString sListId,
SwNumRule& rDefaultListStyle,
const SwNodes& rNodes );
~SwList();
- const String GetListId() const;
+ const OUString GetListId() const;
- const String GetDefaultListStyleName() const;
+ const OUString GetDefaultListStyleName() const;
void InsertListItem( SwNodeNum& rNodeNum,
const int nLevel );