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:
parent
43a8f573ea
commit
842c32c33c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue