summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-12-19 15:57:23 +0000
committerNiklas Nebel <nn@openoffice.org>2000-12-19 15:57:23 +0000
commit5aafc4d43b2f65afb040561edc7b1bd84d1c3df6 (patch)
tree41f4afac8ba3a7a1e117b1a5f6c34ed566cd625c /sc/source/ui/inc
parentf0ff0ff46f9605751e19a25db3d5a0d92d7ba812 (diff)
#81031# ScHideTextCursor
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/gridwin.hxx17
1 files changed, 15 insertions, 2 deletions
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx
index a5bb7fd5b36f..dd3018ed5012 100644
--- a/sc/source/ui/inc/gridwin.hxx
+++ b/sc/source/ui/inc/gridwin.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: gridwin.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:59 $
+ * last change: $Author: nn $ $Date: 2000-12-19 16:57:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,6 +116,19 @@ class SdrHdlList;
#define SC_PD_BREAK_H 16
#define SC_PD_BREAK_V 32
+
+class ScHideTextCursor
+{
+private:
+ ScViewData* pViewData;
+ ScSplitPos eWhich;
+
+public:
+ ScHideTextCursor( ScViewData* pData, ScSplitPos eW );
+ ~ScHideTextCursor();
+};
+
+
class ScGridWindow : public Window
{
// ScFilterListBox wird immer fuer Auswahlliste benutzt