Kaydet (Commit) e4ec60ac authored tarafından Julien Nabet's avatar Julien Nabet

Fix previous commit

Change-Id: I629b5f6e57c5d8368bafc544c1c23785ee209a1e
üst b09b5f8f
...@@ -480,7 +480,7 @@ void SAL_CALL OCollection::release() throw() ...@@ -480,7 +480,7 @@ void SAL_CALL OCollection::release() throw()
Type SAL_CALL OCollection::getElementType( ) throw(RuntimeException, std::exception) Type SAL_CALL OCollection::getElementType( ) throw(RuntimeException, std::exception)
{ {
returncppu::UnoType<XPropertySet>::get(); return cppu::UnoType<XPropertySet>::get();
} }
sal_Bool SAL_CALL OCollection::hasElements( ) throw(RuntimeException, std::exception) sal_Bool SAL_CALL OCollection::hasElements( ) throw(RuntimeException, std::exception)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment