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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/core/sdr/RptObjectListener.cxx b/reportdesign/source/core/sdr/RptObjectListener.cxx
index bdb1ff9bb96c..efee1a77273c 100644
--- a/reportdesign/source/core/sdr/RptObjectListener.cxx
+++ b/reportdesign/source/core/sdr/RptObjectListener.cxx
@@ -41,14 +41,14 @@ OObjectListener::~OObjectListener()
// XEventListener
-void SAL_CALL OObjectListener::disposing( const ::com::sun::star::lang::EventObject& ) throw( ::com::sun::star::uno::RuntimeException, std::exception)
+void SAL_CALL OObjectListener::disposing( const css::lang::EventObject& ) throw( css::uno::RuntimeException, std::exception)
{
}
// XPropertyChangeListener
-void SAL_CALL OObjectListener::propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw( ::com::sun::star::uno::RuntimeException, std::exception)
+void SAL_CALL OObjectListener::propertyChange( const css::beans::PropertyChangeEvent& evt ) throw( css::uno::RuntimeException, std::exception)
{
m_pObject->_propertyChange( evt );
}