summaryrefslogtreecommitdiff
path: root/sw/inc/usrfld.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/usrfld.hxx
parent49a15e899836b8b36ccae0816b5c2b4fb2657fb5 (diff)
Task #88180#: change parameters of PutValue/QueryValue methods
Diffstat (limited to 'sw/inc/usrfld.hxx')
-rw-r--r--sw/inc/usrfld.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/usrfld.hxx b/sw/inc/usrfld.hxx
index 7868ce7be81f..576ac8a73964 100644
--- a/sw/inc/usrfld.hxx
+++ b/sw/inc/usrfld.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: usrfld.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:29 $
+ * 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
@@ -107,8 +107,8 @@ public:
BOOL IsDeleted() const { return bDeleted; }
void SetDeleted( BOOL b ) { bDeleted = b; }
- 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 BOOL SwUserFieldType::IsValid() const
@@ -159,8 +159,8 @@ public:
// Inhalt
virtual String GetPar2() const;
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 );
};
#endif // _USRFLD_HXX