summaryrefslogtreecommitdiff
path: root/forms/source/component/scrollbar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/scrollbar.cxx')
-rw-r--r--forms/source/component/scrollbar.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/forms/source/component/scrollbar.cxx b/forms/source/component/scrollbar.cxx
index 72266041e1d6..a6c30aebf538 100644
--- a/forms/source/component/scrollbar.cxx
+++ b/forms/source/component/scrollbar.cxx
@@ -98,13 +98,11 @@ namespace frm
//= OScrollBarModel
//====================================================================
//--------------------------------------------------------------------
- DBG_NAME( OScrollBarModel )
//--------------------------------------------------------------------
OScrollBarModel::OScrollBarModel( const Reference<XComponentContext>& _rxFactory )
:OBoundControlModel( _rxFactory, VCL_CONTROLMODEL_SCROLLBAR, VCL_CONTROL_SCROLLBAR, sal_True, sal_True, sal_False )
,m_nDefaultScrollValue( 0 )
{
- DBG_CTOR( OScrollBarModel, NULL );
m_nClassId = FormComponentType::SCROLLBAR;
initValueProperty( PROPERTY_SCROLL_VALUE, PROPERTY_ID_SCROLL_VALUE );
@@ -114,14 +112,12 @@ namespace frm
OScrollBarModel::OScrollBarModel( const OScrollBarModel* _pOriginal, const Reference< XComponentContext >& _rxFactory )
:OBoundControlModel( _pOriginal, _rxFactory )
{
- DBG_CTOR( OScrollBarModel, NULL );
m_nDefaultScrollValue = _pOriginal->m_nDefaultScrollValue;
}
//--------------------------------------------------------------------
OScrollBarModel::~OScrollBarModel( )
{
- DBG_DTOR( OScrollBarModel, NULL );
}
//--------------------------------------------------------------------