summaryrefslogtreecommitdiff
path: root/binaryurp/source/writer.cxx
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2011-12-10 17:29:21 -0200
committerIvan Timofeev <timofeev.i.s@gmail.com>2011-12-13 00:11:25 +0400
commit9201704ede70498a850bee6d15f0340d58f3889c (patch)
tree56a01cff17d5f5c707d113c9fd2081fd4a640ac9 /binaryurp/source/writer.cxx
parent96692c301d67bd74f9a97f6b998bec6314be1b44 (diff)
Fix for fdo43460 Part IV getLength to isEmpty
Part IV Module basic (small fix per demand from Ivan Timofeev) binaryurp bridges
Diffstat (limited to 'binaryurp/source/writer.cxx')
-rw-r--r--binaryurp/source/writer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/writer.cxx b/binaryurp/source/writer.cxx
index 5aca57b108eb..843f667cfcbd 100644
--- a/binaryurp/source/writer.cxx
+++ b/binaryurp/source/writer.cxx
@@ -210,7 +210,7 @@ void Writer::sendRequest(
std::vector< BinaryAny > const & inArguments, bool currentContextMode,
css::uno::UnoInterfaceReference const & currentContext)
{
- OSL_ASSERT(tid.getLength() != 0 && oid.getLength() != 0 && member.is());
+ OSL_ASSERT(tid.getLength() != 0 && !oid.isEmpty() && member.is());
css::uno::TypeDescription t(type);
sal_Int32 functionId = 0;
bool forceSynchronous = false;