summaryrefslogtreecommitdiff
path: root/sw/inc/flddropdown.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:02:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:02:06 +0000
commitd2658d9dec59b69f8a1a6d9b533e4e8f0c1bed7d (patch)
treecef2d9f879a87a879c30e0f0f2d581696b16ba4a /sw/inc/flddropdown.hxx
parentb79d8b70483ffd48be8c2785a9391f5aa7f46b4b (diff)
INTEGRATION: CWS swwarnings (1.6.28); FILE MERGED
2007/04/18 14:44:48 tl 1.6.28.1: #i69287# warning-free code
Diffstat (limited to 'sw/inc/flddropdown.hxx')
-rw-r--r--sw/inc/flddropdown.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/flddropdown.hxx b/sw/inc/flddropdown.hxx
index a889704f8200..0c91fb3821c8 100644
--- a/sw/inc/flddropdown.hxx
+++ b/sw/inc/flddropdown.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: flddropdown.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2007-03-09 13:13:58 $
+ * last change: $Author: hr $ $Date: 2007-09-27 08:02:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -274,7 +274,7 @@ public:
- FIELD_PROP_PAR3 Get the help text of the field.
- FIELD_PROP_PAR4 Get the tool tip of the field.
*/
- virtual BOOL QueryValue(com::sun::star::uno::Any &rVal, BYTE nMId) const;
+ virtual BOOL QueryValue(com::sun::star::uno::Any &rVal, USHORT nWhichId) const;
/**
API: Sets a property value on the dropdown field.
@@ -286,7 +286,7 @@ public:
- FIELD_PROP_PAR3 Set the help text of the field.
- FIELD_PROP_PAR4 Set the tool tip of the field.
*/
- virtual BOOL PutValue(const com::sun::star::uno::Any &rVal, BYTE nMId);
+ virtual BOOL PutValue(const com::sun::star::uno::Any &rVal, USHORT nWhichId);
};
#endif