summaryrefslogtreecommitdiff
path: root/stoc/source
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source')
-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)));