[Libreoffice-commits] .: sc/source unusedcode.easy
Noel Power
noelp at kemper.freedesktop.org
Thu Dec 15 08:34:02 PST 2011
sc/source/ui/app/inputwin.cxx | 7 -------
sc/source/ui/inc/inputwin.hxx | 1 -
unusedcode.easy | 1 -
3 files changed, 9 deletions(-)
New commits:
commit 63a817d2fb00f248053566c8b8364667432fa8b3
Author: Noel Power <noel.power at novell.com>
Date: Wed Dec 14 14:02:29 2011 +0000
remove unused ScInputBarGroup::GainFocus
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index 2588cae..1793fae 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -987,13 +987,6 @@ void ScInputBarGroup::Resize()
Invalidate();
}
-
-void ScInputBarGroup::GainFocus()
-{
- aMultiTextWnd.GrabFocus();
-}
-
-
void ScInputBarGroup::StopEditEngine( sal_Bool bAll )
{
aMultiTextWnd.StopEditEngine( bAll );
diff --git a/sc/source/ui/inc/inputwin.hxx b/sc/source/ui/inc/inputwin.hxx
index 1f200c1..7b5bc28 100644
--- a/sc/source/ui/inc/inputwin.hxx
+++ b/sc/source/ui/inc/inputwin.hxx
@@ -223,7 +223,6 @@ public:
virtual const String& GetTextString() const;
virtual void StopEditEngine( sal_Bool bAll );
void InitEditEngine(SfxObjectShell* pObjSh);
- void GainFocus();
void SetFormulaMode( sal_Bool bSet );
bool IsFocus();
void MakeDialogEditView();
diff --git a/unusedcode.easy b/unusedcode.easy
index 47b983a..7b36792 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -349,7 +349,6 @@ ScHTMLColOffset_SAR::Replace(unsigned long const&, unsigned short)
ScHTMLColOffset_SAR::Replace(unsigned long const*, unsigned short, unsigned short)
ScHTMLColOffset_SAR::_ForEach(unsigned short, unsigned short, unsigned char (*)(unsigned long const&, void*), void*)
ScHorizontalValueIterator::GetCurNumFmtInfo(short&, unsigned long&)
-ScInputBarGroup::GainFocus()
ScJobSetup::ScJobSetup(SfxPrinter*)
ScLeftFooterEditPage::GetRanges()
ScLeftHeaderEditPage::GetRanges()
More information about the Libreoffice-commits
mailing list