summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpoleobject.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-06-09 08:55:13 +0200
committerNoel Grandin <noel@peralex.com>2015-06-09 10:06:57 +0200
commit81b954718f0cdac6873927e869b3e41f863562e7 (patch)
tree3e12a2cb35b263ea4d4e49b61af2ca8b733c5c28 /lotuswordpro/source/filter/lwpoleobject.hxx
parentTango updates (diff)
downloadcore-81b954718f0cdac6873927e869b3e41f863562e7.tar.gz
core-81b954718f0cdac6873927e869b3e41f863562e7.zip
loplugin:unnecessaryvirtuals
Improve the plugin a little. Create a python script to process the output. Run it again. Change-Id: I05c21d8a21c8f4243af739c412fda0a521f9b5f0
Diffstat (limited to 'lotuswordpro/source/filter/lwpoleobject.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpoleobject.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpoleobject.hxx b/lotuswordpro/source/filter/lwpoleobject.hxx
index bcbc8674d86e..a06dbc9eca32 100644
--- a/lotuswordpro/source/filter/lwpoleobject.hxx
+++ b/lotuswordpro/source/filter/lwpoleobject.hxx
@@ -102,7 +102,7 @@ class LwpGraphicOleObject : public LwpContent
public:
LwpGraphicOleObject(LwpObjectHeader& objHdr, LwpSvStream* pStrm);
virtual void Read() SAL_OVERRIDE;
- virtual void GetGrafScaledSize(double& fWidth, double& fHeight);
+ void GetGrafScaledSize(double& fWidth, double& fHeight);
virtual void GetGrafOrgSize(double& rWidth, double& rHeight);
protected:
LwpObjectID m_pPrevObj;