diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-11 00:55:48 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-11 12:27:49 +0000 |
commit | 0aa12db1c7ddcf87fef26b1467d8e4c5f5786531 (patch) | |
tree | 38c281b6cea568f25680f7560175bfd0c0d6fdb6 /sw/source/uibase | |
parent | 66891aaebe089594fea38368b23800505fc6a0e4 (diff) |
Fix typos
Change-Id: I8afde16343288888d9b1806fae6cba3514812d02
Reviewed-on: https://gerrit.libreoffice.org/35062
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/uibase')
-rw-r--r-- | sw/source/uibase/dbui/dbmgr.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/inc/frmpage.hxx | 4 | ||||
-rw-r--r-- | sw/source/uibase/misc/glosdoc.cxx | 2 |
3 files changed, 4 insertions, 4 deletions
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<uno::Reference<sdbc::XConnection>> 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) { |