summaryrefslogtreecommitdiff
path: root/bridges/source
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-11-21 18:38:38 +0100
committerMichael Stahl <mstahl@redhat.com>2014-11-21 18:39:39 +0100
commit04a7e55b486d4da83434ce6c81036b3fcf7be469 (patch)
tree63a4fa14976896ffe981141ca8b6a46d94795830 /bridges/source
parent5009ed5eaff6769375d8d0423a98fe8d1a31e0d1 (diff)
bridges: oops some semicolons got lost
Change-Id: I5c2f9286067237ec1a9df6a47009e25e82ea7f63
Diffstat (limited to 'bridges/source')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_arm/except.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_arm/except.cxx b/bridges/source/cpp_uno/gcc3_linux_arm/except.cxx
index 675187cc1e97..23ebca512cc7 100644
--- a/bridges/source/cpp_uno/gcc3_linux_arm/except.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_arm/except.cxx
@@ -309,7 +309,7 @@ namespace CPPU_CURRENT_NAMESPACE
RuntimeException aRE( "no exception header!" );
Type const & rType = ::getCppuType( &aRE );
uno_type_any_constructAndConvert( pUnoExc, &aRE, rType.getTypeLibType(), pCpp2Uno );
- SAL_WARN("bridges", aRE.Message)
+ SAL_WARN("bridges", aRE.Message);
return;
}
@@ -325,7 +325,7 @@ namespace CPPU_CURRENT_NAMESPACE
RuntimeException aRE( OUString("exception type not found: ") + unoName );
Type const & rType = ::getCppuType( &aRE );
uno_type_any_constructAndConvert( pUnoExc, &aRE, rType.getTypeLibType(), pCpp2Uno );
- SAL_WARN("bridges", aRE.Message)
+ SAL_WARN("bridges", aRE.Message);
}
else
{
09:13:34 +0200'>2015-10-12now we can get rid of the convoluted ControlWindow templateNoel Grandin 2015-10-12reduce the web of class relationships here a littleNoel Grandin 2015-10-12improve naming of template parametersNoel Grandin 2015-10-01com::sun::star->css in extensions/Noel Grandin 2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin 2015-09-09convert Link<> to typedNoel Grandin 2015-08-28make PostUserEvent Link<> typedNoel Grandin 2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin 2015-08-05loplugin:unusedmethodsNoel Grandin 2015-04-30Gradually typed LinkStephan Bergmann 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2015-04-09vcl: VclPtr conversion in extensionsNoel Grandin 2015-04-09vcl: rename VclReference to VclPtrNoel Grandin 2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks 2015-03-09V801: Decreased performanceCaolán McNamara 2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-05-08extensions: sal_Bool->boolNoel Grandin 2014-04-19fixincludeguards.sh: extensionsThomas Arnhold 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-02-27Remove visual noise from extensionsAlexander Wilms 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-01-18Window::PreNotify should return boolStephan Bergmann 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák