diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-04 15:23:52 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-10-04 15:48:48 +0100 |
commit | 720d0592d90d4a54cf09d6bc3795fb7e97851944 (patch) | |
tree | 7b0af8488db9c061787b322b5dd5345479a2b3fc /sw/inc/ddefld.hxx | |
parent | 94317a3af6fd2d41d34cca8d409301b05bfffc3d (diff) |
Convert all Query/Put Value() to bool
Diffstat (limited to 'sw/inc/ddefld.hxx')
-rw-r--r-- | sw/inc/ddefld.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/ddefld.hxx b/sw/inc/ddefld.hxx index d9a011461eba..4020b6a8249d 100644 --- a/sw/inc/ddefld.hxx +++ b/sw/inc/ddefld.hxx @@ -63,8 +63,8 @@ public: virtual SwFieldType* Copy() const; virtual const String& GetName() const; - virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhich ) const; - virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, USHORT nWhich ); + virtual bool QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhich ) const; + virtual bool PutValue( const com::sun::star::uno::Any& rVal, USHORT nWhich ); String GetCmd() const; void SetCmd( const String& rStr ); |