summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/list.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/list.cxx')
-rw-r--r--sw/source/core/doc/list.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/doc/list.cxx b/sw/source/core/doc/list.cxx
index 4976f07ca99e..2e3f9bbc3971 100644
--- a/sw/source/core/doc/list.cxx
+++ b/sw/source/core/doc/list.cxx
@@ -35,9 +35,9 @@ class SwListImpl
const SwNodes& rNodes );
~SwListImpl();
- const OUString GetListId() const { return msListId;}
+ const OUString& GetListId() const { return msListId;}
- const OUString GetDefaultListStyleName() const { return msDefaultListStyleName;}
+ const OUString& GetDefaultListStyleName() const { return msDefaultListStyleName;}
void InsertListItem( SwNodeNum& rNodeNum,
const int nLevel );