From 558112542348bcbd754853847c968e2203abf269 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Mon, 23 Jan 2012 16:07:18 -0200 Subject: Fix for fdo43460 Part XLIV getLength() to isEmpty() Part XLIV many modules(inc's) --- io/source/stm/odata.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io') diff --git a/io/source/stm/odata.cxx b/io/source/stm/odata.cxx index bb305b8ac692..5583e24b8fe4 100644 --- a/io/source/stm/odata.cxx +++ b/io/source/stm/odata.cxx @@ -1366,7 +1366,7 @@ Reference< XPersistObject > OObjectInputStream::readObject() throw (::com::sun: sal_Bool bLoadSuccesfull = sal_True; if( nId ) { - if( aName.getLength() ) + if( !aName.isEmpty() ) { // load the object Reference< XInterface > x = m_rSMgr->createInstanceWithContext( aName, m_rCxt ); -- cgit