summaryrefslogtreecommitdiffstats
path: root/sc/inc/tabprotection.hxx
diff options
context:
space:
mode:
authorAlaa.Bukhari <alloo.bukhari@gmail.com>2013-07-04 14:06:25 +0300
committerFridrich Strba <fridrich@documentfoundation.org>2013-07-04 12:37:06 +0000
commit3aea5e4c50d0b84e4e410856696eb0bf9101fbba (patch)
treec48801330cdd15c83853260c9abd20c1b94021eb /sc/inc/tabprotection.hxx
parentFix fdo#64125 - Use default for preserveAspectRatio scaling (diff)
downloadcore-3aea5e4c50d0b84e4e410856696eb0bf9101fbba.tar.gz
core-3aea5e4c50d0b84e4e410856696eb0bf9101fbba.zip
Modifying comments to meet Doxygen standards
Change-Id: I98ee2cc34bae677e18f7a70a212677704c9c57c5 Reviewed-on: https://gerrit.libreoffice.org/4717 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'sc/inc/tabprotection.hxx')
-rw-r--r--sc/inc/tabprotection.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/sc/inc/tabprotection.hxx b/sc/inc/tabprotection.hxx
index f95f3126853e..b8eb7ab4a772 100644
--- a/sc/inc/tabprotection.hxx
+++ b/sc/inc/tabprotection.hxx
@@ -40,9 +40,9 @@ class ScPassHashHelper
{
public:
/** Check for the compatibility of all password hashes. If there is at
- least one hash that needs to be regenerated, it returns true. If all
- hash values are compatible with the specified hash type, then it
- returns false. */
+ * least one hash that needs to be regenerated, it returns true. If all
+ * hash values are compatible with the specified hash type, then it
+ * returns false. */
static bool needsPassHashRegen(const ScDocument& rDoc, ScPasswordHash eHash1, ScPasswordHash eHash2 = PASSHASH_UNSPECIFIED);
static OUString getHashURI(ScPasswordHash eHash);
@@ -86,7 +86,7 @@ public:
STRUCTURE = 0,
WINDOWS,
CONTENT,
- NONE // last item - used to resize the vector
+ NONE ///< last item - used to resize the vector
};
explicit ScDocProtection();
@@ -117,13 +117,13 @@ private:
// ============================================================================
/** sheet protection state container
-
- This class stores sheet's protection state: 1) whether the protection
- is on, 2) password and/or password hash, and 3) any associated
- protection options. This class is also used as a protection state
- container for the undo/redo stack, in which case the password, hash and
- the options need to be preserved even when the protection flag is
- off. */
+ *
+ * This class stores sheet's protection state: 1) whether the protection
+ * is on, 2) password and/or password hash, and 3) any associated
+ * protection options. This class is also used as a protection state
+ * container for the undo/redo stack, in which case the password, hash and
+ * the options need to be preserved even when the protection flag is
+ * off. */
class SC_DLLPUBLIC ScTableProtection : public ScPassHashProtectable
{
public:
@@ -145,7 +145,7 @@ public:
SELECT_UNLOCKED_CELLS,
SHEET,
SORT,
- NONE // last item - used to resize the vector
+ NONE ///< last item - used to resize the vector
};
explicit ScTableProtection();