summaryrefslogtreecommitdiff
path: root/sc/inc/attrib.hxx
diff options
context:
space:
mode:
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();