diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-21 11:09:44 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-07-22 02:03:13 +0200 |
commit | b86ef3b7fa3713031858f7d39c084445a5976a83 (patch) | |
tree | 606bb783e015f7ab5881048af0305ed28664694a /lotuswordpro | |
parent | ccc7d6de630ad7d59dbde65c44f81ad749cb556b (diff) |
Fix typos
Change-Id: I326827c394347cbe9fad242e9da5702cba7a4d95
Reviewed-on: https://gerrit.libreoffice.org/57761
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/lwpfootnote.cxx | 4 |
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); } |