diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-29 08:38:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-29 11:36:28 +0200 |
commit | 87b0eb0183e9a379a3e715dcb5de29b29e406686 (patch) | |
tree | b024052c848a72cfcf9303d0d0830a7e1b2f4ad3 /basic | |
parent | b399bb8760e87386e74804a33847ff6f5ae571af (diff) |
loplugin:virtualdown in basctl,basic
Change-Id: If0d729ee84263a5afb2c7acb2d62b08602aa59f4
Reviewed-on: https://gerrit.libreoffice.org/52046
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/sbx/sbxbase.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/basic/source/sbx/sbxbase.cxx b/basic/source/sbx/sbxbase.cxx index a99a26751dac..5e027372b7b6 100644 --- a/basic/source/sbx/sbxbase.cxx +++ b/basic/source/sbx/sbxbase.cxx @@ -74,11 +74,6 @@ SbxDataType SbxBase::GetType() const return SbxEMPTY; } -SbxClassType SbxBase::GetClass() const -{ - return SbxClassType::DontCare; -} - bool SbxBase::IsFixed() const { return IsSet( SbxFlagBits::Fixed ); |