summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxwindows.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/awt/vclxwindows.cxx')
-rw-r--r--toolkit/source/awt/vclxwindows.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx
index 8d73de9c9e7c..2a296cda4ab2 100644
--- a/toolkit/source/awt/vclxwindows.cxx
+++ b/toolkit/source/awt/vclxwindows.cxx
@@ -2039,7 +2039,7 @@ namespace
{
Image lcl_getImageFromURL( const OUString& i_rImageURL )
{
- if ( i_rImageURL.isEmpty() )
+ if ( i_rImageURL.isEmpty() )
return Image();
try
@@ -2050,12 +2050,12 @@ namespace
aMediaProperties.put( "URL", i_rImageURL );
Reference< XGraphic > xGraphic = xProvider->queryGraphic( aMediaProperties.getPropertyValues() );
return Image( xGraphic );
- }
- catch( const uno::Exception& )
- {
+ }
+ catch( const uno::Exception& )
+ {
DBG_UNHANDLED_EXCEPTION("toolkit");
- }
- return Image();
+ }
+ return Image();
}
}
void SAL_CALL VCLXListBox::listItemInserted( const ItemListEvent& i_rEvent )
@@ -6433,7 +6433,7 @@ void VCLXPatternField::setProperty( const OUString& PropertyName, const css::uno
aEditMask = aString;
else
aLiteralMask = aString;
- setMasks( aEditMask, aLiteralMask );
+ setMasks( aEditMask, aLiteralMask );
}
}
break;