summaryrefslogtreecommitdiff
path: root/svl/inc/svl/lckbitem.hxx
diff options
context:
space:
mode:
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;
};