summaryrefslogtreecommitdiff
path: root/sc/inc/hints.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/hints.hxx')
-rw-r--r--sc/inc/hints.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/inc/hints.hxx b/sc/inc/hints.hxx
index 17367fb51097..edb2a4ec4e52 100644
--- a/sc/inc/hints.hxx
+++ b/sc/inc/hints.hxx
@@ -24,8 +24,6 @@
#include "address.hxx"
#include <svl/hint.hxx>
-// ---------------------------------------------------------------------------
-
class ScPaintHint : public SfxHint
{
ScRange aRange;
@@ -52,7 +50,6 @@ public:
sal_Bool GetPrintFlag() const { return bPrint; }
};
-
class ScUpdateRefHint : public SfxHint
{
UpdateRefMode eUpdateRefMode;
@@ -75,7 +72,6 @@ public:
SCsTAB GetDz() const { return nDz; }
};
-
#define SC_POINTERCHANGED_NUMFMT 1
class ScPointerChangedHint : public SfxHint
@@ -90,7 +86,6 @@ public:
sal_uInt16 GetFlags() const { return nFlags; }
};
-
//! move ScLinkRefreshedHint to a different file?
#define SC_LINKREFTYPE_NONE 0
@@ -127,7 +122,6 @@ public:
const ScAddress& GetDestPos() const { return aDestPos; }
};
-
//! move ScAutoStyleHint to a different file?
class ScAutoStyleHint : public SfxHint