diff options
author | Noel <noel.grandin@collabora.co.uk> | 2021-03-24 14:55:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-03-24 20:01:06 +0100 |
commit | a7cf7da8d21d3d4d54bd532f07fc0c4712239dbb (patch) | |
tree | dd3c99ad92370677ec2ab318e7034947a5651138 /compilerplugins/clang/unnecessaryvirtual-dead.results | |
parent | 3b9866ee35fe3567e850f0f1a888d96e60b6fbfa (diff) |
loplugin:unnecessaryvirtual
Change-Id: Ic414b72299b5c5c19e5b37156ac6dec4bedadf65
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113038
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins/clang/unnecessaryvirtual-dead.results')
-rw-r--r-- | compilerplugins/clang/unnecessaryvirtual-dead.results | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/compilerplugins/clang/unnecessaryvirtual-dead.results b/compilerplugins/clang/unnecessaryvirtual-dead.results index ff6177df67f3..a541ad4cf929 100644 --- a/compilerplugins/clang/unnecessaryvirtual-dead.results +++ b/compilerplugins/clang/unnecessaryvirtual-dead.results @@ -18,11 +18,11 @@ vcl/inc/salinst.hxx:200 void SalInstance::releaseMainThread() vcl/inc/salobj.hxx:49 void SalObject::Enable(_Bool,) -writerfilter/source/ooxml/OOXMLFactory.hxx:66 +writerfilter/source/ooxml/OOXMLFactory.hxx:65 void writerfilter::ooxml::OOXMLFactory_ns::startAction(class writerfilter::ooxml::OOXMLFastContextHandler *,) -writerfilter/source/ooxml/OOXMLFactory.hxx:67 +writerfilter/source/ooxml/OOXMLFactory.hxx:66 void writerfilter::ooxml::OOXMLFactory_ns::charactersAction(class writerfilter::ooxml::OOXMLFastContextHandler *,const class rtl::OUString &,) -writerfilter/source/ooxml/OOXMLFactory.hxx:68 +writerfilter/source/ooxml/OOXMLFactory.hxx:67 void writerfilter::ooxml::OOXMLFactory_ns::endAction(class writerfilter::ooxml::OOXMLFastContextHandler *,) -writerfilter/source/ooxml/OOXMLFactory.hxx:69 +writerfilter/source/ooxml/OOXMLFactory.hxx:68 void writerfilter::ooxml::OOXMLFactory_ns::attributeAction(class writerfilter::ooxml::OOXMLFastContextHandler *,int,const class tools::SvRef<class writerfilter::ooxml::OOXMLValue> &,) |