summaryrefslogtreecommitdiff
path: root/svx/source/dialog/orienthelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/orienthelper.cxx')
-rw-r--r--svx/source/dialog/orienthelper.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/dialog/orienthelper.cxx b/svx/source/dialog/orienthelper.cxx
index 1bae8481e15e..3c40a1589d47 100644
--- a/svx/source/dialog/orienthelper.cxx
+++ b/svx/source/dialog/orienthelper.cxx
@@ -28,7 +28,6 @@
namespace svx {
-
struct OrientationHelper_Impl
{
typedef std::pair< VclPtr<vcl::Window>, TriState > WindowPair;
@@ -53,7 +52,6 @@ struct OrientationHelper_Impl
};
-
OrientationHelper_Impl::OrientationHelper_Impl( DialControl& rCtrlDial, CheckBox& rCbStacked ) :
mrCtrlDial( rCtrlDial ),
mrCbStacked( rCbStacked ),
@@ -103,7 +101,6 @@ IMPL_LINK_NOARG_TYPED(OrientationHelper_Impl, ClickHdl, Button*, void)
}
-
OrientationHelper::OrientationHelper( DialControl& rCtrlDial, NumericField& rNfRotation, CheckBox& rCbStacked ) :
mpImpl( new OrientationHelper_Impl( rCtrlDial, rCbStacked ) )
{
@@ -153,7 +150,6 @@ void OrientationHelper::EnableStackedTriState( bool bEnable )
}
-
OrientStackedWrapper::OrientStackedWrapper( OrientationHelper& rOrientHlp ) :
SingleControlWrapperType( rOrientHlp )
{
@@ -181,7 +177,6 @@ void OrientStackedWrapper::SetControlValue( bool bValue )
}
-
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */