From 0aa12db1c7ddcf87fef26b1467d8e4c5f5786531 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 11 Mar 2017 00:55:48 +0100 Subject: Fix typos Change-Id: I8afde16343288888d9b1806fae6cba3514812d02 Reviewed-on: https://gerrit.libreoffice.org/35062 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sw/source/uibase/dbui/dbmgr.cxx | 2 +- sw/source/uibase/inc/frmpage.hxx | 4 ++-- sw/source/uibase/misc/glosdoc.cxx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sw/source/uibase') diff --git a/sw/source/uibase/dbui/dbmgr.cxx b/sw/source/uibase/dbui/dbmgr.cxx index 39add21348c0..bc9ef4cf3115 100644 --- a/sw/source/uibase/dbui/dbmgr.cxx +++ b/sw/source/uibase/dbui/dbmgr.cxx @@ -803,7 +803,7 @@ SwDBManager::SwDBManager(SwDoc* pDoc) SwDBManager::~SwDBManager() { - // copy required, m_DataSourceParams can be modifed while disposing components + // copy required, m_DataSourceParams can be modified while disposing components std::vector> aCopiedConnections; for (auto & pParam : m_DataSourceParams) { diff --git a/sw/source/uibase/inc/frmpage.hxx b/sw/source/uibase/inc/frmpage.hxx index fe4a3a1d397d..63fb4db07eb6 100644 --- a/sw/source/uibase/inc/frmpage.hxx +++ b/sw/source/uibase/inc/frmpage.hxx @@ -152,13 +152,13 @@ class SwFramePage: public SfxTabPage DECL_LINK( ModifyHdl, Edit&, void ); void Init(const SfxItemSet& rSet, bool bReset = false); - // OD 12.11.2003 #i22341# - adjustment to handle maps, that are ambigous + // OD 12.11.2003 #i22341# - adjustment to handle maps, that are ambiguous // in the alignment. sal_Int32 FillPosLB( const FrameMap* _pMap, const sal_Int16 _nAlign, const sal_Int16 _nRel, ListBox& _rLB ); - // OD 14.11.2003 #i22341# - adjustment to handle maps, that are ambigous + // OD 14.11.2003 #i22341# - adjustment to handle maps, that are ambiguous // in their string entries. void FillRelLB( const FrameMap* _pMap, const sal_uInt16 _nLBSelPos, diff --git a/sw/source/uibase/misc/glosdoc.cxx b/sw/source/uibase/misc/glosdoc.cxx index 19631cf4f8c2..13e50027b2e3 100644 --- a/sw/source/uibase/misc/glosdoc.cxx +++ b/sw/source/uibase/misc/glosdoc.cxx @@ -175,7 +175,7 @@ SwTextBlocks* SwGlossaries::GetGroupDoc(const OUString &rName, return GetGlosDoc( rName, bCreate ); } -// Creates a new document with the group name. temporarly also created as file +// Creates a new document with the group name. temporarily also created as file // so that groups remain there later (without access). bool SwGlossaries::NewGroupDoc(OUString& rGroupName, const OUString& rTitle) { -- cgit