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.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/orienthelper.cxx b/svx/source/dialog/orienthelper.cxx
index c931e7b636cc..99c3bb76b22d 100644
--- a/svx/source/dialog/orienthelper.cxx
+++ b/svx/source/dialog/orienthelper.cxx
@@ -27,7 +27,7 @@
namespace svx {
-// ============================================================================
+
struct OrientationHelper_Impl
{
@@ -103,7 +103,7 @@ IMPL_LINK_NOARG(OrientationHelper_Impl, ClickHdl)
return 0L;
}
-// ============================================================================
+
OrientationHelper::OrientationHelper( DialControl& rCtrlDial, NumericField& rNfRotation, CheckBox& rCbStacked ) :
mpImpl( new OrientationHelper_Impl( rCtrlDial, rCbStacked ) )
@@ -153,7 +153,7 @@ void OrientationHelper::EnableStackedTriState( bool bEnable )
mpImpl->mrCbStacked.EnableTriState( bEnable );
}
-// ============================================================================
+
OrientStackedWrapper::OrientStackedWrapper( OrientationHelper& rOrientHlp ) :
SingleControlWrapperType( rOrientHlp )
@@ -181,7 +181,7 @@ void OrientStackedWrapper::SetControlValue( bool bValue )
GetControl().SetStackedState( bValue ? TRISTATE_TRUE : TRISTATE_FALSE );
}
-// ============================================================================
+
} // namespace svx