Kaydet (Commit) fcdd08b4 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

little clean-up

Change-Id: I9530fe96f36bca4808722d22b564cc3e3111a102
üst 451dddd0
...@@ -42,12 +42,7 @@ ScCondFrmtEntry::ScCondFrmtEntry(Window* pParent, ScDocument* pDoc, const ScAddr ...@@ -42,12 +42,7 @@ ScCondFrmtEntry::ScCondFrmtEntry(Window* pParent, ScDocument* pDoc, const ScAddr
{ {
SetControlBackground(GetSettings().GetStyleSettings().GetDialogColor()); SetControlBackground(GetSettings().GetStyleSettings().GetDialogColor());
/*
*/
//disable entries for color formats
maLbType.SetSelectHdl( LINK( pParent, ScCondFormatList, TypeListHdl ) ); maLbType.SetSelectHdl( LINK( pParent, ScCondFormatList, TypeListHdl ) );
Init();
maClickHdl = LINK( pParent, ScCondFormatList, EntrySelectHdl ); maClickHdl = LINK( pParent, ScCondFormatList, EntrySelectHdl );
} }
...@@ -55,13 +50,6 @@ ScCondFrmtEntry::~ScCondFrmtEntry() ...@@ -55,13 +50,6 @@ ScCondFrmtEntry::~ScCondFrmtEntry()
{ {
} }
void ScCondFrmtEntry::Init()
{
/*
*/
}
long ScCondFrmtEntry::Notify( NotifyEvent& rNEvt ) long ScCondFrmtEntry::Notify( NotifyEvent& rNEvt )
{ {
if( rNEvt.GetType() == EVENT_MOUSEBUTTONDOWN ) if( rNEvt.GetType() == EVENT_MOUSEBUTTONDOWN )
...@@ -104,7 +92,6 @@ void ScCondFrmtEntry::SetHeight() ...@@ -104,7 +92,6 @@ void ScCondFrmtEntry::SetHeight()
} }
} }
void ScCondFrmtEntry::Select() void ScCondFrmtEntry::Select()
{ {
maFtCondition.SetText(rtl::OUString()); maFtCondition.SetText(rtl::OUString());
......
...@@ -39,8 +39,6 @@ private: ...@@ -39,8 +39,6 @@ private:
FixedText maFtCondNr; FixedText maFtCondNr;
FixedText maFtCondition; FixedText maFtCondition;
void Init();
sal_Int32 mnIndex; sal_Int32 mnIndex;
rtl::OUString maStrCondition; rtl::OUString maStrCondition;
protected: protected:
......
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