diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-28 10:00:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-28 13:01:25 +0200 |
commit | 867a22fd199e732803c9050fe9f84ad630ec27fb (patch) | |
tree | 4a33f2084c10a5d96def0039c9374073106bbe5b /xmloff/source/transform/DeepTContext.hxx | |
parent | 149a4d756699f4275f9f84807e72526e73aed1b2 (diff) |
loplugin:virtualdown in xmloff/xmlsecurity
Change-Id: I884fe180be98fe29ddb7d2daf4c61f733236e8bd
Reviewed-on: https://gerrit.libreoffice.org/51987
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/transform/DeepTContext.hxx')
-rw-r--r-- | xmloff/source/transform/DeepTContext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/DeepTContext.hxx b/xmloff/source/transform/DeepTContext.hxx index efbed3b40415..c846fdb7c3ef 100644 --- a/xmloff/source/transform/DeepTContext.hxx +++ b/xmloff/source/transform/DeepTContext.hxx @@ -66,7 +66,7 @@ public: return !m_aChildContexts.empty(); } - virtual void ExportContent() override; + void ExportContent(); }; #endif // INCLUDED_XMLOFF_SOURCE_TRANSFORM_DEEPTCONTEXT_HXX |