summaryrefslogtreecommitdiff
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
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>
-rw-r--r--lotuswordpro/source/filter/lwpfoundry.cxx2
-rw-r--r--sw/source/core/unocore/unomap.cxx2
-rw-r--r--sw/source/uibase/utlui/content.cxx4
3 files changed, 4 insertions, 4 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);
diff --git a/sw/source/core/unocore/unomap.cxx b/sw/source/core/unocore/unomap.cxx
index 3dffbe6859fc..1c242d610de7 100644
--- a/sw/source/core/unocore/unomap.cxx
+++ b/sw/source/core/unocore/unomap.cxx
@@ -328,7 +328,7 @@ const SfxItemPropertyMapEntry* SwUnoPropertyMapProvider::GetPropertyMapEntries(s
cppu::UnoType<css::awt::Point>::get(),
PropertyAttribute::READONLY, 0},
// #i71182#
- // missing map entry for property <PageToogle>
+ // missing map entry for property <PageToggle>
{ OUString(UNO_NAME_PAGE_TOGGLE), RES_HORI_ORIENT, cppu::UnoType<bool>::get(), PROPERTY_NONE ,MID_HORIORIENT_PAGETOGGLE },
{ OUString(UNO_NAME_RELATIVE_HEIGHT), RES_FRM_SIZE, cppu::UnoType<sal_Int16>::get() , PROPERTY_NONE, MID_FRMSIZE_REL_HEIGHT },
{ OUString(UNO_NAME_RELATIVE_HEIGHT_RELATION), RES_FRM_SIZE, cppu::UnoType<sal_Int16>::get(), PROPERTY_NONE, MID_FRMSIZE_REL_HEIGHT_RELATION },
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx
index 5ed2db49a19d..645469eb143f 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -393,7 +393,7 @@ void SwContentType::Init(bool* pbInvalidateWindow)
if(nullptr != pbInvalidateWindow)
{
// need to check visibility (and equal entry number) after
- // creation due to a sorted liszt being used here (before,
+ // creation due to a sorted list being used here (before,
// entries with same index were compared already at creation
// time what worked before a sorted list was used)
*pbInvalidateWindow = checkVisibilityChanged(
@@ -689,7 +689,7 @@ void SwContentType::FillMemberList(bool* pbLevelOrVisibilityChanged)
if(nullptr != pbLevelOrVisibilityChanged)
{
// need to check visibility (and equal entry number) after
- // creation due to a sorted liszt being used here (before,
+ // creation due to a sorted list being used here (before,
// entries with same index were compared already at creation
// time what worked before a sorted list was used)
*pbLevelOrVisibilityChanged = checkVisibilityChanged(