summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/moduldl2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/moduldl2.cxx')
-rw-r--r--basctl/source/basicide/moduldl2.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basctl/source/basicide/moduldl2.cxx b/basctl/source/basicide/moduldl2.cxx
index f4396a52ac21..496d076b0ac5 100644
--- a/basctl/source/basicide/moduldl2.cxx
+++ b/basctl/source/basicide/moduldl2.cxx
@@ -363,12 +363,12 @@ sal_Bool BasicCheckBox::EditedEntry( SvLBoxEntry* pEntry, const String& rNewText
pBindings->Update( SID_BASICIDE_LIBSELECTOR );
}
}
- catch ( container::ElementExistException& )
+ catch (const container::ElementExistException& )
{
ErrorBox( this, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_SBXNAMEALLREADYUSED ) ) ).Execute();
return sal_False;
}
- catch ( container::NoSuchElementException& )
+ catch (const container::NoSuchElementException& )
{
DBG_UNHANDLED_EXCEPTION();
return sal_False;
@@ -1190,7 +1190,7 @@ void LibPage::Export( void )
else
ExportAsBasic( aLibName );
}
- catch( util::VetoException& ) // user cancled operation
+ catch(const util::VetoException& ) // user cancled operation
{
}
}
@@ -1693,7 +1693,7 @@ void createLibImpl( Window* pWin, const ScriptDocument& rDocument,
}
}
}
- catch ( uno::Exception& )
+ catch (const uno::Exception& )
{
DBG_UNHANDLED_EXCEPTION();
}