summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/simpleinteractionrequest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/provider/simpleinteractionrequest.cxx')
-rw-r--r--ucbhelper/source/provider/simpleinteractionrequest.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/ucbhelper/source/provider/simpleinteractionrequest.cxx b/ucbhelper/source/provider/simpleinteractionrequest.cxx
index 016c31ff48a0..3a338599fa83 100644
--- a/ucbhelper/source/provider/simpleinteractionrequest.cxx
+++ b/ucbhelper/source/provider/simpleinteractionrequest.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: simpleinteractionrequest.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kso $ $Date: 2001-05-28 12:42:46 $
+ * last change: $Author: kso $ $Date: 2001-11-22 11:38:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -113,6 +113,8 @@ SimpleInteractionRequest::SimpleInteractionRequest(
uno::Sequence< uno::Reference< task::XInteractionContinuation > >
aContinuations( nLength );
+ nLength = 0;
+
if ( xAbort.is() )
aContinuations[ nLength++ ] = xAbort;