summaryrefslogtreecommitdiff
path: root/sd/inc/undo
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-03-12 10:23:25 +0000
committerRüdiger Timm <rt@openoffice.org>2008-03-12 10:23:25 +0000
commit8074ada3a599da182cd93287a19fe76aeeb13491 (patch)
treeee6646685a83c4500ea2cbc71777cb0e5e867a22 /sd/inc/undo
parent3e6be8905f71e02c0456b18eaade127c65c062d7 (diff)
INTEGRATION: CWS impresstables2 (1.3.44); FILE MERGED
2007/10/11 15:53:26 cl 1.3.44.1: #i68103# added undo for tables
Diffstat (limited to 'sd/inc/undo')
-rw-r--r--sd/inc/undo/undoobjects.hxx6
1 files changed, 3 insertions, 3 deletions
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();