summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-08-10 08:15:11 +0200
committerJulien Nabet <serval2412@yahoo.fr>2012-08-10 08:15:53 +0200
commit75b15044a9af0f3bd08a204422b088fd1e9f5ad9 (patch)
treeac3556bd7f32f689746560452c63b1c4efe9a07b /sc
parent982babf0488d5afcfadf78dc7eda7d0d47dda0e5 (diff)
Bin ScTabView::HideCursor()
Change-Id: I5fba6458b77b1c6d35f14485cb264aaad4725227
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/tabview.hxx1
-rw-r--r--sc/source/ui/view/tabview3.cxx5
2 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/inc/tabview.hxx b/sc/source/ui/inc/tabview.hxx
index 0dacbee7d21e..02a36f9f9c8a 100644
--- a/sc/source/ui/inc/tabview.hxx
+++ b/sc/source/ui/inc/tabview.hxx
@@ -358,7 +358,6 @@ public:
void UpdateAutoFillMark();
- void HideCursor(); // nur aktiver Teil
void ShowCursor();
void HideAllCursors();
void ShowAllCursors();
diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx
index 0453de4d386b..307f0483f338 100644
--- a/sc/source/ui/view/tabview3.cxx
+++ b/sc/source/ui/view/tabview3.cxx
@@ -191,11 +191,6 @@ void ScTabView::ShowAllCursors()
}
}
-void ScTabView::HideCursor()
-{
- pGridWin[aViewData.GetActivePart()]->HideCursor();
-}
-
void ScTabView::ShowCursor()
{
pGridWin[aViewData.GetActivePart()]->ShowCursor();