summaryrefslogtreecommitdiff
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
commit1835414cee01a0d8b4c03c194752ce2c1a4ef73b (patch)
tree5655fe6bdb975c4a4c3fa5124a80a6da2144842b
parent1d2d5aa57c3259685e2067248c5b21758d9d336d (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
-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 7f8ef8a80a..671811e792 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