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 | e02b8039e756945c3490d1b898516f513ef54568 (patch) | |
tree | 5f95350e5fc9515f942f8096936b2c4f7cb720f5 /sc/inc/docuno.hxx | |
parent | 3ee28d800c2078bf84728a027fbb7c4456197e3e (diff) |
translate german comments in /sc/inc
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r-- | sc/inc/docuno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index 179c0eb5a74f..e1cfa2b5a78e 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -740,7 +740,7 @@ class ScAnnotationsObj : public cppu::WeakImplHelper3< { private: ScDocShell* pDocShell; - SCTAB nTab; // Collection haengt am Sheet + SCTAB nTab; // Collection belongs to the sheet bool GetAddressByIndex_Impl( sal_Int32 nIndex, ScAddress& rPos ) const; ScAnnotationObj* GetObjectByIndex_Impl( sal_Int32 nIndex ) const; |