Kaydet (Commit) 28416331 authored tarafından Lukas Röllin's avatar Lukas Röllin Kaydeden (comit) Katarina Behrens

Small German comments

Change-Id: I9d1a0c82a81d1ebe6d7438180da7baf2ca2ae50a
Reviewed-on: https://gerrit.libreoffice.org/34417Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
üst 2fd310a6
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <svx/svxdllapi.h> #include <svx/svxdllapi.h>
// Vorausdeklarationen // Forward declarations
class SdrObjList; class SdrObjList;
...@@ -42,8 +42,8 @@ protected: ...@@ -42,8 +42,8 @@ protected:
virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact() override; virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact() override;
virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties() override; virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties() override;
std::unique_ptr<SdrObjList> pSub; // Subliste (Kinder) std::unique_ptr<SdrObjList> pSub; // sub list (children)
Point aRefPoint; // Referenzpunkt innerhalb der Objektgruppe Point aRefPoint; // Reference point inside the object group
public: public:
SdrObjGroup(); SdrObjGroup();
......
...@@ -400,7 +400,7 @@ ScDocument::~ScDocument() ...@@ -400,7 +400,7 @@ ScDocument::~ScDocument()
delete pBASM; // BroadcastAreaSlotMachine delete pBASM; // BroadcastAreaSlotMachine
pBASM = nullptr; pBASM = nullptr;
delete pUnoBroadcaster; // broadcasted nochmal SfxHintId::Dying delete pUnoBroadcaster; // broadcasts SfxHintId::Dying again
pUnoBroadcaster = nullptr; pUnoBroadcaster = nullptr;
delete pUnoRefUndoList; delete pUnoRefUndoList;
...@@ -900,7 +900,7 @@ bool ScDocument::CopyTab( SCTAB nOldPos, SCTAB nNewPos, const ScMarkData* pOnlyM ...@@ -900,7 +900,7 @@ bool ScDocument::CopyTab( SCTAB nOldPos, SCTAB nNewPos, const ScMarkData* pOnlyM
if (bValid) if (bValid)
{ {
SetNoListening( true ); // noch nicht bei CopyToTable/Insert SetNoListening( true ); // not yet at CopyToTable/Insert
const bool bGlobalNamesToLocal = true; const bool bGlobalNamesToLocal = true;
const SCTAB nRealOldPos = (nNewPos < nOldPos) ? nOldPos - 1 : nOldPos; const SCTAB nRealOldPos = (nNewPos < nOldPos) ? nOldPos - 1 : nOldPos;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment