diff options
author | Niklas Nebel <nn@openoffice.org> | 2000-12-19 15:57:23 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2000-12-19 15:57:23 +0000 |
commit | 5aafc4d43b2f65afb040561edc7b1bd84d1c3df6 (patch) | |
tree | 41f4afac8ba3a7a1e117b1a5f6c34ed566cd625c /sc/source/ui/inc | |
parent | f0ff0ff46f9605751e19a25db3d5a0d92d7ba812 (diff) |
#81031# ScHideTextCursor
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/gridwin.hxx | 17 |
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 |