summaryrefslogtreecommitdiff
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
parent982babf0488d5afcfadf78dc7eda7d0d47dda0e5 (diff)
Bin ScTabView::HideCursor()
Change-Id: I5fba6458b77b1c6d35f14485cb264aaad4725227
-rw-r--r--sc/source/ui/inc/tabview.hxx1
-rw-r--r--sc/source/ui/view/tabview3.cxx5
-rwxr-xr-xunusedcode.easy1
3 files changed, 0 insertions, 7 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();
diff --git a/unusedcode.easy b/unusedcode.easy
index 1d38a7ae2fe3..f69d5202955c 100755
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -11,7 +11,6 @@ ScCompressedArray<int, unsigned short>::Remove(int, unsigned long)
ScCompressedArray<int, unsigned short>::ScCompressedArray(int, unsigned short const&, unsigned long)
ScCompressedArray<int, unsigned short>::ScCompressedArray(int, unsigned short const*, unsigned long)
ScCompressedArray<int, unsigned short>::SetValue(int, unsigned short const&)
-ScTabView::HideCursor()
ScVbaFormat<ooo::vba::excel::XRange>::setNumberFormat(com::sun::star::lang::Locale, rtl::OUString const&)
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)