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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpfootnote.cxx b/lotuswordpro/source/filter/lwpfootnote.cxx
index 53502aa18663..d4a49916a128 100644
--- a/lotuswordpro/source/filter/lwpfootnote.cxx
+++ b/lotuswordpro/source/filter/lwpfootnote.cxx
@@ -534,7 +534,7 @@ OUString LwpFootnoteOptions::GetContinuedOnMessage()
{
return m_ContinuedOnMessage.str();
}
- // else reture defauls message
+ // else return default message
return OUString(STRID_FOOTCONTINUEDON);
}
@@ -547,7 +547,7 @@ OUString LwpFootnoteOptions::GetContinuedFromMessage()
{
return m_ContinuedFromMessage.str();
}
- // else reture defauls message
+ // else return default message
return OUString(STRID_FOOTCONTINUEDFROM);
}