diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2013-08-31 18:07:35 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-08-31 20:03:07 +0000 |
commit | 91859ae19ca1a9793b8553e120683393f584dfb1 (patch) | |
tree | 79cdb50468392752c94f0bc4aab8747501a8ec9f /sc/inc/tabprotection.hxx | |
parent | dbd0a194a78bcf5588f19d25ddecad0804d86c37 (diff) |
fdo#62475 removed pointless comments
Change-Id: Ifc9837e9f6e3c6a84e9f01c192f10271b184fb6d
Reviewed-on: https://gerrit.libreoffice.org/5720
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'sc/inc/tabprotection.hxx')
-rw-r--r-- | sc/inc/tabprotection.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/tabprotection.hxx b/sc/inc/tabprotection.hxx index b8eb7ab4a772..c0b0e3a6e9ff 100644 --- a/sc/inc/tabprotection.hxx +++ b/sc/inc/tabprotection.hxx @@ -54,8 +54,6 @@ private: ~ScPassHashHelper(); }; -// ============================================================================ - class SAL_NO_VTABLE ScPassHashProtectable { public: @@ -76,8 +74,6 @@ public: virtual bool verifyPassword(const String& aPassText) const = 0; }; -// ============================================================================ - class SC_DLLPUBLIC ScDocProtection : public ScPassHashProtectable { public: @@ -114,8 +110,6 @@ private: ::boost::shared_ptr<ScTableProtectionImpl> mpImpl; }; -// ============================================================================ - /** sheet protection state container * * This class stores sheet's protection state: 1) whether the protection @@ -173,7 +167,6 @@ private: ::boost::shared_ptr<ScTableProtectionImpl> mpImpl; }; - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |