summaryrefslogtreecommitdiff
path: root/svl/inc/svl/lckbitem.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-04 15:23:50 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-04 17:02:43 +0100
commitb92ca447f89a74add22bc09ca8570d5327069677 (patch)
tree6334eaf271e637307c9a87906c99b48bfdbac249 /svl/inc/svl/lckbitem.hxx
parent3f9bf0a9aeb91b1211a5659044ab1eb22da9be7c (diff)
Convert all Query/Put Value() to bool
Diffstat (limited to 'svl/inc/svl/lckbitem.hxx')
-rw-r--r--svl/inc/svl/lckbitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/inc/svl/lckbitem.hxx b/svl/inc/svl/lckbitem.hxx
index 2204a57c17d4..d37b6603a2f4 100644
--- a/svl/inc/svl/lckbitem.hxx
+++ b/svl/inc/svl/lckbitem.hxx
@@ -55,9 +55,9 @@ public:
SvLockBytes* GetValue() const { return _xVal; }
- virtual BOOL PutValue ( const com::sun::star::uno::Any& rVal,
+ virtual bool PutValue ( const com::sun::star::uno::Any& rVal,
BYTE nMemberId = 0 );
- virtual BOOL QueryValue( com::sun::star::uno::Any& rVal,
+ virtual bool QueryValue( com::sun::star::uno::Any& rVal,
BYTE nMemberId = 0 ) const;
};