diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 09:13:20 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 09:13:20 +0000 |
commit | 78455e9103d2c09955389c2fa771c47b6c0f5e95 (patch) | |
tree | 0b29a68192dff1b4205e83daad91900660cb1b86 | |
parent | 1290793056afb8a46fc368c50c7db3f3877d9a37 (diff) |
INTEGRATION: CWS dba31a (1.7.12); FILE MERGED
2008/06/26 14:26:32 oj 1.7.12.1: #i77916# impl zooming in report builder
-rw-r--r-- | reportdesign/source/ui/inc/dlgedfunc.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/ui/inc/dlgedfunc.hxx b/reportdesign/source/ui/inc/dlgedfunc.hxx index 09ce8e03d..f12a4d871 100644 --- a/reportdesign/source/ui/inc/dlgedfunc.hxx +++ b/reportdesign/source/ui/inc/dlgedfunc.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: dlgedfunc.hxx,v $ - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -53,7 +53,7 @@ class DlgEdFunc /* : public LinkHdl */ void operator =(const DlgEdFunc&); protected: OReportSection* m_pParent; - OSectionView* m_pView; + OSectionView& m_rView; Timer aScrollTimer; Point m_aMDPos; com::sun::star::uno::Reference<com::sun::star::uno::XInterface> m_xOverlappingObj; |