Another lacking parenthesis
Change-Id: If5944101688b0219d2476e5c3b29f704634c3bcc
This commit is contained in:
@@ -431,7 +431,7 @@ void fillUnoException(
|
||||
}
|
||||
if (type == NULL || type->eTypeClass != typelib_TypeClass_EXCEPTION) {
|
||||
css::uno::RuntimeException exc(
|
||||
"Not a UNO exception type: " + name),
|
||||
"Not a UNO exception type: " + name,
|
||||
css::uno::Reference< css::uno::XInterface >());
|
||||
uno_type_any_constructAndConvert(
|
||||
unoException, &exc, getCppuType(&exc).getTypeLibType(), cppToUno);
|
||||
|
@@ -430,8 +430,7 @@ void DemoWindow::init()
|
||||
{
|
||||
if( !mxShow.is() )
|
||||
{
|
||||
uno::Reference< uno::XComponentContext > xContext =(
|
||||
::comphelper::getProcessComponentContext());
|
||||
uno::Reference< uno::XComponentContext > xContext = ::comphelper::getProcessComponentContext();
|
||||
|
||||
mxShow.set( presentation::SlideShow::create(xContext),
|
||||
uno::UNO_QUERY_THROW );
|
||||
|
Reference in New Issue
Block a user