summaryrefslogtreecommitdiff
path: root/sc/inc/attrib.hxx
diff options
context:
space:
mode:
authorFaisal M. Al-Otaibi <fmalotaibi@kacst.edu.sa>2012-09-09 12:06:07 +0300
committerLuboš Luňák <l.lunak@suse.cz>2012-09-10 14:29:11 +0000
commitdc44bd0ef0fc59b5501faaa30f6d781d5143dccd (patch)
tree23fbffa57d63c1768346ea856bf25a888bf21c06 /sc/inc/attrib.hxx
parent58c97cffdcb46d2739b1eb2ae1ae2a36467d8ad6 (diff)
Change some comments to meet doxygen standards
Change-Id: I3e5a40237f2ec3ac884c50e34a1592a029d9050d Reviewed-on: https://gerrit.libreoffice.org/591 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
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 1df6d5cd0081..0418d78723ed 100644
--- a/sc/inc/attrib.hxx
+++ b/sc/inc/attrib.hxx
@@ -112,10 +112,10 @@ public:
//------------------------------------------------------------------------
class SC_DLLPUBLIC ScProtectionAttr: public SfxPoolItem
{
- bool bProtection; // protect cell
- bool bHideFormula; // hide formula
- bool bHideCell; // hide cell
- bool bHidePrint; // don't print cell
+ bool bProtection; ///< protect cell
+ bool bHideFormula; ///< hide formula
+ bool bHideCell; ///< hide cell
+ bool bHidePrint; ///< don't print cell
public:
TYPEINFO();
ScProtectionAttr();