diff options
author | Johnny_M <klasse@partyheld.de> | 2017-03-04 16:30:54 +0000 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-03-14 23:25:28 +0000 |
commit | aaa3fc0192c02389be2cde2ecd38085d0c304c44 (patch) | |
tree | 576333752b6cebd3bceeb849ec69555ad23323a9 /sc/source/ui/Accessibility | |
parent | d4873496e8c74192f50f061cd8ab512e706a44ad (diff) |
Translate German comments in sc/source/ui (part of its sub-dirs)
Change-Id: I9149316b71a897404a248276cc0ded9cdd50d627
Reviewed-on: https://gerrit.libreoffice.org/34886
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/source/ui/Accessibility')
-rw-r--r-- | sc/source/ui/Accessibility/AccessibleDocument.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/Accessibility/AccessibleDocument.cxx b/sc/source/ui/Accessibility/AccessibleDocument.cxx index f4d219044b2a..f146fd45a41d 100644 --- a/sc/source/ui/Accessibility/AccessibleDocument.cxx +++ b/sc/source/ui/Accessibility/AccessibleDocument.cxx @@ -424,7 +424,7 @@ void ScChildrenShapes::Notify(SfxBroadcaster&, const SfxHint& rHint) { switch (pSdrHint->GetKind()) { - case SdrHintKind::ObjectChange : // Objekt geaendert + case SdrHintKind::ObjectChange : // object changed { uno::Reference<drawing::XShape> xShape (pObj->getUnoShape(), uno::UNO_QUERY); if (xShape.is()) @@ -435,7 +435,7 @@ void ScChildrenShapes::Notify(SfxBroadcaster&, const SfxHint& rHint) } } break; - case SdrHintKind::ObjectInserted : // Neues Zeichenobjekt eingefuegt + case SdrHintKind::ObjectInserted : // new drawing object inserted { uno::Reference<drawing::XShape> xShape (pObj->getUnoShape(), uno::UNO_QUERY); if (xShape.is()) |