summaryrefslogtreecommitdiff
path: root/sc/inc/tabprotection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/tabprotection.hxx')
-rw-r--r--sc/inc/tabprotection.hxx7
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: */