diff options
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/gridwin.hxx | 5 | ||||
-rw-r--r-- | sc/source/ui/inc/tabview.hxx | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx index 5e9f74911567..53905950d009 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.3 $ + * $Revision: 1.4 $ * - * last change: $Author: nn $ $Date: 2001-02-26 18:56:59 $ + * last change: $Author: nn $ $Date: 2001-03-20 16:50:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -359,6 +359,7 @@ public: void ContinueDrag(); void StopMarking(); + void UpdateInputContext(); void CheckInverted() { if (nPaintCount) bNeedsRepaint = TRUE; } diff --git a/sc/source/ui/inc/tabview.hxx b/sc/source/ui/inc/tabview.hxx index 7939cc05dbc1..d5baf1c8b6e8 100644 --- a/sc/source/ui/inc/tabview.hxx +++ b/sc/source/ui/inc/tabview.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tabview.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:45:01 $ + * last change: $Author: nn $ $Date: 2001-03-20 16:50:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -336,6 +336,7 @@ public: void CellContentChanged(); void SelectionChanged(); void CursorPosChanged(); + void UpdateInputContext(); void InvertHorizontal( ScVSplitPos eWhich, long nDragPos ); void InvertVertical( ScHSplitPos eWhich, long nDragPos ); |