summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-05-23 22:48:14 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-05-23 22:48:14 +1000
commit23eb4435edf8d0634cc253588bb0184db8875301 (patch)
treed208199cca441686d72c9e69603a7cc0aa3ecdff /include
parentec1d05d9fbf184418ffb2250233e16e5255ac18f (diff)
vcl: change to true and false in Window::ImplTestMousePointerSet()
Change-Id: I5184b9bf7d080f65a702a88214906264b9d88e2f
Diffstat (limited to 'include')
-rw-r--r--include/vcl/window.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 379dbd4689d4..ddf010d15cb2 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -503,7 +503,7 @@ private:
SAL_DLLPRIVATE bool ImplIsRealParentPath( const Window* pWindow ) const;
- SAL_DLLPRIVATE int ImplTestMousePointerSet();
+ SAL_DLLPRIVATE bool ImplTestMousePointerSet();
SAL_DLLPRIVATE void ImplResetReallyVisible();
SAL_DLLPRIVATE void ImplSetReallyVisible();