diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 13:16:26 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 13:16:26 +0000 |
commit | 8586f896f279296fb48503ae49866c8260e6d44e (patch) | |
tree | a47a5e502afa7bea19ab6ccc1d15ddab76b7d026 /sd | |
parent | b67f6d30c92cf61c1c7cc30f6b2085e7d299bc83 (diff) |
INTEGRATION: CWS impress109 (1.11.176); FILE MERGED
2006/10/23 15:04:04 af 1.11.176.1: #i68507# Made mpCurrentPage a WeakReference.
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/DrawController.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sd/source/ui/inc/DrawController.hxx b/sd/source/ui/inc/DrawController.hxx index a43e5aec3111..34c3adfe651c 100644 --- a/sd/source/ui/inc/DrawController.hxx +++ b/sd/source/ui/inc/DrawController.hxx @@ -4,9 +4,9 @@ * * $RCSfile: DrawController.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: obo $ $Date: 2006-03-21 17:19:23 $ + * last change: $Author: vg $ $Date: 2006-11-01 14:16:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -65,6 +65,7 @@ #ifndef _CPPUHELPER_IMPLBASE4_HXX_ #include <cppuhelper/implbase4.hxx> #endif +#include <tools/weakbase.hxx> #include <memory> #include <vector> @@ -269,7 +270,7 @@ private: ViewShellBase& mrBase; Rectangle maLastVisArea; - SdPage* mpCurrentPage; + ::tools::WeakReference<SdrPage> mpCurrentPage; bool mbMasterPageMode; bool mbLayerMode; |