summaryrefslogtreecommitdiff
path: root/sw/inc/chpfld.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-10-24 17:43:03 +0000
committerjp <jp@openoffice.org>2001-10-24 17:43:03 +0000
commit091498c17fd1d8b430d4ca6c040d37df06133b66 (patch)
treec9ab73b7b4112b60060e4488cf119b9fa16758bc /sw/inc/chpfld.hxx
parent49a15e899836b8b36ccae0816b5c2b4fb2657fb5 (diff)
Task #88180#: change parameters of PutValue/QueryValue methods
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 fcca48550201..47cd435aa72d 100644
--- a/sw/inc/chpfld.hxx
+++ b/sw/inc/chpfld.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: chpfld.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:24 $
+ * last change: $Author: jp $ $Date: 2001-10-24 18:43:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -117,8 +117,8 @@ public:
inline const String& GetNumber() const;
inline const String& GetTitle() const;
- virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, const String& rProperty ) const;
- virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, const String& rProperty );
+ virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, BYTE nMId ) const;
+ virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, BYTE nMId );
};
inline BYTE SwChapterField::GetLevel() const { return nLevel; }