summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/itemwin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/tbxctrls/itemwin.cxx')
-rw-r--r--svx/source/tbxctrls/itemwin.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx
index 5bc35bcbee25..8dd2ed669fd9 100644
--- a/svx/source/tbxctrls/itemwin.cxx
+++ b/svx/source/tbxctrls/itemwin.cxx
@@ -69,7 +69,6 @@ SvxLineBox::SvxLineBox( vcl::Window* pParent, const Reference< XFrame >& rFrame,
}
-
IMPL_LINK_NOARG_TYPED(SvxLineBox, DelayHdl_Impl, Timer *, void)
{
if ( GetEntryCount() == 0 )
@@ -80,7 +79,6 @@ IMPL_LINK_NOARG_TYPED(SvxLineBox, DelayHdl_Impl, Timer *, void)
}
-
void SvxLineBox::Select()
{
// Call the parent's Select() member to trigger accessibility events.
@@ -145,7 +143,6 @@ void SvxLineBox::Select()
}
-
bool SvxLineBox::PreNotify( NotifyEvent& rNEvt )
{
MouseNotifyEvent nType = rNEvt.GetType();
@@ -176,7 +173,6 @@ bool SvxLineBox::PreNotify( NotifyEvent& rNEvt )
}
-
bool SvxLineBox::Notify( NotifyEvent& rNEvt )
{
bool bHandled = LineLB::Notify( rNEvt );
@@ -203,7 +199,6 @@ bool SvxLineBox::Notify( NotifyEvent& rNEvt )
}
-
void SvxLineBox::ReleaseFocus_Impl()
{
if(!bRelease)
@@ -271,7 +266,6 @@ SvxMetricField::SvxMetricField(
}
-
void SvxMetricField::Update( const XLineWidthItem* pItem )
{
if ( pItem )
@@ -284,7 +278,6 @@ void SvxMetricField::Update( const XLineWidthItem* pItem )
}
-
void SvxMetricField::Modify()
{
MetricField::Modify();
@@ -302,7 +295,6 @@ void SvxMetricField::Modify()
}
-
void SvxMetricField::ReleaseFocus_Impl()
{
if( SfxViewShell::Current() )
@@ -349,7 +341,6 @@ bool SvxMetricField::PreNotify( NotifyEvent& rNEvt )
}
-
bool SvxMetricField::Notify( NotifyEvent& rNEvt )
{
bool bHandled = MetricField::Notify( rNEvt );
@@ -438,7 +429,6 @@ bool SvxFillTypeBox::PreNotify( NotifyEvent& rNEvt )
}
-
bool SvxFillTypeBox::Notify( NotifyEvent& rNEvt )
{
bool bHandled = FillTypeLB::Notify( rNEvt );
@@ -472,7 +462,6 @@ bool SvxFillTypeBox::Notify( NotifyEvent& rNEvt )
}
-
void SvxFillTypeBox::ReleaseFocus_Impl()
{
if( SfxViewShell::Current() )
@@ -508,7 +497,6 @@ bool SvxFillAttrBox::PreNotify( NotifyEvent& rNEvt )
}
-
bool SvxFillAttrBox::Notify( NotifyEvent& rNEvt )
{
bool bHandled = FillAttrLB::Notify( rNEvt );
@@ -539,14 +527,12 @@ bool SvxFillAttrBox::Notify( NotifyEvent& rNEvt )
}
-
void SvxFillAttrBox::Select()
{
FillAttrLB::Select();
}
-
void SvxFillAttrBox::ReleaseFocus_Impl()
{
if( SfxViewShell::Current() )