summaryrefslogtreecommitdiff
path: root/codemaker/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-01-15 12:46:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-01-15 13:56:05 +0100
commit6583f5d6b2120d1602c8a55c4e8dcc2b83503862 (patch)
tree7f174daa59eadb56cbbbf96d677978e8d64de74f /codemaker/source
parent71296fd27dd9e3e5609b4fd41f3842673231a3ad (diff)
loplugin:unnecessaryvirtual
Change-Id: I14ee125874b6f0f1ff5406a3eafea0b19df1a7f2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162082 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'codemaker/source')
-rw-r--r--codemaker/source/cppumaker/cpputype.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx
index c67772eb2e88..f600cff8ad8c 100644
--- a/codemaker/source/cppumaker/cpputype.cxx
+++ b/codemaker/source/cppumaker/cpputype.cxx
@@ -189,7 +189,7 @@ public:
virtual void dumpHppFile(FileStream& o, codemaker::cppumaker::Includes & includes) = 0;
- virtual void dumpEmbindCppFile(FileStream& o);
+ void dumpEmbindCppFile(FileStream& o);
OUString dumpHeaderDefine(FileStream& o, std::u16string_view extension) const;