include/comphelper/propshlp.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 842c32c33c6356d72cb3adcf510f57d4f8ff9d87 Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Mon Nov 11 10:28:15 2024 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Mon Nov 11 14:06:12 2024 +0100 remove dead comment because method is final after commit 5b2cd79aded5081ca8a4bc20fb851573ce890092 "loplugin:finalmethods" Change-Id: Ib530133c42343a512497df012e3d7ed21a8d96bf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176378 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/include/comphelper/propshlp.hxx b/include/comphelper/propshlp.hxx index bd08cd6a6499..a55909e7cd92 100644 --- a/include/comphelper/propshlp.hxx +++ b/include/comphelper/propshlp.hxx @@ -168,7 +168,7 @@ protected: /** Override this if you need to do something special during setFastPropertyValue */ virtual void setFastPropertyValueImpl(std::unique_lock<std::mutex>& rGuard, sal_Int32 nHandle, const css::uno::Any& rValue); - /** Override this if you need to do something special during getPropertyValue */ + virtual css::uno::Any getPropertyValueImpl(std::unique_lock<std::mutex>& rGuard, const ::rtl::OUString& aPropertyName) final;