summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source')
-rw-r--r--desktop/source/migration/services/basicmigration.cxx2
-rw-r--r--desktop/source/migration/services/oo3extensionmigration.cxx2
-rw-r--r--desktop/source/migration/services/wordbookmigration.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/migration/services/basicmigration.cxx b/desktop/source/migration/services/basicmigration.cxx
index e126d15b2f27..1ac73ac62ead 100644
--- a/desktop/source/migration/services/basicmigration.cxx
+++ b/desktop/source/migration/services/basicmigration.cxx
@@ -241,7 +241,7 @@ namespace migration
Reference< XInterface > SAL_CALL BasicMigration_create(
Reference< XComponentContext > const & )
- SAL_THROW( () )
+ SAL_THROW(())
{
return static_cast< lang::XTypeProvider * >( new BasicMigration() );
}
diff --git a/desktop/source/migration/services/oo3extensionmigration.cxx b/desktop/source/migration/services/oo3extensionmigration.cxx
index e1b4f2d5a33e..563ed1489d8a 100644
--- a/desktop/source/migration/services/oo3extensionmigration.cxx
+++ b/desktop/source/migration/services/oo3extensionmigration.cxx
@@ -549,7 +549,7 @@ void TmpRepositoryCommandEnv::pop() throw (uno::RuntimeException)
Reference< XInterface > SAL_CALL OO3ExtensionMigration_create(
Reference< XComponentContext > const & ctx )
- SAL_THROW( () )
+ SAL_THROW(())
{
return static_cast< lang::XTypeProvider * >( new OO3ExtensionMigration(
ctx) );
diff --git a/desktop/source/migration/services/wordbookmigration.cxx b/desktop/source/migration/services/wordbookmigration.cxx
index 7871af1cb170..3a30754f1f0a 100644
--- a/desktop/source/migration/services/wordbookmigration.cxx
+++ b/desktop/source/migration/services/wordbookmigration.cxx
@@ -309,7 +309,7 @@ bool IsUserWordbook( const ::rtl::OUString& rFile )
Reference< XInterface > SAL_CALL WordbookMigration_create(
Reference< XComponentContext > const & )
- SAL_THROW( () )
+ SAL_THROW(())
{
return static_cast< lang::XTypeProvider * >( new WordbookMigration() );
}