summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibilityHints.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-03-12 08:36:00 +0000
committerSascha Ballach <sab@openoffice.org>2002-03-12 08:36:00 +0000
commitba43178d80c534f49389d4dab4cd91dfc6340dd6 (patch)
tree8742683d96294d4f98d9bd440959255d7b91a2b7 /sc/source/ui/inc/AccessibilityHints.hxx
parentb2c40010dd2c7ac35cb3d8fbaac2bb7c6c6190ff (diff)
#95584#; remove CellChangeHint and add SimpleHint CursorChange
Diffstat (limited to 'sc/source/ui/inc/AccessibilityHints.hxx')
-rw-r--r--sc/source/ui/inc/AccessibilityHints.hxx16
1 files changed, 3 insertions, 13 deletions
diff --git a/sc/source/ui/inc/AccessibilityHints.hxx b/sc/source/ui/inc/AccessibilityHints.hxx
index e65b07ab1704..1457c805803a 100644
--- a/sc/source/ui/inc/AccessibilityHints.hxx
+++ b/sc/source/ui/inc/AccessibilityHints.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibilityHints.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: sab $ $Date: 2002-02-14 16:47:38 $
+ * last change: $Author: sab $ $Date: 2002-03-12 09:35:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,6 +79,7 @@
#define SC_HINT_ACC_SIMPLE_START SFX_HINT_USER00
#define SC_HINT_ACC_TABLECHANGED SC_HINT_ACC_SIMPLE_START + 1
+#define SC_HINT_ACC_CURSORCHANGED SC_HINT_ACC_SIMPLE_START + 2
// ---------------------------------------------------------------------------
@@ -105,15 +106,4 @@ public:
GetNewAccessible() const { return xOldAccessible; }
};
-class ScAccActiveCellChangeHint : public SfxHint
-{
- ScAddress aNewCellAddress;
-public:
- TYPEINFO();
- ScAccActiveCellChangeHint( const ScAddress& rNewCell );
- ~ScAccActiveCellChangeHint();
-
- ScAddress GetNewCellAddress() const { return aNewCellAddress; };
-};
-
#endif