Fixes for my UNO commits

- fix missing SAL_CALL annotations
- fix missing namespace usage

Change-Id: I8fa462bcbeaad63ad6a73cba68236b74bbe97e70
This commit is contained in:
Noel Grandin
2012-12-21 11:09:51 +02:00
parent bb121c864c
commit 40e526e497
4 changed files with 4 additions and 5 deletions

View File

@@ -149,8 +149,7 @@ namespace dbaui
return new DlgFilterCrit( _pParent, m_aContext.getUNOContext(), _rxConnection, m_xComposer, _rxColumns );
}
void RowsetFilterDialog::initialize( const Sequence< Any >& aArguments )
throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException)
void SAL_CALL RowsetFilterDialog::initialize( const Sequence< Any >& aArguments ) throw (Exception, RuntimeException)
{
if( aArguments.getLength() == 3 )
{