summaryrefslogtreecommitdiff
path: root/binaryurp
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-02 21:38:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-02 21:38:33 +0100
commitd3c0f25fa4f2ebef3a03806fcb2abe22acdd28d5 (patch)
tree23d8f6128a58ac4f0609a7b87322aae56336d381 /binaryurp
parentbc09ec8dee49637492f1b5e2f65f83dc1bb29fa6 (diff)
round this one up too to get forms to pass
Diffstat (limited to 'binaryurp')
-rw-r--r--binaryurp/source/incomingrequest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryurp/source/incomingrequest.cxx b/binaryurp/source/incomingrequest.cxx
index 4d1bae3a415d..f869c958c40c 100644
--- a/binaryurp/source/incomingrequest.cxx
+++ b/binaryurp/source/incomingrequest.cxx
@@ -234,10 +234,10 @@ bool IncomingRequest::execute_throw(
mtd->pParams[j].pTypeRef));
} else {
outBufs.push_back(
- std::vector< char >(
+ std::vector< char >(size_t_round(
css::uno::TypeDescription(
mtd->pParams[j].pTypeRef).
- get()->nSize));
+ get()->nSize)));
p = &outBufs.back()[0];
}
args.push_back(p);