summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tpshadow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/tabpages/tpshadow.cxx')
-rw-r--r--cui/source/tabpages/tpshadow.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/cui/source/tabpages/tpshadow.cxx b/cui/source/tabpages/tpshadow.cxx
index 37a64510b280..1d9eddf343fd 100644
--- a/cui/source/tabpages/tpshadow.cxx
+++ b/cui/source/tabpages/tpshadow.cxx
@@ -195,7 +195,6 @@ void SvxShadowTabPage::Construct()
}
-
void SvxShadowTabPage::ActivatePage( const SfxItemSet& rSet )
{
sal_Int32 nPos;
@@ -256,7 +255,6 @@ void SvxShadowTabPage::ActivatePage( const SfxItemSet& rSet )
}
-
SfxTabPage::sfxpg SvxShadowTabPage::DeactivatePage( SfxItemSet* _pSet )
{
if( _pSet )
@@ -266,7 +264,6 @@ SfxTabPage::sfxpg SvxShadowTabPage::DeactivatePage( SfxItemSet* _pSet )
}
-
bool SvxShadowTabPage::FillItemSet( SfxItemSet* rAttrs )
{
bool bModified = false;
@@ -380,7 +377,6 @@ bool SvxShadowTabPage::FillItemSet( SfxItemSet* rAttrs )
}
-
void SvxShadowTabPage::Reset( const SfxItemSet* rAttrs )
{
if( !m_bDisable )
@@ -483,7 +479,6 @@ void SvxShadowTabPage::Reset( const SfxItemSet* rAttrs )
}
-
VclPtr<SfxTabPage> SvxShadowTabPage::Create( vcl::Window* pWindow,
const SfxItemSet* rAttrs )
{
@@ -491,7 +486,6 @@ VclPtr<SfxTabPage> SvxShadowTabPage::Create( vcl::Window* pWindow,
}
-
IMPL_LINK_NOARG_TYPED(SvxShadowTabPage, ClickShadowHdl_Impl, Button*, void)
{
if( m_pTsbShowShadow->GetState() == TRISTATE_FALSE )
@@ -508,7 +502,6 @@ IMPL_LINK_NOARG_TYPED(SvxShadowTabPage, ClickShadowHdl_Impl, Button*, void)
}
-
IMPL_LINK_NOARG_TYPED(SvxShadowTabPage, SelectShadowHdl_Impl, ListBox&, void)
{
ModifyShadowHdl_Impl(*m_pMtrTransparent);
@@ -553,7 +546,6 @@ IMPL_LINK_NOARG_TYPED(SvxShadowTabPage, ModifyShadowHdl_Impl, Edit&, void)
}
-
void SvxShadowTabPage::PointChanged( vcl::Window*, RECT_POINT eRcPt )
{
m_eRP = eRcPt;