diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-24 09:21:23 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-12-24 20:57:35 +0000 |
commit | 33fac4828038bc38ab4a0c4b891d762a5ae73e5e (patch) | |
tree | a5e9404df7ae0f662ef5d7272134596ce63afa71 /sfx2 | |
parent | d3e57ccf2e56a75bd4f004de53793f1742e34bc4 (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 'sfx2')
-rw-r--r-- | sfx2/source/dialog/titledockwin.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sfx2/source/dialog/titledockwin.cxx b/sfx2/source/dialog/titledockwin.cxx index 0a8ac0d67d2d..154e40697730 100644 --- a/sfx2/source/dialog/titledockwin.cxx +++ b/sfx2/source/dialog/titledockwin.cxx @@ -92,12 +92,6 @@ namespace sfx2 } - void TitledDockingWindow::onLayoutDone() - { - // not interested in - } - - void TitledDockingWindow::impl_scheduleLayout() { m_bLayoutPending = true; @@ -136,8 +130,6 @@ namespace sfx2 aWindowSize.Height() - m_aBorder.Top() - m_aBorder.Bottom() ) ); - - onLayoutDone(); } void TitledDockingWindow::ApplySettings(vcl::RenderContext& rRenderContext) |