summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdpage.cxx
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-04-21 21:27:09 +0200
committerMichael Stahl <mstahl@redhat.com>2017-04-27 17:47:32 +0200
commit063626b994960f7fe8426688203c8aa87e425cb4 (patch)
tree8a761aadf3450fb25e6795f1a83b242a4653d955 /svx/source/svdraw/svdpage.cxx
parent2c6eb5dcadc77c4e6af0d03c69267859b1f853b5 (diff)
Translate German comments (rest of svx/ except svx/source/form/)
Change-Id: Ib0fccc41c71902861f450c6184f57be2c5da0811 Reviewed-on: https://gerrit.libreoffice.org/36804 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svx/source/svdraw/svdpage.cxx')
-rw-r--r--svx/source/svdraw/svdpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdpage.cxx b/svx/source/svdraw/svdpage.cxx
index fe27594e9ecc..83281d013a74 100644
--- a/svx/source/svdraw/svdpage.cxx
+++ b/svx/source/svdraw/svdpage.cxx
@@ -409,7 +409,7 @@ SdrObject* SdrObjList::NbcRemoveObject(size_t nObjNum)
pObj->GetViewContact().flushViewObjectContacts();
DBG_ASSERT(pObj->IsInserted(),"The object does not have the status Inserted.");
- pObj->SetInserted(false); // Ruft u.a. den UserCall
+ pObj->SetInserted(false); // calls UserCall, among other
pObj->SetObjList(nullptr);
pObj->SetPage(nullptr);
if (!bObjOrdNumsDirty) { // optimizing for the case that the last object has to be removed