summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2018-02-10 13:24:21 +0100
committerAndras Timar <andras.timar@collabora.com>2018-02-12 18:05:20 +0100
commit1c5ba7f055f8dc9f2ff081ad0e8509a18e74c61c (patch)
tree659fc811b6e206f5558d473486ed8b2895d94770 /include
parentd319b8ea37122b494992c76fd9dc890b95e48e01 (diff)
lokdialog: Handle dialog items' invalidation in general
Reviewed-on: https://gerrit.libreoffice.org/49240 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> (cherry picked from commit b33287cde2d270d83e2658529be768a99dba98f0) Signed-off-by: Andras Timar <andras.timar@collabora.com> Change-Id: Ib7b178fe97964bc5fd6ac173a143ba8ba089e237
Diffstat (limited to 'include')
-rw-r--r--include/vcl/ctrl.hxx2
-rw-r--r--include/vcl/window.hxx2
2 files changed, 1 insertions, 3 deletions
diff --git a/include/vcl/ctrl.hxx b/include/vcl/ctrl.hxx
index c9768a653a50..63fb36c87a1a 100644
--- a/include/vcl/ctrl.hxx
+++ b/include/vcl/ctrl.hxx
@@ -44,8 +44,6 @@ private:
SAL_DLLPRIVATE void ImplInitControlData();
- virtual void LogicInvalidate(const Rectangle* pRectangle) override;
-
Control (const Control &) = delete;
Control & operator= (const Control &) = delete;
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index dcdaddc75c12..7f15b5dac267 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -560,7 +560,7 @@ public:
SAL_DLLPRIVATE bool ImplIsWindowOrChild( const vcl::Window* pWindow, bool bSystemWindow = false ) const;
SAL_DLLPRIVATE bool ImplIsChild( const vcl::Window* pWindow, bool bSystemWindow = false ) const;
- bool ImplIsFloatingWindow() const;
+ SAL_DLLPRIVATE bool ImplIsFloatingWindow() const;
SAL_DLLPRIVATE bool ImplIsPushButton() const;
SAL_DLLPRIVATE bool ImplIsSplitter() const;
SAL_DLLPRIVATE bool ImplIsOverlapWindow() const;