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 @@
#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();
......
......@@ -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;
......
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