diff options
author | Nicolas Christener <nc@adfinis.com> | 2011-03-13 19:39:41 +0100 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-03-13 19:40:00 +0100 |
commit | be3230aa76ec2e95eecbd4c3d5026e0e45115f2f (patch) | |
tree | dcbef0c74bfeadb8c0811658afde03fec7d99b17 /sc/inc/olinetab.hxx | |
parent | e02b8039e756945c3490d1b898516f513ef54568 (diff) |
translate german comments in /sc/inc
Diffstat (limited to 'sc/inc/olinetab.hxx')
-rw-r--r-- | sc/inc/olinetab.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/olinetab.hxx b/sc/inc/olinetab.hxx index dca32db3932f..1a42b13e5cb9 100644 --- a/sc/inc/olinetab.hxx +++ b/sc/inc/olinetab.hxx @@ -56,8 +56,8 @@ public: SCCOLROW GetStart() const { return nStart; } SCSIZE GetSize() const { return nSize; } SCCOLROW GetEnd() const { return nStart+nSize-1; } - bool IsHidden() const { return bHidden; } // Gruppe versteckt - bool IsVisible() const { return bVisible; } // Control sichtbar? + bool IsHidden() const { return bHidden; } // group hidden + bool IsVisible() const { return bVisible; } // control visible? void Move( SCsCOLROW nDelta ); void SetSize( SCSIZE nNewSize ); @@ -147,7 +147,7 @@ public: BOOL TestInsertCol( SCSIZE nSize ); void InsertCol( SCCOL nStartCol, SCSIZE nSize ); - BOOL DeleteCol( SCCOL nStartCol, SCSIZE nSize ); // TRUE: Undo nur ueber Original + BOOL DeleteCol( SCCOL nStartCol, SCSIZE nSize ); // TRUE: Undo only using original BOOL TestInsertRow( SCSIZE nSize ); void InsertRow( SCROW nStartRow, SCSIZE nSize ); BOOL DeleteRow( SCROW nStartRow, SCSIZE nSize ); |