diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2018-02-10 13:24:21 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2018-02-10 16:35:17 +0100 |
commit | b33287cde2d270d83e2658529be768a99dba98f0 (patch) | |
tree | 001636e3915d11dd0ff8ab60b603e50a0945f110 /include/vcl/ctrl.hxx | |
parent | 48c47db6e7e79f0accb3221a34ec03202e8fa413 (diff) |
lokdialog: Handle dialog items' invalidation in general
Change-Id: Ib7b178fe97964bc5fd6ac173a143ba8ba089e237
Reviewed-on: https://gerrit.libreoffice.org/49240
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'include/vcl/ctrl.hxx')
-rw-r--r-- | include/vcl/ctrl.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/ctrl.hxx b/include/vcl/ctrl.hxx index 8e2926ae1774..cb68cfe8f78a 100644 --- a/include/vcl/ctrl.hxx +++ b/include/vcl/ctrl.hxx @@ -44,8 +44,6 @@ private: SAL_DLLPRIVATE void ImplInitControlData(); - virtual void LogicInvalidate(const tools::Rectangle* pRectangle) override; - Control (const Control &) = delete; Control & operator= (const Control &) = delete; |