diff options
Diffstat (limited to 'svl/source')
-rw-r--r-- | svl/source/items/lckbitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/lckbitem.cxx b/svl/source/items/lckbitem.cxx index 224272595908..837e3ede5343 100644 --- a/svl/source/items/lckbitem.cxx +++ b/svl/source/items/lckbitem.cxx @@ -131,7 +131,7 @@ bool SfxLockBytesItem::PutValue( const css::uno::Any& rVal, sal_uInt8 ) // virtual bool SfxLockBytesItem::QueryValue( css::uno::Any& rVal, sal_uInt8 ) const { - if ( _xVal.Is() ) + if ( _xVal.is() ) { sal_uInt32 nLen; SvLockBytesStat aStat; |