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/chpfld.hxx | |
parent | 94317a3af6fd2d41d34cca8d409301b05bfffc3d (diff) |
Convert all Query/Put Value() to bool
Diffstat (limited to 'sw/inc/chpfld.hxx')
-rw-r--r-- | sw/inc/chpfld.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/chpfld.hxx b/sw/inc/chpfld.hxx index 40f2f9ecf1d3..71c5d624c78d 100644 --- a/sw/inc/chpfld.hxx +++ b/sw/inc/chpfld.hxx @@ -90,8 +90,8 @@ public: inline const String& GetNumber() const; inline const String& GetTitle() 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 ); }; inline BYTE SwChapterField::GetLevel() const { return nLevel; } |