summaryrefslogtreecommitdiff
path: root/include/basic/sbx.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-29 08:38:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-29 11:36:28 +0200
commit87b0eb0183e9a379a3e715dcb5de29b29e406686 (patch)
treeb024052c848a72cfcf9303d0d0830a7e1b2f4ad3 /include/basic/sbx.hxx
parentb399bb8760e87386e74804a33847ff6f5ae571af (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 'include/basic/sbx.hxx')
-rw-r--r--include/basic/sbx.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbx.hxx b/include/basic/sbx.hxx
index 3bc9b9953017..96fb4cd07a1a 100644
--- a/include/basic/sbx.hxx
+++ b/include/basic/sbx.hxx
@@ -127,7 +127,7 @@ public:
virtual void Clear() override;
sal_uInt16 Count() const;
virtual SbxDataType GetType() const override;
- virtual SbxClassType GetClass() const override;
+ virtual SbxClassType GetClass() const;
SbxVariableRef& GetRef( sal_uInt16 );
SbxVariable* Get( sal_uInt16 );
void Put( SbxVariable*, sal_uInt16 );