sd/source/ui/toolpanel/TaskPaneFocusManager.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 03d64b736ac612f7ce2e7c40a0be04a6e23ae489
Author: Bjoern Michaelsen <[email protected]>
Date:   Sat Aug 18 00:08:52 2012 +0200

    use a slightly more sane cast
    
    Change-Id: I325a8acac3168ec0a649033e3c3cef781ed7b53d

diff --git a/sd/source/ui/toolpanel/TaskPaneFocusManager.cxx 
b/sd/source/ui/toolpanel/TaskPaneFocusManager.cxx
index b145931..ce80712 100644
--- a/sd/source/ui/toolpanel/TaskPaneFocusManager.cxx
+++ b/sd/source/ui/toolpanel/TaskPaneFocusManager.cxx
@@ -41,7 +41,7 @@ class WindowHash
 {
 public:
     size_t operator()(const ::Window* argument) const
-    { return reinterpret_cast<unsigned long>(argument); }
+    { return reinterpret_cast<uintptr_t>(argument); }
 };
 
 class EventDescriptor
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to