summaryrefslogtreecommitdiff
path: root/sc/inc/refhint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/refhint.hxx')
-rw-r--r--sc/inc/refhint.hxx25
1 files changed, 0 insertions, 25 deletions
diff --git a/sc/inc/refhint.hxx b/sc/inc/refhint.hxx
index 44e63fbb34ba..ef5fc6058fd0 100644
--- a/sc/inc/refhint.hxx
+++ b/sc/inc/refhint.hxx
@@ -22,7 +22,6 @@ class RefHint : public SfxHint
{
public:
enum Type {
- Moved,
ColumnReordered,
RowReordered,
StartListening,
@@ -47,30 +46,6 @@ public:
Type getType() const;
};
-class RefMovedHint : public RefHint
-{
- ScRange const maRange;
- ScAddress const maMoveDelta;
- const sc::RefUpdateContext& mrCxt;
-
-public:
-
- RefMovedHint( const ScRange& rRange, const ScAddress& rMove, const sc::RefUpdateContext& rCxt );
- virtual ~RefMovedHint() override;
-
- /**
- * Get the source range from which the references have moved.
- */
- const ScRange& getRange() const;
-
- /**
- * Get the movement vector.
- */
- const ScAddress& getDelta() const;
-
- const sc::RefUpdateContext& getContext() const;
-};
-
class RefColReorderHint : public RefHint
{
const sc::ColRowReorderMapType& mrColMap;