summaryrefslogtreecommitdiff
path: root/svx/source/dialog/dialcontrol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/dialcontrol.cxx')
-rw-r--r--svx/source/dialog/dialcontrol.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/dialog/dialcontrol.cxx b/svx/source/dialog/dialcontrol.cxx
index c1f7eba13e61..7067ab718163 100644
--- a/svx/source/dialog/dialcontrol.cxx
+++ b/svx/source/dialog/dialcontrol.cxx
@@ -218,7 +218,6 @@ void DialControlBmp::DrawBackground()
}
-
DialControl::DialControl_Impl::DialControl_Impl ( vcl::Window& rParent ) :
mxBmpEnabled(VclPtr<DialControlBmp>::Create(rParent)),
mxBmpDisabled(VclPtr<DialControlBmp>::Create(rParent)),
@@ -259,7 +258,6 @@ void DialControl::DialControl_Impl::SetSize( const Size& rWinSize )
}
-
DialControl::DialControl( vcl::Window* pParent, WinBits nBits ) :
Control( pParent, nBits ),
mpImpl( new DialControl_Impl( *this ) )
@@ -437,8 +435,6 @@ void DialControl::LinkedFieldModifyHdl()
}
-
-
void DialControl::SaveValue()
{
mpImpl->mnInitialAngle = mpImpl->mnAngle;
@@ -559,7 +555,6 @@ void DialControlWrapper::SetControlValue( sal_Int32 nValue )
}
-
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */