summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/wghtitem.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-04 15:23:49 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-04 17:01:12 +0100
commit26692bdc4f293ade352ecd5448d9dec130b9003d (patch)
tree7f33b263598ca04df9fd159e99c111345fab9ec6 /editeng/inc/editeng/wghtitem.hxx
parent50f1eb0fc5fd8dd4dc7e62814ae8948c4da9160c (diff)
Convert all Query/Put Value() to bool
Diffstat (limited to 'editeng/inc/editeng/wghtitem.hxx')
-rw-r--r--editeng/inc/editeng/wghtitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/inc/editeng/wghtitem.hxx b/editeng/inc/editeng/wghtitem.hxx
index ef18c3a142..4c68565567 100644
--- a/editeng/inc/editeng/wghtitem.hxx
+++ b/editeng/inc/editeng/wghtitem.hxx
@@ -66,8 +66,8 @@ public:
virtual String GetValueTextByPos( USHORT nPos ) const;
virtual USHORT GetValueCount() const;
- virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const;
- virtual sal_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 );
virtual int HasBoolValue() const;
virtual BOOL GetBoolValue() const;