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 c5a9a4452f8b..891fb7967337 100644
--- a/xmloff/inc/txtlists.hxx
+++ b/xmloff/inc/txtlists.hxx
@@ -67,8 +67,8 @@ class XMLTextListsHelper : private boost::noncopyable
const OUString& sListId ) const;
OUString GetContinueListIdOfProcessedList(
const OUString& sListId ) const;
- const OUString& GetLastProcessedListId() const;
- const OUString& GetListStyleOfLastProcessedList() const;
+ const OUString& GetLastProcessedListId() const { return msLastProcessedListId;}
+ const OUString& GetListStyleOfLastProcessedList() const { return msListStyleOfLastProcessedList;}
OUString GenerateNewListId() const;