[Libreoffice-commits] .: bridges/source slideshow/test
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Jan 20 06:25:02 PST 2013
bridges/source/cpp_uno/cc5_solaris_sparc64/exceptions.cxx | 2 +-
slideshow/test/demoshow.cxx | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
New commits:
commit 3207c85fc957a347aaf78e7328a52d85edab0f72
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sun Jan 20 15:23:12 2013 +0100
Another lacking parenthesis
Change-Id: If5944101688b0219d2476e5c3b29f704634c3bcc
diff --git a/bridges/source/cpp_uno/cc5_solaris_sparc64/exceptions.cxx b/bridges/source/cpp_uno/cc5_solaris_sparc64/exceptions.cxx
index d192036..f8bfc92 100644
--- a/bridges/source/cpp_uno/cc5_solaris_sparc64/exceptions.cxx
+++ b/bridges/source/cpp_uno/cc5_solaris_sparc64/exceptions.cxx
@@ -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);
diff --git a/slideshow/test/demoshow.cxx b/slideshow/test/demoshow.cxx
index 8a2b073..86f861c 100644
--- a/slideshow/test/demoshow.cxx
+++ b/slideshow/test/demoshow.cxx
@@ -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 );
More information about the Libreoffice-commits
mailing list