diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 12:42:42 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 12:42:42 +0000 |
commit | f7f34c29aada422e54c5835eb4df610b7d2a627c (patch) | |
tree | cc6731ca8949ff92c4f7a6adfb22a66206753b4b | |
parent | 2c7a46d0bb1c55c11410b2f3e3ef84e4cd423bb2 (diff) |
INTEGRATION: CWS impress144 (1.6.104); FILE MERGED
2008/06/07 16:54:05 cl 1.6.104.1: #i88525# keep SvxUnoDrawPage wrapper for as long as the SvdPage lives
-rw-r--r-- | svx/inc/svx/svdpage.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/svx/svdpage.hxx b/svx/inc/svx/svdpage.hxx index 6bb4f12ea638..55936cd0d5c9 100644 --- a/svx/inc/svx/svdpage.hxx +++ b/svx/inc/svx/svdpage.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: svdpage.hxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -441,7 +441,7 @@ friend class ChXChartDocument; INT32 nBordLwr; // Seitenrand unten // this is a weak reference to a possible living api wrapper for this page - ::com::sun::star::uno::WeakReference< ::com::sun::star::uno::XInterface > mxUnoPage; + ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > mxUnoPage; // #108867# used by GetFillColor FASTBOOL ImplGetFillColor(const Point& rPnt, const SetOfByte& rVisLayers, |