summaryrefslogtreecommitdiff
path: root/stoc
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
commitb4d7b67128d560a5177dceebf0d54357f74e513f (patch)
tree1b9bbab9664dd0ac478b6007e1cb7b523965d608 /stoc
parent107808b5718d10692e7e33132cf70f9b43fd8e50 (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')
-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 a5f992738..0445aea69 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)));