summaryrefslogtreecommitdiffstats
path: root/sc/inc/attrib.hxx
diff options
context:
space:
mode:
authorNicolas Christener <nc@adfinis.com>2011-03-10 21:56:49 +0100
committerChristina Rossmanith <ChrRossmanith@web.de>2011-03-10 21:56:49 +0100
commitba13b3beee786b88f6e3ea5a94df44304a2372b2 (patch)
tree2ffb5ea7904cd5b9d1e5495be907e58ac6562d07 /sc/inc/attrib.hxx
parentsilence some warnings (diff)
downloadcore-ba13b3beee786b88f6e3ea5a94df44304a2372b2.tar.gz
core-ba13b3beee786b88f6e3ea5a94df44304a2372b2.zip
translate german comments in /sc/inc
Diffstat (limited to 'sc/inc/attrib.hxx')
-rw-r--r--sc/inc/attrib.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx
index 0aeac4cb42f9..0e7fdbe7f8df 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();