diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-11-11 10:28:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-11-11 14:06:12 +0100 |
commit | 842c32c33c6356d72cb3adcf510f57d4f8ff9d87 (patch) | |
tree | 0090a3d6aec1b56dc198d5a8517ceb6f19023d1c /include | |
parent | 43a8f573ea596d75739323ed3878c0e9aecca604 (diff) |
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.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/propshlp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |