diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-04 09:49:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-05 07:52:16 +0100 |
commit | 36b21429c2c423271786e29c6a480b4b689a8ab8 (patch) | |
tree | 5a10d1d8c5e9485fbe6b91d6c001537d8f36ae03 /svl/source/items/lckbitem.cxx | |
parent | f22f5a8a1c25d0a68d64d82bd824f5e153cf9959 (diff) |
remove unused SvLockBytesStatFlag enum
Change-Id: I90b82f1bbf4b51fc76cde10ec55448053345018c
Reviewed-on: https://gerrit.libreoffice.org/64561
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svl/source/items/lckbitem.cxx')
-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 737db2750da4..5c2efba1e9b1 100644 --- a/svl/source/items/lckbitem.cxx +++ b/svl/source/items/lckbitem.cxx @@ -130,7 +130,7 @@ bool SfxLockBytesItem::QueryValue( css::uno::Any& rVal, sal_uInt8 ) const sal_uInt32 nLen; SvLockBytesStat aStat; - if ( _xVal->Stat( &aStat, SVSTATFLAG_DEFAULT ) == ERRCODE_NONE ) + if ( _xVal->Stat( &aStat ) == ERRCODE_NONE ) nLen = aStat.nSize; else return false; |