summaryrefslogtreecommitdiff
path: root/starmath/inc/action.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-25 11:08:30 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-25 11:08:30 +0000
commit13a52d70b4c5ed3c88972e6ab92936a3ab1eb4ae (patch)
treec9ab4e0791cfa444af1ae5d12df9498d27a2ce1c /starmath/inc/action.hxx
parentf6dea7f73475b924d33e0d558cedf0b3d73e7cce (diff)
INTEGRATION: CWS tl32 (1.3.146); FILE MERGED
2006/10/30 10:34:44 tl 1.3.146.1: #i69286# make starmath warning-free
Diffstat (limited to 'starmath/inc/action.hxx')
-rw-r--r--starmath/inc/action.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/inc/action.hxx b/starmath/inc/action.hxx
index cc9e5de5d8d5..cea19209e084 100644
--- a/starmath/inc/action.hxx
+++ b/starmath/inc/action.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: action.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 14:56:44 $
+ * last change: $Author: vg $ $Date: 2007-05-25 12:08:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,8 +57,8 @@ public:
virtual void Undo();
virtual void Redo();
- virtual void Repeat(SmDocShell *pDocSh);
- virtual String GetComment() const;
+ virtual void Repeat(SfxRepeatTarget& rDocSh);
+ virtual UniString GetComment() const;
};
#endif