summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-10 08:10:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-10 08:10:18 +0000
commit500c866b9afad590607cb44485154ec18a822044 (patch)
tree2746c166de9cfa621f43a8680014bd2bcee18679 /framework/source
parentc1d45c1987fbc86ec8a5421d1c7d7dd7cd28e9b1 (diff)
INTEGRATION: CWS fwk05 (1.2.36); FILE MERGED
2003/06/03 08:39:40 cd 1.2.36.1: #110031# Use boolean value and not result from Any stream operator
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/jobs/jobresult.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/framework/source/jobs/jobresult.cxx b/framework/source/jobs/jobresult.cxx
index 2efdfaa50b31..8e2256942df2 100644
--- a/framework/source/jobs/jobresult.cxx
+++ b/framework/source/jobs/jobresult.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: jobresult.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2003-03-25 18:21:46 $
+ * last change: $Author: vg $ $Date: 2003-06-10 09:10:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -194,7 +194,8 @@ JobResult::JobResult( /*IN*/ const css::uno::Any& aResult )
(lProtocol[i].Value >>= m_bDeactivate )
)
{
- m_eParts |= E_DEACTIVATE;
+ if ( m_bDeactivate )
+ m_eParts |= E_DEACTIVATE;
}
else
if (