summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxwindow1.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:02:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:02:33 +0000
commitc1c64438b93680cf7163db518074dc65e5a73098 (patch)
treee406813ca1f0fcd24eb15ac6c73bf1b111fe7b29 /toolkit/source/awt/vclxwindow1.cxx
parent291e9c581a43f8e09849928de1aa6199e3f6f0f8 (diff)
INTEGRATION: CWS warnings01 (1.3.24); FILE MERGED
2005/11/11 16:47:34 pl 1.3.24.1: #i55991# removed warnings
Diffstat (limited to 'toolkit/source/awt/vclxwindow1.cxx')
-rw-r--r--toolkit/source/awt/vclxwindow1.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/awt/vclxwindow1.cxx b/toolkit/source/awt/vclxwindow1.cxx
index 13b9ddbda624..a72c956916dc 100644
--- a/toolkit/source/awt/vclxwindow1.cxx
+++ b/toolkit/source/awt/vclxwindow1.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: vclxwindow1.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 13:15:28 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:02:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -70,7 +70,7 @@ void VCLXWindow::SetSystemParent_Impl( sal_Int64 nHandle )
#elif defined( OS2 )
aSysParentData.hWnd = (HWND) nHandle;
#elif defined( UNX )
- aSysParentData.aWindow = nHandle;
+ aSysParentData.aWindow = (long)nHandle;
#endif
#endif