diff options
author | Lukas Röllin <lsroellin@gmail.com> | 2017-02-18 22:55:59 +0100 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-02-19 08:38:51 +0000 |
commit | 28416331ffa226a93278e5a673f8ea2fbae28b42 (patch) | |
tree | f49cb0d7e28ac05f9147850b6d4a5d8f341e2af5 | |
parent | 2fd310a626b897bb71d75fa085e497b0d1d845b6 (diff) |
Small German comments
Change-Id: I9d1a0c82a81d1ebe6d7438180da7baf2ca2ae50a
Reviewed-on: https://gerrit.libreoffice.org/34417
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
-rw-r--r-- | include/svx/svdogrp.hxx | 6 | ||||
-rw-r--r-- | sc/source/core/data/documen2.cxx | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/include/svx/svdogrp.hxx b/include/svx/svdogrp.hxx index cc3384c5e4c4..8d10e75de5b6 100644 --- a/include/svx/svdogrp.hxx +++ b/include/svx/svdogrp.hxx @@ -24,7 +24,7 @@ #include <svx/svxdllapi.h> -// Vorausdeklarationen +// Forward declarations class SdrObjList; @@ -42,8 +42,8 @@ protected: virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact() override; virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties() override; - std::unique_ptr<SdrObjList> pSub; // Subliste (Kinder) - Point aRefPoint; // Referenzpunkt innerhalb der Objektgruppe + std::unique_ptr<SdrObjList> pSub; // sub list (children) + Point aRefPoint; // Reference point inside the object group public: SdrObjGroup(); diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx index 9554306f2b16..525c299538b6 100644 --- a/sc/source/core/data/documen2.cxx +++ b/sc/source/core/data/documen2.cxx @@ -400,7 +400,7 @@ ScDocument::~ScDocument() delete pBASM; // BroadcastAreaSlotMachine pBASM = nullptr; - delete pUnoBroadcaster; // broadcasted nochmal SfxHintId::Dying + delete pUnoBroadcaster; // broadcasts SfxHintId::Dying again pUnoBroadcaster = nullptr; delete pUnoRefUndoList; @@ -900,7 +900,7 @@ bool ScDocument::CopyTab( SCTAB nOldPos, SCTAB nNewPos, const ScMarkData* pOnlyM if (bValid) { - SetNoListening( true ); // noch nicht bei CopyToTable/Insert + SetNoListening( true ); // not yet at CopyToTable/Insert const bool bGlobalNamesToLocal = true; const SCTAB nRealOldPos = (nNewPos < nOldPos) ? nOldPos - 1 : nOldPos; |