summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextListBlockContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLTextListBlockContext.cxx')
-rw-r--r--xmloff/source/text/XMLTextListBlockContext.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/xmloff/source/text/XMLTextListBlockContext.cxx b/xmloff/source/text/XMLTextListBlockContext.cxx
index 9e6c716ff564..ec0c91872198 100644
--- a/xmloff/source/text/XMLTextListBlockContext.cxx
+++ b/xmloff/source/text/XMLTextListBlockContext.cxx
@@ -282,14 +282,6 @@ SvXMLImportContext *XMLTextListBlockContext::CreateChildContext(
return pContext;
}
-const OUString& XMLTextListBlockContext::GetListId() const
-{
- return msListId;
-}
-const OUString& XMLTextListBlockContext::GetContinueListId() const
-{
- return msContinueListId;
-}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */