summaryrefslogtreecommitdiff
path: root/sc/inc/detdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/detdata.hxx')
-rw-r--r--sc/inc/detdata.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/inc/detdata.hxx b/sc/inc/detdata.hxx
index 62fbf074f566..f71becd0524e 100644
--- a/sc/inc/detdata.hxx
+++ b/sc/inc/detdata.hxx
@@ -23,8 +23,6 @@
#include <boost/ptr_container/ptr_vector.hpp>
#include "global.hxx"
-
-//------------------------------------------------------------------------
enum ScDetOpType
{
SCDETOP_ADDSUCC,
@@ -34,8 +32,6 @@ enum ScDetOpType
SCDETOP_ADDERROR
};
-//------------------------------------------------------------------------
-
class ScDetOpData
{
ScAddress aPos;
@@ -58,8 +54,6 @@ public:
{ return eOperation == r.eOperation && aPos == r.aPos; }
};
-//------------------------------------------------------------------------
-
//
// list of operators
//
@@ -90,8 +84,6 @@ public:
size_t Count() const { return aDetOpDataVector.size(); }
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */