summaryrefslogtreecommitdiff
path: root/sw/inc/fldbas.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/fldbas.hxx
parent49a15e899836b8b36ccae0816b5c2b4fb2657fb5 (diff)
Task #88180#: change parameters of PutValue/QueryValue methods
Diffstat (limited to 'sw/inc/fldbas.hxx')
-rw-r--r--sw/inc/fldbas.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/fldbas.hxx b/sw/inc/fldbas.hxx
index 059cb46ddc9d..323846ee1b3e 100644
--- a/sw/inc/fldbas.hxx
+++ b/sw/inc/fldbas.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fldbas.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2001-02-02 11:47:02 $
+ * 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
@@ -326,8 +326,8 @@ public:
// nur in abgeleiteten Klassen
virtual const String& GetName() const;
virtual SwFieldType* Copy() const = 0;
- 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 );
USHORT Which() const { return nWhich; }
@@ -403,8 +403,8 @@ public:
virtual void SetPar1(const String& rStr);
virtual void SetPar2(const String& rStr);
- 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 );
// hat das Feld eine Action auf dem ClickHandler ? (z.B. INetFelder,..)
FASTBOOL HasClickHdl() const;
// ist es ein Fix-Feld?