[Libreoffice-commits] .: sc/inc
Christina Rossmanith
crossmanith at kemper.freedesktop.org
Thu Mar 10 12:58:03 PST 2011
sc/inc/attarray.hxx | 4 ++--
sc/inc/attrib.hxx | 8 ++++----
sc/inc/bigrange.hxx | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
New commits:
commit b4b01e62c14d9c0d2f3607b406e9b4c6f007eec8
Author: Nicolas Christener <nc at adfinis.com>
Date: Thu Mar 10 21:56:49 2011 +0100
translate german comments in /sc/inc
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx
index fab7e0f..f2c14fe 100644
--- a/sc/inc/attarray.hxx
+++ b/sc/inc/attarray.hxx
@@ -92,7 +92,7 @@ private:
SCSIZE nLimit;
ScAttrEntry* pData;
-friend class ScDocument; // fuer FillInfo
+friend class ScDocument; // for FillInfo
friend class ScDocumentIterator;
friend class ScAttrIterator;
friend class ScHorizontalAttrIterator;
@@ -195,7 +195,7 @@ public:
// ------------------------------------------------------------------------------
-// Iterator fuer Attribute
+// Iterator for attributes
// ------------------------------------------------------------------------------
class ScAttrIterator
diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx
index 9200b88..f96aa4c 100644
--- a/sc/inc/attrib.hxx
+++ b/sc/inc/attrib.hxx
@@ -112,10 +112,10 @@ public:
//------------------------------------------------------------------------
class SC_DLLPUBLIC ScProtectionAttr: public SfxPoolItem
{
- BOOL bProtection; // Zelle schuetzen
- BOOL bHideFormula; // Formel nicht Anzeigen
- BOOL bHideCell; // Zelle nicht Anzeigen
- BOOL bHidePrint; // Zelle nicht Ausdrucken
+ BOOL bProtection; // protect cell
+ BOOL bHideFormula; // hide formula
+ BOOL bHideCell; // hide cell
+ BOOL bHidePrint; // don't print cell
public:
TYPEINFO();
ScProtectionAttr();
diff --git a/sc/inc/bigrange.hxx b/sc/inc/bigrange.hxx
index fe9cae0..00eb89f 100644
--- a/sc/inc/bigrange.hxx
+++ b/sc/inc/bigrange.hxx
@@ -210,9 +210,9 @@ public:
{ return ScRange( aStart.MakeAddress(),
aEnd.MakeAddress() ); }
- inline BOOL In( const ScBigAddress& ) const; // ist Address& in Range?
- inline BOOL In( const ScBigRange& ) const; // ist Range& in Range?
- inline BOOL Intersects( const ScBigRange& ) const; // ueberschneiden sich zwei Ranges?
+ inline BOOL In( const ScBigAddress& ) const; // is Address& in range?
+ inline BOOL In( const ScBigRange& ) const; // is Range& in range?
+ inline BOOL Intersects( const ScBigRange& ) const; // do two ranges overlap?
ScBigRange& operator=( const ScBigRange& r )
{ aStart = r.aStart; aEnd = r.aEnd; return *this; }
More information about the Libreoffice-commits
mailing list