diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-06-23 05:48:09 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-06-23 15:04:27 +0200 |
commit | ecddd5ee9cd4e1dc874a84f8846f938c0199b552 (patch) | |
tree | a4722ae9f2753886bb174c6a94673bb5ae18fe6f /sd | |
parent | 5e028ad5dccc6ff1a9250baf2196f7a2f235e314 (diff) |
tdf#39468 Translate some random German comments/terms
Change-Id: I5f3b430fa317d7da13d47c21f1fec6c489b05522
Reviewed-on: https://gerrit.libreoffice.org/39141
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/core/sdpage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx index 2594a895bedd..1af632010fe6 100644 --- a/sd/source/core/sdpage.cxx +++ b/sd/source/core/sdpage.cxx @@ -749,7 +749,7 @@ void SdPage::Changed(const SdrObject& rObj, SdrUserCallType eType, const ::tools if( bUndo ) pUndoManager->AddUndoAction( new UndoObjectUserCall(*pObj) ); - // Objekt was resized by user and does not listen to its slide anymore + // Object was resized by user and does not listen to its slide anymore pObj->SetUserCall(nullptr); } } |