summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 09:17:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 09:17:47 +0000
commitb8268d72552e129c8c43f79ab255f2796331ae96 (patch)
treeaa220ece67cae93afc5e8e3afe3cc39f90c619bf /reportdesign
parent7fb154bcaf02ac90d6a303b1fcdf8188014b796d (diff)
INTEGRATION: CWS dba31a (1.6.30); FILE MERGED
2008/06/26 14:26:34 oj 1.6.30.1: #i77916# impl zooming in report builder
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/report/SectionView.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/ui/report/SectionView.cxx b/reportdesign/source/ui/report/SectionView.cxx
index c9585ca49..b9f8259bd 100644
--- a/reportdesign/source/ui/report/SectionView.cxx
+++ b/reportdesign/source/ui/report/SectionView.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: SectionView.cxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -81,7 +81,7 @@ void OSectionView::MarkListHasChanged()
//m_pReportWindow->unmarkAllObjects(this); // WHY
DlgEdHint aHint( RPTUI_HINT_SELECTIONCHANGED );
m_pReportWindow->getReportView()->Broadcast( aHint );
- m_pReportWindow->getReportView()->UpdatePropertyBrowserDelayed(this);
+ m_pReportWindow->getReportView()->UpdatePropertyBrowserDelayed(*this);
}
}