summaryrefslogtreecommitdiff
path: root/sw/inc/chpfld.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 06:57:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 06:57:03 +0000
commitaf89257a3719e45b3531d7a08457ab14e610bc73 (patch)
tree42fe1f3b24af9de1b91bd03d481826aadec9d891 /sw/inc/chpfld.hxx
parent702cc5677be85ec670c07b033def8f953f8e0e0e (diff)
INTEGRATION: CWS swwarnings (1.5.592); FILE MERGED
2007/04/18 14:44:47 tl 1.5.592.1: #i69287# warning-free code
Diffstat (limited to 'sw/inc/chpfld.hxx')
-rw-r--r--sw/inc/chpfld.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/chpfld.hxx b/sw/inc/chpfld.hxx
index 992b03cf44fd..781a485082b8 100644
--- a/sw/inc/chpfld.hxx
+++ b/sw/inc/chpfld.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: chpfld.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-12-14 14:45:54 $
+ * last change: $Author: hr $ $Date: 2007-09-27 07:57:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -93,8 +93,8 @@ public:
inline const String& GetNumber() const;
inline const String& GetTitle() const;
- virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, BYTE nMId ) const;
- virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, BYTE nMId );
+ virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhich ) const;
+ virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, USHORT nWhich );
};
inline BYTE SwChapterField::GetLevel() const { return nLevel; }