[Libreoffice-commits] core.git: lotuswordpro/source sw/source
Andrea Gelmini
andrea.gelmini at gelma.net
Mon Jun 25 02:14:11 UTC 2018
lotuswordpro/source/filter/lwpfoundry.cxx | 2 +-
sw/source/core/unocore/unomap.cxx | 2 +-
sw/source/uibase/utlui/content.cxx | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit bef51263c2904fbee0d1283f0cbd32d89af1cbe4
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Sat Jun 23 14:28:45 2018 +0200
Fix typos
Change-Id: I8787f619d68073e4bbd293d5863736c0cfff1632
Reviewed-on: https://gerrit.libreoffice.org/56315
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
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(
More information about the Libreoffice-commits
mailing list