sc/source/ui/inc/tabview.hxx | 1 - sc/source/ui/view/tabview3.cxx | 5 ----- unusedcode.easy | 1 - 3 files changed, 7 deletions(-)
New commits: commit 75b15044a9af0f3bd08a204422b088fd1e9f5ad9 Author: Julien Nabet <[email protected]> Date: Fri Aug 10 08:15:11 2012 +0200 Bin ScTabView::HideCursor() Change-Id: I5fba6458b77b1c6d35f14485cb264aaad4725227 diff --git a/sc/source/ui/inc/tabview.hxx b/sc/source/ui/inc/tabview.hxx index 0dacbee..02a36f9 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 0453de4..307f048 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 1d38a7a..f69d520 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&) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
