summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-02-18 23:42:01 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-02-19 08:07:32 +0000
commit07f98f3fdcc34320736e8c75c2528866eae65f30 (patch)
treed8e5572eb65f4a759263a9f0054138365b30a213 /sd
parent6ec1c0e803d52ff3ef28251b9e411f5f598b42d5 (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 'sd')
-rw-r--r--sd/source/ui/app/sddll.cxx2
-rw-r--r--sd/source/ui/func/fusel.cxx2
-rw-r--r--sd/source/ui/view/sdview3.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx
index 1f467d7f2341..fb744b74877d 100644
--- a/sd/source/ui/app/sddll.cxx
+++ b/sd/source/ui/app/sddll.cxx
@@ -280,7 +280,7 @@ void SdDLL::Init()
// register SvDraw-Fields
SdrRegisterFieldClasses();
- // register 3D-Objekt-Factory
+ // register 3D-object-factory
E3dObjFactory();
// register css::form::component::Form-Object-Factory
diff --git a/sd/source/ui/func/fusel.cxx b/sd/source/ui/func/fusel.cxx
index 90d2aa0d8d5b..d963bddc9ba5 100644
--- a/sd/source/ui/func/fusel.cxx
+++ b/sd/source/ui/func/fusel.cxx
@@ -366,7 +366,7 @@ bool FuSelection::MouseButtonDown(const MouseEvent& rMEvt)
if (pIPClient && pIPClient->IsObjectInPlaceActive())
{
- // OLE-Objekt gets deactivated in subsequent UnmarkAll()
+ // OLE-object gets deactivated in subsequent UnmarkAll()
bDeactivateOLE = true;
}
diff --git a/sd/source/ui/view/sdview3.cxx b/sd/source/ui/view/sdview3.cxx
index cb5dc0b44078..e6fadb143d45 100644
--- a/sd/source/ui/view/sdview3.cxx
+++ b/sd/source/ui/view/sdview3.cxx
@@ -329,7 +329,7 @@ bool View::InsertData( const TransferableDataHelper& rDataHelper,
// check special cases for pasting table formats as RTL
if( !bLink && (nFormat == SotClipboardFormatId::NONE || (nFormat == SotClipboardFormatId::RTF) || (nFormat == SotClipboardFormatId::RICHTEXT)) )
{
- // if the objekt supports rtf and there is a table involved, default is to create a table
+ // if the object supports rtf and there is a table involved, default is to create a table
bool bIsRTF = aDataHelper.HasFormat( SotClipboardFormatId::RTF );
if( ( bIsRTF || aDataHelper.HasFormat( SotClipboardFormatId::RICHTEXT ) )
&& ! aDataHelper.HasFormat( SotClipboardFormatId::DRAWING ) )