summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-01 13:16:39 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-01 13:16:39 +0000
commiteecb67b873276b3de29e6520e053f1b8ef608d44 (patch)
tree34739712a01ba94271b49942d1908b205a0c6721 /sd
parent8586f896f279296fb48503ae49866c8260e6d44e (diff)
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
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/inc/View.hxx8
1 files changed, 3 insertions, 5 deletions
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 * );