summaryrefslogtreecommitdiff
path: root/include/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 /include/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 'include/basic')
-rw-r--r--include/basic/sbxvar.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/basic/sbxvar.hxx b/include/basic/sbxvar.hxx
index b0add15b4f47..446f1fe4c1ec 100644
--- a/include/basic/sbxvar.hxx
+++ b/include/basic/sbxvar.hxx
@@ -124,7 +124,6 @@ public:
bool IsNumericRTL() const; // #41692 Interface for Basic
bool ImpIsNumeric( bool bOnlyIntntl ) const; // Implementation
- virtual SbxClassType GetClass() const;
virtual SbxDataType GetType() const override;
SbxDataType GetFullType() const { return aData.eType;}
bool SetType( SbxDataType );
@@ -272,7 +271,7 @@ public:
void SetUserData( sal_uInt32 n ) { nUserData = n; }
virtual SbxDataType GetType() const override;
- virtual SbxClassType GetClass() const override;
+ virtual SbxClassType GetClass() const;
// Parameter-Interface
virtual SbxInfo* GetInfo();