summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 15:40:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 15:40:12 +0000
commit207acbdb923bd09cf1f1d0552113dabb33fa33db (patch)
treebc9611a6bc26a915c6802e6955659974b13ab14e /pyuno
parent5b1e396d827b040908ef74fcd6044d1b84fd4844 (diff)
INTEGRATION: CWS pyunofixes1 (1.5.24); FILE MERGED
2004/12/05 14:44:25 jbu 1.5.24.1: #i25309# multiple outparameters per call were broken, fixed now
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/module/pyuno_adapter.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/pyuno/source/module/pyuno_adapter.cxx b/pyuno/source/module/pyuno_adapter.cxx
index 65d78e9fe2e0..abc439745462 100644
--- a/pyuno/source/module/pyuno_adapter.cxx
+++ b/pyuno/source/module/pyuno_adapter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pyuno_adapter.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2004-02-02 19:29:37 $
+ * last change: $Author: hr $ $Date: 2005-02-11 16:40:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -194,7 +194,6 @@ Sequence< sal_Int16 > Adapter::getOutIndexes( const OUString & functionName )
{
// sequence must be interpreted as return value/outparameter tuple !
nOuts ++;
- break;
}
}