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/fmtline.hxx | |
parent | 94317a3af6fd2d41d34cca8d409301b05bfffc3d (diff) |
Convert all Query/Put Value() to bool
Diffstat (limited to 'sw/inc/fmtline.hxx')
-rw-r--r-- | sw/inc/fmtline.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/fmtline.hxx b/sw/inc/fmtline.hxx index 7ae0e80d0350..f41edf13e7e9 100644 --- a/sw/inc/fmtline.hxx +++ b/sw/inc/fmtline.hxx @@ -54,8 +54,8 @@ public: SfxMapUnit ePresMetric, String &rText, const IntlWrapper* pIntl = 0 ) const; - virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const; - virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ); + virtual bool QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const; + virtual bool PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ); ULONG GetStartValue() const { return nStartValue; } BOOL IsCount() const { return bCountLines != 0; } |