summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-06-10 09:26:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-06-11 07:53:04 +0200
commit583c1400c22ce8aab2623216b59c25a83a073bad (patch)
tree149f9eadb24b1e41e949d42fce9ad21414c5d7cf /basic
parentab6849db5540b1836f91708acc4ae8a9f49a6d7c (diff)
loplugin:virtualdown in SbxValue
Change-Id: I746b6b7e18265366903825ccf6c94f672dc92db9 Reviewed-on: https://gerrit.libreoffice.org/73770 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/sbx/sbxvalue.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/basic/source/sbx/sbxvalue.cxx b/basic/source/sbx/sbxvalue.cxx
index 8b0f16491633..1a011b6706d1 100644
--- a/basic/source/sbx/sbxvalue.cxx
+++ b/basic/source/sbx/sbxvalue.cxx
@@ -690,11 +690,6 @@ bool SbxValue::ImpIsNumeric( bool bOnlyIntntl ) const
|| ( t >= SbxCHAR && t <= SbxUINT );
}
-SbxClassType SbxValue::GetClass() const
-{
- return SbxClassType::Value;
-}
-
SbxDataType SbxValue::GetType() const
{
return SbxDataType( aData.eType & 0x0FFF );