summaryrefslogtreecommitdiff
path: root/include/vcl/sysdata.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-08-31 21:08:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-09-02 00:35:28 +0200
commitd9527fd01fd2674deb6868084d056861db5447fa (patch)
tree4ab724a7c1d8e5b7c9e825eb3475986f50b766e4 /include/vcl/sysdata.hxx
parent3814952f0be80afddcfda7f0e65bb602ed75438c (diff)
remove some casting
Change-Id: Idf6c82b0c609d8680e2017602bfe9a93acb093b9 Reviewed-on: https://gerrit.libreoffice.org/41807 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/sysdata.hxx')
-rw-r--r--include/vcl/sysdata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/sysdata.hxx b/include/vcl/sysdata.hxx
index ae9e57f0344c..fba387e01b87 100644
--- a/include/vcl/sysdata.hxx
+++ b/include/vcl/sysdata.hxx
@@ -64,7 +64,7 @@ struct SystemEnvData
// Nothing
#elif defined( UNX )
void* pDisplay; // the relevant display connection
- long aWindow; // the window of the object
+ sal_uIntPtr aWindow; // the window of the object
void* pSalFrame; // contains a salframe, if object has one
void* pWidget; // the corresponding widget
void* pVisual; // the visual in use