summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-07-18 09:03:51 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-07-19 05:39:46 +0000
commit36313d93ac6f88bb4b4e4ed7109db583c7ce9886 (patch)
treef27ca9d75beb484a6ce93268fc15a0bfd470e3a1 /svx
parenta7b5be118191a4e8a6cd422b5b2438a1ac22f36f (diff)
improve unnecessaryoverride plugin
to ignore ImplicitCastExpr when calling superclass method Change-Id: I76a3068446acfee85aa1baeb216e57f63c7099c1 Reviewed-on: https://gerrit.libreoffice.org/27279 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/fmobj.cxx7
-rw-r--r--svx/source/inc/fmobj.hxx1
2 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/form/fmobj.cxx b/svx/source/form/fmobj.cxx
index 3ce8975084d4..faca04060d6c 100644
--- a/svx/source/form/fmobj.cxx
+++ b/svx/source/form/fmobj.cxx
@@ -700,11 +700,4 @@ SdrLayerID FmFormObj::GetLayer() const
return SdrUnoObj::GetLayer();
}
-void FmFormObj::NbcSetLayer(SdrLayerID nLayer)
-{
- // #i72535#
- // See above. To fix, use parent functionality
- return SdrUnoObj::NbcSetLayer(nLayer);
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/inc/fmobj.hxx b/svx/source/inc/fmobj.hxx
index dba50cf4ec97..92fe256e8a70 100644
--- a/svx/source/inc/fmobj.hxx
+++ b/svx/source/inc/fmobj.hxx
@@ -101,7 +101,6 @@ protected:
// #i70852# override Layer interface to force to FormControl layer
SAL_DLLPRIVATE virtual SdrLayerID GetLayer() const override;
- SAL_DLLPRIVATE virtual void NbcSetLayer(SdrLayerID nLayer) override;
private:
/** isolates the control model from its form component hierarchy, i.e. removes it from