Kaydet (Commit) 63a817d2 authored tarafından Noel Power's avatar Noel Power

remove unused ScInputBarGroup::GainFocus

üst 6fd2d815
...@@ -987,13 +987,6 @@ void ScInputBarGroup::Resize() ...@@ -987,13 +987,6 @@ void ScInputBarGroup::Resize()
Invalidate(); Invalidate();
} }
void ScInputBarGroup::GainFocus()
{
aMultiTextWnd.GrabFocus();
}
void ScInputBarGroup::StopEditEngine( sal_Bool bAll ) void ScInputBarGroup::StopEditEngine( sal_Bool bAll )
{ {
aMultiTextWnd.StopEditEngine( bAll ); aMultiTextWnd.StopEditEngine( bAll );
......
...@@ -223,7 +223,6 @@ public: ...@@ -223,7 +223,6 @@ public:
virtual const String& GetTextString() const; virtual const String& GetTextString() const;
virtual void StopEditEngine( sal_Bool bAll ); virtual void StopEditEngine( sal_Bool bAll );
void InitEditEngine(SfxObjectShell* pObjSh); void InitEditEngine(SfxObjectShell* pObjSh);
void GainFocus();
void SetFormulaMode( sal_Bool bSet ); void SetFormulaMode( sal_Bool bSet );
bool IsFocus(); bool IsFocus();
void MakeDialogEditView(); void MakeDialogEditView();
......
...@@ -349,7 +349,6 @@ ScHTMLColOffset_SAR::Replace(unsigned long const&, unsigned short) ...@@ -349,7 +349,6 @@ ScHTMLColOffset_SAR::Replace(unsigned long const&, unsigned short)
ScHTMLColOffset_SAR::Replace(unsigned long const*, unsigned short, 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*) ScHTMLColOffset_SAR::_ForEach(unsigned short, unsigned short, unsigned char (*)(unsigned long const&, void*), void*)
ScHorizontalValueIterator::GetCurNumFmtInfo(short&, unsigned long&) ScHorizontalValueIterator::GetCurNumFmtInfo(short&, unsigned long&)
ScInputBarGroup::GainFocus()
ScJobSetup::ScJobSetup(SfxPrinter*) ScJobSetup::ScJobSetup(SfxPrinter*)
ScLeftFooterEditPage::GetRanges() ScLeftFooterEditPage::GetRanges()
ScLeftHeaderEditPage::GetRanges() ScLeftHeaderEditPage::GetRanges()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment