summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfootnote.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpfootnote.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpfootnote.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpfootnote.cxx b/lotuswordpro/source/filter/lwpfootnote.cxx
index 725d6e6809af..7ae711e30b1e 100644
--- a/lotuswordpro/source/filter/lwpfootnote.cxx
+++ b/lotuswordpro/source/filter/lwpfootnote.cxx
@@ -317,7 +317,7 @@ LwpDocument* LwpFootnote::GetEndnoteDivision(LwpDocument* pPossible)
/**
* @descr Get footnote table class name
*/
-OUString LwpFootnote::GetTableClass()
+OUString LwpFootnote::GetTableClass() const
{
OUString strClassName;
switch (GetType() & FN_MASK_BASE)
@@ -528,7 +528,7 @@ void LwpFootnoteOptions::RegisterEndnoteStyle()
/**
* @descr Get continue on message
*/
-OUString LwpFootnoteOptions::GetContinuedOnMessage()
+OUString LwpFootnoteOptions::GetContinuedOnMessage() const
{
if(m_ContinuedOnMessage.HasValue())
{
@@ -541,7 +541,7 @@ OUString LwpFootnoteOptions::GetContinuedOnMessage()
/**
* @descr Get continue from message
*/
-OUString LwpFootnoteOptions::GetContinuedFromMessage()
+OUString LwpFootnoteOptions::GetContinuedFromMessage() const
{
if(m_ContinuedFromMessage.HasValue())
{