summaryrefslogtreecommitdiff
path: root/sw/inc/usrfld.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-04 15:23:52 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-04 15:48:48 +0100
commit720d0592d90d4a54cf09d6bc3795fb7e97851944 (patch)
tree7b0af8488db9c061787b322b5dd5345479a2b3fc /sw/inc/usrfld.hxx
parent94317a3af6fd2d41d34cca8d409301b05bfffc3d (diff)
Convert all Query/Put Value() to bool
Diffstat (limited to 'sw/inc/usrfld.hxx')
-rw-r--r--sw/inc/usrfld.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/usrfld.hxx b/sw/inc/usrfld.hxx
index b755cbc1631b..55079866af5d 100644
--- a/sw/inc/usrfld.hxx
+++ b/sw/inc/usrfld.hxx
@@ -73,8 +73,8 @@ public:
BOOL IsDeleted() const { return bDeleted; }
void SetDeleted( BOOL b ) { bDeleted = b; }
- virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, USHORT nMId ) const;
- virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, USHORT nMId );
+ virtual bool QueryValue( com::sun::star::uno::Any& rVal, USHORT nMId ) const;
+ virtual bool PutValue( const com::sun::star::uno::Any& rVal, USHORT nMId );
};
inline BOOL SwUserFieldType::IsValid() const
@@ -125,8 +125,8 @@ public:
// Inhalt
virtual String GetPar2() const;
virtual void SetPar2(const String& rStr);
- virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhichId ) const;
- virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, USHORT nWhichId );
+ virtual bool QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhichId ) const;
+ virtual bool PutValue( const com::sun::star::uno::Any& rVal, USHORT nWhichId );
};
#endif // _USRFLD_HXX