summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/CellProtection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/CellProtection.idl')
-rw-r--r--offapi/com/sun/star/util/CellProtection.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/util/CellProtection.idl b/offapi/com/sun/star/util/CellProtection.idl
index 2df301ae8046..a4a191dcce36 100644
--- a/offapi/com/sun/star/util/CellProtection.idl
+++ b/offapi/com/sun/star/util/CellProtection.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_util_CellProtection_idl__
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** describes the kind of protection for a protectable cell.
*/
@@ -34,24 +32,20 @@ published struct CellProtection
*/
boolean IsLocked;
- //-------------------------------------------------------------------------
/** specifies if the formula is hidden from the user.
*/
boolean IsFormulaHidden;
- //-------------------------------------------------------------------------
/** specifies if the cell is hidden from the user.
*/
boolean IsHidden;
- //-------------------------------------------------------------------------
/** specifies if the cell is hidden on printouts.
*/
boolean IsPrintHidden;
};
-//=============================================================================
}; }; }; };