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 | 4e6c62be03b4eb370db3cac115c0e4bb8a698891 (patch) | |
tree | d1b5499d57097959f7544a6bd04d12551cd241cc /sw/inc/fmtruby.hxx | |
parent | 25315bd25fdc2d64996bdd099fd79e4dd3a263f2 (diff) |
Convert all Query/Put Value() to bool
Diffstat (limited to 'sw/inc/fmtruby.hxx')
-rw-r--r-- | sw/inc/fmtruby.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/fmtruby.hxx b/sw/inc/fmtruby.hxx index 7324f44c91..a5c49da7eb 100644 --- a/sw/inc/fmtruby.hxx +++ b/sw/inc/fmtruby.hxx @@ -61,9 +61,9 @@ public: String &rText, const IntlWrapper* pIntl = 0 ) const; - virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, + virtual bool QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const; - virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, + virtual bool PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ); |