summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/sdr/RptObjectListener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/sdr/RptObjectListener.cxx')
-rw-r--r--reportdesign/source/core/sdr/RptObjectListener.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/reportdesign/source/core/sdr/RptObjectListener.cxx b/reportdesign/source/core/sdr/RptObjectListener.cxx
index 80752efb0c79..ac676eb9dbb4 100644
--- a/reportdesign/source/core/sdr/RptObjectListener.cxx
+++ b/reportdesign/source/core/sdr/RptObjectListener.cxx
@@ -26,34 +26,34 @@ namespace rptui
// OObjectListener
//============================================================================
-//----------------------------------------------------------------------------
+
OObjectListener::OObjectListener(OObjectBase* _pObject)
:m_pObject(_pObject)
{
}
-//----------------------------------------------------------------------------
+
OObjectListener::~OObjectListener()
{
}
// XEventListener
-//----------------------------------------------------------------------------
+
void SAL_CALL OObjectListener::disposing( const ::com::sun::star::lang::EventObject& ) throw( ::com::sun::star::uno::RuntimeException)
{
}
// XPropertyChangeListener
-//----------------------------------------------------------------------------
+
void SAL_CALL OObjectListener::propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw( ::com::sun::star::uno::RuntimeException)
{
m_pObject->_propertyChange( evt );
}
-//----------------------------------------------------------------------------
+
//============================================================================
// DlgEdHint
@@ -61,7 +61,7 @@ void SAL_CALL OObjectListener::propertyChange( const ::com::sun::star::beans::P
TYPEINIT1( DlgEdHint, SfxHint );
-//----------------------------------------------------------------------------
+
DlgEdHint::DlgEdHint(DlgEdHintKind eHint)
: eHintKind(eHint)
@@ -69,11 +69,11 @@ DlgEdHint::DlgEdHint(DlgEdHintKind eHint)
{
}
-//----------------------------------------------------------------------------
+
DlgEdHint::~DlgEdHint()
{
}
-//----------------------------------------------------------------------------
+
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */