diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-02-18 23:42:01 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-02-19 08:07:32 +0000 |
commit | 07f98f3fdcc34320736e8c75c2528866eae65f30 (patch) | |
tree | d8e5572eb65f4a759263a9f0054138365b30a213 /sw | |
parent | 6ec1c0e803d52ff3ef28251b9e411f5f598b42d5 (diff) |
Typos: mainly translation remnants of Objekt instead of object
Change-Id: I84c488a4a0fa96f85158d34035a16aa5e10c7c21
Reviewed-on: https://gerrit.libreoffice.org/34418
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Fakabbir Amin (Aeimi) <fakabbir@gmail.com>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/frmtool.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/app/swdll.cxx | 6 | ||||
-rw-r--r-- | sw/source/uibase/dochdl/swdtflvr.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/ribbar/drawbase.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/uiview/viewdraw.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/wrtsh/wrtsh1.cxx | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/sw/source/core/layout/frmtool.cxx b/sw/source/core/layout/frmtool.cxx index e574c5b4987d..48f293ad3e24 100644 --- a/sw/source/core/layout/frmtool.cxx +++ b/sw/source/core/layout/frmtool.cxx @@ -1178,7 +1178,7 @@ void InsertCnt_( SwLayoutFrame *pLay, SwDoc *pDoc, SwLayHelper *pPageMaker; //If the layout will be created (bPages == true) we do head on the progress - //Flys and DrawObjekte are not connected immediately, this + //Flys and DrawObjects are not connected immediately, this //happens only at the end of the function. if ( bPages ) { diff --git a/sw/source/uibase/app/swdll.cxx b/sw/source/uibase/app/swdll.cxx index 6a9d689aacac..609b4add0b77 100644 --- a/sw/source/uibase/app/swdll.cxx +++ b/sw/source/uibase/app/swdll.cxx @@ -112,10 +112,10 @@ SwDLL::SwDLL() // register SvDraw-Fields SdrRegisterFieldClasses(); - // register 3D-Objekt-Factory + // register 3D-object-Factory E3dObjFactory(); - // register form::component::Form-Objekt-Factory + // register form::component::Form-object-Factory FmFormObjFactory(); SdrObjFactory::InsertMakeObjectHdl( LINK( &aSwObjectFactory, SwObjectFactory, MakeObject ) ); @@ -164,7 +164,7 @@ SwDLL::~SwDLL() ::FinitUI(); filters_.reset(); ::FinitCore(); - // sign out Objekt-Factory + // sign out object-Factory SdrObjFactory::RemoveMakeObjectHdl(LINK(&aSwObjectFactory, SwObjectFactory, MakeObject )); } diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx b/sw/source/uibase/dochdl/swdtflvr.cxx index 190afa612de4..9af2f2b8be3e 100644 --- a/sw/source/uibase/dochdl/swdtflvr.cxx +++ b/sw/source/uibase/dochdl/swdtflvr.cxx @@ -445,7 +445,7 @@ bool SwTransferable::GetData( const DataFlavor& rFlavor, const OUString& rDestDo pTmpDoc->getIDocumentFieldsAccess().LockExpFields(); // never update fields - leave text as it is lclOverWriteDoc(*m_pWrtShell, *pTmpDoc); - // in CORE a new one was created (OLE-Objekte copied!) + // in CORE a new one was created (OLE-objects copied!) m_aDocShellRef = pTmpDoc->GetTmpDocShell(); if( m_aDocShellRef.Is() ) SwTransferable::InitOle( m_aDocShellRef, *pTmpDoc ); diff --git a/sw/source/uibase/ribbar/drawbase.cxx b/sw/source/uibase/ribbar/drawbase.cxx index b089ddc3dff9..5189f8c4b91e 100644 --- a/sw/source/uibase/ribbar/drawbase.cxx +++ b/sw/source/uibase/ribbar/drawbase.cxx @@ -131,7 +131,7 @@ bool SwDrawBase::MouseButtonDown(const MouseEvent& rMEvt) } else if (eHit == SdrHitKind::MarkedObject && !rMEvt.IsShift() && !rMEvt.IsMod2()) { - // Move objekt + // Move object return false; } else if (eHit == SdrHitKind::Handle) diff --git a/sw/source/uibase/uiview/viewdraw.cxx b/sw/source/uibase/uiview/viewdraw.cxx index 1d322df294be..78af0533809c 100644 --- a/sw/source/uibase/uiview/viewdraw.cxx +++ b/sw/source/uibase/uiview/viewdraw.cxx @@ -597,7 +597,7 @@ bool SwView::BeginTextEdit(SdrObject* pObj, SdrPageView* pPV, vcl::Window* pWin, return bRet; } -// Is a DrawTextObjekt selected? +// Is a DrawTextObject selected? bool SwView::IsTextTool() const { diff --git a/sw/source/uibase/wrtsh/wrtsh1.cxx b/sw/source/uibase/wrtsh/wrtsh1.cxx index fb208b93a56d..9bf3403b7ec5 100644 --- a/sw/source/uibase/wrtsh/wrtsh1.cxx +++ b/sw/source/uibase/wrtsh/wrtsh1.cxx @@ -333,7 +333,7 @@ void SwWrtShell::Insert( const OUString &rPath, const OUString &rFilter, EndAllAction(); } -// Insert an OLE-Objekt into the CORE. +// Insert an OLE-Object into the CORE. // if no object is transferred, then one will be created. void SwWrtShell::InsertObject( const svt::EmbeddedObjectRef& xRef, SvGlobalName *pName, |