diff options
author | Nicolas Christener <nc@adfinis.com> | 2011-03-12 22:07:05 +0100 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-03-13 19:40:00 +0100 |
commit | fdde95a2d00746a4ac70df7adb44c41eb12fbb28 (patch) | |
tree | 2d0e18f30b4d133cb195af1caae6fa4df274c7e7 /sc/inc/detdata.hxx | |
parent | d4adf84cf3072c85274fdc154e936bf206fd6808 (diff) |
translate german comments in /sc/inc
Diffstat (limited to 'sc/inc/detdata.hxx')
-rw-r--r-- | sc/inc/detdata.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/detdata.hxx b/sc/inc/detdata.hxx index 6c1ba4f87..e884abb16 100644 --- a/sc/inc/detdata.hxx +++ b/sc/inc/detdata.hxx @@ -65,7 +65,7 @@ public: const ScAddress& GetPos() const { return aPos; } ScDetOpType GetOperation() const { return eOperation; } - // fuer UpdateRef: + // for UpdateRef: void SetPos(const ScAddress& rNew) { aPos=rNew; } int operator== ( const ScDetOpData& r ) const @@ -75,7 +75,7 @@ public: //------------------------------------------------------------------------ // -// Liste der Operationen +// list of operators // typedef ScDetOpData* ScDetOpDataPtr; @@ -84,7 +84,7 @@ SV_DECL_PTRARR_DEL(ScDetOpArr_Impl, ScDetOpDataPtr, SC_DETOP_GROW, SC_DETOP_GROW class ScDetOpList : public ScDetOpArr_Impl { - BOOL bHasAddError; // updated in Append + BOOL bHasAddError; // updated in append public: ScDetOpList() : bHasAddError(FALSE) {} @@ -95,7 +95,7 @@ public: void UpdateReference( ScDocument* pDoc, UpdateRefMode eUpdateRefMode, const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ); - BOOL operator==( const ScDetOpList& r ) const; // fuer Ref-Undo + BOOL operator==( const ScDetOpList& r ) const; // for ref-undo void Append( ScDetOpData* pData ); |