summaryrefslogtreecommitdiff
path: root/fpicker/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-10-06 09:43:15 +0000
committerKurt Zenker <kz@openoffice.org>2005-10-06 09:43:15 +0000
commitbde891fe53310de2c0f9a54654dc4529d702012a (patch)
treefb56b49e25e0ea6f67b843e1819cba464c8e1325 /fpicker/source
parent558c417cba4072cadc426d249954f4b4687e449f (diff)
INTEGRATION: CWS intptr (1.2.50); FILE MERGED
2005/09/13 14:50:37 kendy 1.2.50.1: #i54498# Introduce and use sal_IntPtr/sal_uIntPtr for ints where we have to store a pointer
Diffstat (limited to 'fpicker/source')
-rw-r--r--fpicker/source/office/asyncfilepicker.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/office/asyncfilepicker.cxx b/fpicker/source/office/asyncfilepicker.cxx
index 70788abe4d..bcbc908ea9 100644
--- a/fpicker/source/office/asyncfilepicker.cxx
+++ b/fpicker/source/office/asyncfilepicker.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: asyncfilepicker.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 23:29:54 $
+ * last change: $Author: kz $ $Date: 2005-10-06 10:43:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -176,7 +176,7 @@ namespace svt
DBG_TESTSOLARMUTEX();
// if this asserts, we'd need to have an own mutex per instance
- FileViewResult eResult = static_cast< FileViewResult >( reinterpret_cast< int >( pEmptyArg ) );
+ FileViewResult eResult = static_cast< FileViewResult >( reinterpret_cast< sal_IntPtr >( pEmptyArg ) );
OSL_ENSURE( eStillRunning != eResult, "AsyncPickerAction::OnActionDone: invalid result!" );
// release once (since we acquired in |execute|), but keep alive until the