INTEGRATION: CWS geordi2q14 (1.5.50); FILE MERGED

2004/01/30 12:39:17 hr 1.5.50.1: #111934#: merge CWS ooo111fix2
This commit is contained in:
Jens-Heiner Rechtien 2004-02-02 18:27:15 +00:00
parent ad7b5594ce
commit f7fe43f8b2

View file

@ -2,9 +2,9 @@
*
* $RCSfile: interact.cxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: vg $ $Date: 2003-06-12 11:08:24 $
* last change: $Author: hr $ $Date: 2004-02-02 19:27:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -129,7 +129,7 @@ InteractionRequest::InteractionRequest(css::uno::Any const & rRequest):
m_aRequest(rRequest)
{
bool bRetry;
#if defined LINUX || defined FREEBSD
#if defined LINUX || defined FREEBSD || defined NETBSD
// Only if Java is disabled we allow retry:
bRetry = m_aRequest.isExtractableTo(
getCppuType(static_cast< css::java::JavaDisabledException * >(0)));