summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-06-23 14:28:45 +0200
committerJens Carl <j.carl43@gmx.de>2018-06-25 04:13:49 +0200
commitbef51263c2904fbee0d1283f0cbd32d89af1cbe4 (patch)
tree565ab9696902822e57be9936e6df43f9cac43626 /lotuswordpro
parentd6f66fd08b9950a9af96a7745266e5003e3c8a32 (diff)
Fix typos
Change-Id: I8787f619d68073e4bbd293d5863736c0cfff1632 Reviewed-on: https://gerrit.libreoffice.org/56315 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpfoundry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpfoundry.cxx b/lotuswordpro/source/filter/lwpfoundry.cxx
index 2f56998ee4b7..40420d92244c 100644
--- a/lotuswordpro/source/filter/lwpfoundry.cxx
+++ b/lotuswordpro/source/filter/lwpfoundry.cxx
@@ -442,7 +442,7 @@ LwpOrderedObject* LwpOrderedObjectManager::Enumerate(LwpOrderedObject * pLast)
LwpListList* pList = nullptr;
if(pLast)
{
- // We're at the end of Last's list (not Liszt's list).
+ // We're at the end of Last's list (not list's list).
// Start with the next active list
pList = dynamic_cast<LwpListList*>(pLast->GetListList().obj().get());
pList= GetNextActiveListList(pList);