From eecb67b873276b3de29e6520e053f1b8ef608d44 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 1 Nov 2006 13:16:39 +0000 Subject: INTEGRATION: CWS impress109 (1.14.226); FILE MERGED 2006/10/13 08:09:21 cl 1.14.226.1: #133468# use weak reference for text edit object --- sd/source/ui/inc/View.hxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'sd') diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx index d1408501e543..64580243a7a5 100644 --- a/sd/source/ui/inc/View.hxx +++ b/sd/source/ui/inc/View.hxx @@ -4,9 +4,9 @@ * * $RCSfile: View.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2006-01-10 14:32:00 $ + * last change: $Author: vg $ $Date: 2006-11-01 14:16:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -94,7 +94,7 @@ struct SdViewRedrawRec }; -class View : public FmFormView, public sdr::ObjectUser +class View : public FmFormView { public: TYPEINFO(); @@ -198,8 +198,6 @@ public: bool isRecordingUndo() const; protected: - virtual void ObjectInDestruction(const SdrObject& rObject); - DECL_LINK( ParagraphInsertedHdl, ::Outliner * ); DECL_LINK( ParagraphRemovingHdl, ::Outliner * ); -- cgit