summaryrefslogtreecommitdiff
path: root/sfx2
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 /sfx2
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 'sfx2')
-rw-r--r--sfx2/source/appl/workwin.cxx4
-rw-r--r--sfx2/source/dialog/templdlg.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx
index f961abbc5557..59d453919bf0 100644
--- a/sfx2/source/appl/workwin.cxx
+++ b/sfx2/source/appl/workwin.cxx
@@ -1622,7 +1622,7 @@ void SfxWorkWindow::ConfigChild_Impl(SfxChildIdentifier eChild,
switch ( pCli->eAlign )
{
case SfxChildAlignment::TOP:
- // Objekt-Toolboxes come always last
+ // Object-Toolboxes come always last
aInnerRect.Top() += pCli->aSize.Height();
break;
@@ -1638,7 +1638,7 @@ void SfxWorkWindow::ConfigChild_Impl(SfxChildIdentifier eChild,
break;
case SfxChildAlignment::BOTTOM:
- // Objekt-Toolboxes come always last
+ // Object-Toolboxes come always last
aInnerRect.Bottom() -= pCli->aSize.Height();
break;
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index 75df0888b3eb..f3d17b2427c9 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -1461,7 +1461,7 @@ void SfxCommonTemplateDialog_Impl::Notify(SfxBroadcaster& /*rBC*/, const SfxHint
// Necessary if switching between documents and in both documents
// the same template is used. Do not immediately call Update_Impl,
- // for the case that one of the documents is an internal InPlaceObjekt!
+ // for the case that one of the documents is an internal InPlaceObject!
case SfxHintId::DocChanged:
bUpdate = true;
break;