From 8074ada3a599da182cd93287a19fe76aeeb13491 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 12 Mar 2008 10:23:25 +0000 Subject: INTEGRATION: CWS impresstables2 (1.3.44); FILE MERGED 2007/10/11 15:53:26 cl 1.3.44.1: #i68103# added undo for tables --- sd/inc/undo/undoobjects.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sd/inc/undo') diff --git a/sd/inc/undo/undoobjects.hxx b/sd/inc/undo/undoobjects.hxx index 2a7664afd326..ac934ac0d566 100644 --- a/sd/inc/undo/undoobjects.hxx +++ b/sd/inc/undo/undoobjects.hxx @@ -4,9 +4,9 @@ * * $RCSfile: undoobjects.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2006-12-12 16:27:52 $ + * last change: $Author: rt $ $Date: 2008-03-12 11:23:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -112,7 +112,7 @@ private: class UndoObjectSetText : public SdrUndoObjSetText { public: - UndoObjectSetText( SdrObject& rNewObj ); + UndoObjectSetText( SdrObject& rNewObj, sal_Int32 nText ); virtual ~UndoObjectSetText(); virtual void Undo(); -- cgit