summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/report/propbrw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/report/propbrw.cxx')
-rw-r--r--reportdesign/source/ui/report/propbrw.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/reportdesign/source/ui/report/propbrw.cxx b/reportdesign/source/ui/report/propbrw.cxx
index babf2266b4f5..41893a9a35ed 100644
--- a/reportdesign/source/ui/report/propbrw.cxx
+++ b/reportdesign/source/ui/report/propbrw.cxx
@@ -421,7 +421,7 @@ void PropBrw::Update( OSectionView* pNewView )
{
if ( m_pView )
{
- EndListening( *(m_pView->GetModel()) );
+ EndListening(m_pView->GetModel());
m_pView = nullptr;
}
@@ -480,7 +480,7 @@ void PropBrw::Update( OSectionView* pNewView )
implSetNewObject( uno::Sequence< uno::Reference< uno::XInterface> >(&xTemp,1) );
}
- StartListening( *(m_pView->GetModel()) );
+ StartListening(m_pView->GetModel());
}
catch ( Exception& )
{
@@ -498,7 +498,7 @@ void PropBrw::Update( const uno::Reference< uno::XInterface>& _xReportComponent)
{
if ( m_pView )
{
- EndListening( *(m_pView->GetModel()) );
+ EndListening(m_pView->GetModel());
m_pView = nullptr;
}