summaryrefslogtreecommitdiff
path: root/vcl/win/window
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2021-09-16 09:47:55 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2021-09-17 07:05:14 +0200
commit6a36d9b341f647d5547027c33bf4dc7c3df12cf8 (patch)
treeac21ba936a2a42a80121eb62306e2ac4854ec71c /vcl/win/window
parentf1c902af040eb358cc141a7a926272a25a2afba7 (diff)
Drop conditional WM_GETOBJECT define from vcl/win/window/salframe.cxx
WM_GETOBJECT is already defined in WinUser.h. Change-Id: I7594560698dd2a17412f5075f8b689decbd4ca49 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122202 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl/win/window')
-rw-r--r--vcl/win/window/salframe.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx
index ae19b4a5c5c7..259a1395a3b2 100644
--- a/vcl/win/window/salframe.cxx
+++ b/vcl/win/window/salframe.cxx
@@ -86,9 +86,6 @@
#include <oleacc.h>
#include <com/sun/star/accessibility/XMSAAService.hpp>
-#ifndef WM_GETOBJECT // TESTME does this ever happen ?
-# define WM_GETOBJECT 0x003D
-#endif
#include <time.h>