summaryrefslogtreecommitdiff
path: root/xmloff/inc/txtlists.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/txtlists.hxx')
-rw-r--r--xmloff/inc/txtlists.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/txtlists.hxx b/xmloff/inc/txtlists.hxx
index dda522c441f9..59454e79802f 100644
--- a/xmloff/inc/txtlists.hxx
+++ b/xmloff/inc/txtlists.hxx
@@ -64,9 +64,9 @@ class XMLTextListsHelper
const OUString& sListStyleDefaultListId = OUString() );
bool IsListProcessed( const OUString& sListId ) const;
- OUString GetListStyleOfProcessedList(
+ const OUString & GetListStyleOfProcessedList(
const OUString& sListId ) const;
- OUString GetContinueListIdOfProcessedList(
+ const OUString & GetContinueListIdOfProcessedList(
const OUString& sListId ) const;
const OUString& GetLastProcessedListId() const { return msLastProcessedListId;}
const OUString& GetListStyleOfLastProcessedList() const { return msListStyleOfLastProcessedList;}