summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-12-14 14:02:29 +0000
committerNoel Power <noel.power@novell.com>2011-12-15 16:33:44 +0000
commit63a817d2fb00f248053566c8b8364667432fa8b3 (patch)
tree389aa5140d469f7714bbbcd3b87f4b127c5f6d83
parent6fd2d815174df8274153ddb7e99eab26ab7e563c (diff)
remove unused ScInputBarGroup::GainFocus
-rw-r--r--sc/source/ui/app/inputwin.cxx7
-rw-r--r--sc/source/ui/inc/inputwin.hxx1
-rw-r--r--unusedcode.easy1
3 files changed, 0 insertions, 9 deletions
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index 2588caedc68c..1793fae56d80 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 1f200c12ba06..7b5bc28eaf94 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 47b983ae1e35..7b36792dce2e 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()