summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-24 09:21:23 +0200
committerCaolán McNamara <caolanm@redhat.com>2015-12-24 20:57:35 +0000
commit33fac4828038bc38ab4a0c4b891d762a5ae73e5e (patch)
treea5e9404df7ae0f662ef5d7272134596ce63afa71 /include
parentd3e57ccf2e56a75bd4f004de53793f1742e34bc4 (diff)
loplugin:unnecessaryvirtual
and unwind some apparently now unused VCL OpenGL and GlyphCachePeer stuff. Change-Id: Ic85302d4e1ad4056dabc49c97a608891052e3167 Reviewed-on: https://gerrit.libreoffice.org/20920 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/titledockwin.hxx3
-rw-r--r--include/vcl/combobox.hxx2
2 files changed, 1 insertions, 4 deletions
diff --git a/include/sfx2/titledockwin.hxx b/include/sfx2/titledockwin.hxx
index ebae6747d3f0..511818498e7f 100644
--- a/include/sfx2/titledockwin.hxx
+++ b/include/sfx2/titledockwin.hxx
@@ -66,9 +66,6 @@ namespace sfx2
// DockingWindow overridables
void EndDocking(const Rectangle& rRect, bool bFloatMode) override;
- // own overridables
- virtual void onLayoutDone();
-
virtual void ApplySettings(vcl::RenderContext& rRenderContext) override;
protected:
/** internal version of ResetToolBox
diff --git a/include/vcl/combobox.hxx b/include/vcl/combobox.hxx
index 7bb281eeda14..83961566a762 100644
--- a/include/vcl/combobox.hxx
+++ b/include/vcl/combobox.hxx
@@ -67,7 +67,7 @@ public:
virtual void UserDraw( const UserDrawEvent& rUDEvt );
virtual void Select();
- virtual void DoubleClick();
+ void DoubleClick();
virtual void Modify() override;