remove dead comment

because method is final after
commit 5b2cd79ade "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>
This commit is contained in:
Noel Grandin 2024-11-11 10:28:15 +02:00
parent 43a8f573ea
commit 842c32c33c

View file

@ -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;