summaryrefslogtreecommitdiffstats
path: root/sw/inc/authfld.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/authfld.hxx
parent#93710# added 'CellName' as a property to SwXCell (diff)
downloadcore-091498c17fd1d8b430d4ca6c040d37df06133b66.tar.gz
core-091498c17fd1d8b430d4ca6c040d37df06133b66.zip
Task #88180#: change parameters of PutValue/QueryValue methods
Diffstat (limited to 'sw/inc/authfld.hxx')
-rw-r--r--sw/inc/authfld.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/authfld.hxx b/sw/inc/authfld.hxx
index aa0661d52500..5fee5cf26baa 100644
--- a/sw/inc/authfld.hxx
+++ b/sw/inc/authfld.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: authfld.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: os $ $Date: 2001-06-06 10:41:23 $
+ * 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
@@ -135,8 +135,8 @@ public:
virtual SwFieldType* Copy() const;
virtual void Modify( SfxPoolItem *pOld, SfxPoolItem *pNew );
- 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 SwDoc* GetDoc() const { return m_pDoc; }
inline void SetDoc(SwDoc* pNewDoc) { m_pDoc = pNewDoc; }
@@ -223,8 +223,8 @@ public:
virtual void SetPar1(const String& rStr);
virtual SwFieldType* ChgTyp( SwFieldType* );
- 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 );
long GetHandle() const { return nHandle; }