diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 10:27:25 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 10:27:25 +0000 |
commit | 8fe0359d88a09a3a240b024e7f2d4c836f5abe0a (patch) | |
tree | 28ecf02cc6d435bce3964a1bae8c7ecff7042aa0 /dtrans | |
parent | c411de82a7fc90714a8da3c0fbd0bb2321c511ab (diff) |
INTEGRATION: CWS sixtyfour09 (1.10.20); FILE MERGED
2006/11/09 15:24:05 cmc 1.10.20.1: #i71076# 64bit drag and drop registration
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/X11/X11_droptarget.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/X11/X11_droptarget.cxx b/dtrans/source/X11/X11_droptarget.cxx index 97ab1f2aaf8c..9184b2544dc4 100644 --- a/dtrans/source/X11/X11_droptarget.cxx +++ b/dtrans/source/X11/X11_droptarget.cxx @@ -4,9 +4,9 @@ * * $RCSfile: X11_droptarget.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2006-09-17 16:53:04 $ + * last change: $Author: vg $ $Date: 2006-11-22 11:27:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -83,7 +83,7 @@ void DropTarget::initialize( const Sequence< Any >& arguments ) throw( ::com::su m_xSelectionManager = static_cast< XDragSource* >(m_pSelectionManager); m_pSelectionManager->initialize( arguments ); - sal_Int32 aWindow = None; + sal_Size aWindow = None; arguments.getConstArray()[1] >>= aWindow; m_pSelectionManager->registerDropTarget( aWindow, this ); m_aTargetWindow = aWindow; |