summaryrefslogtreecommitdiffstats
path: root/sw/inc/SwUndoField.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 06:55:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 06:55:01 +0000
commit5dd4baebd3aa37f2aacdc3334f132207f7174c72 (patch)
tree31075ec7b71235349855105b5c9ad35cdee44c51 /sw/inc/SwUndoField.hxx
parentINTEGRATION: CWS swwarnings (1.2.710); FILE MERGED (diff)
downloadcore-5dd4baebd3aa37f2aacdc3334f132207f7174c72.tar.gz
core-5dd4baebd3aa37f2aacdc3334f132207f7174c72.zip
INTEGRATION: CWS swwarnings (1.5.242); FILE MERGED
2007/04/18 14:44:47 tl 1.5.242.1: #i69287# warning-free code
Diffstat (limited to 'sw/inc/SwUndoField.hxx')
-rw-r--r--sw/inc/SwUndoField.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/SwUndoField.hxx b/sw/inc/SwUndoField.hxx
index 277ce0e4ba92..f0ac31cc615b 100644
--- a/sw/inc/SwUndoField.hxx
+++ b/sw/inc/SwUndoField.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SwUndoField.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2006-08-14 15:14:53 $
+ * last change: $Author: hr $ $Date: 2007-09-27 07:55:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -75,13 +75,13 @@ public:
class SwUndoFieldFromAPI : public SwUndoField
{
com::sun::star::uno::Any aOldVal, aNewVal;
- BYTE nMId;
+ USHORT nWhich;
public:
SwUndoFieldFromAPI(const SwPosition & rPos,
const com::sun::star::uno::Any & rOldVal,
const com::sun::star::uno::Any & rNewVal,
- BYTE nMId);
+ USHORT nWhich);
virtual ~SwUndoFieldFromAPI();
virtual void Undo(SwUndoIter & rIt);