INTEGRATION: CWS impresstables2 (1.3.44); FILE MERGED

2007/10/11 15:53:26 cl 1.3.44.1: #i68103# added undo for tables
This commit is contained in:
Rüdiger Timm 2008-03-12 10:23:25 +00:00
parent 3e6be8905f
commit 8074ada3a5

View file

@ -4,9 +4,9 @@
* *
* $RCSfile: undoobjects.hxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@ -112,7 +112,7 @@ private:
class UndoObjectSetText : public SdrUndoObjSetText class UndoObjectSetText : public SdrUndoObjSetText
{ {
public: public:
UndoObjectSetText( SdrObject& rNewObj ); UndoObjectSetText( SdrObject& rNewObj, sal_Int32 nText );
virtual ~UndoObjectSetText(); virtual ~UndoObjectSetText();
virtual void Undo(); virtual void Undo();