diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-12-06 14:30:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-12-07 07:05:29 +0100 |
commit | dbc5519e9d4b36a6c48b14d83c8d813d5156433f (patch) | |
tree | c53cd101e48699b7bf00a91bd6a7e5ba690d6388 /jvmfwk/inc | |
parent | 3a61cce54277fd12570103a191c50d9b37ef3dd3 (diff) |
loplugin:unnecessaryvirtual
Change-Id: I231195c36d620254cbcd2f4d7bbb9044f7887fe8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126413
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'jvmfwk/inc')
-rw-r--r-- | jvmfwk/inc/vendorbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/inc/vendorbase.hxx b/jvmfwk/inc/vendorbase.hxx index 4a0190eb0bb8..779fc8f7a46f 100644 --- a/jvmfwk/inc/vendorbase.hxx +++ b/jvmfwk/inc/vendorbase.hxx @@ -154,7 +154,7 @@ protected: false - the object could not completely initialize. In this case it will be discarded by the caller. */ - virtual bool initialize(const std::vector<std::pair<OUString, OUString>>& props); + bool initialize(const std::vector<std::pair<OUString, OUString>>& props); /* returns relative file URLs to the runtime library. For example "/bin/client/jvm.dll" |