summaryrefslogtreecommitdiff
path: root/stoc/source/javavm/interact.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-12 10:08:24 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-12 10:08:24 +0000
commitaf627f09c21a49ce031655e3c2e119d46bd83dc5 (patch)
treef8e531707c0cb0ac8e6829a9eaf0b7a044bb7fb6 /stoc/source/javavm/interact.cxx
parent35acb1d15fdd28a98ca187425431ae73b3345e99 (diff)
INTEGRATION: CWS mh11rc (1.4.50); FILE MERGED
2003/06/06 08:16:55 mh 1.4.50.1: join: from beta2
Diffstat (limited to 'stoc/source/javavm/interact.cxx')
-rw-r--r--stoc/source/javavm/interact.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/javavm/interact.cxx b/stoc/source/javavm/interact.cxx
index a5f9927385c7..0445aea69662 100644
--- a/stoc/source/javavm/interact.cxx
+++ b/stoc/source/javavm/interact.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: interact.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: sb $ $Date: 2002-12-06 10:48:58 $
+ * last change: $Author: vg $ $Date: 2003-06-12 11:08:24 $
*
* 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
+#if defined LINUX || defined FREEBSD
// Only if Java is disabled we allow retry:
bRetry = m_aRequest.isExtractableTo(
getCppuType(static_cast< css::java::JavaDisabledException * >(0)));