summaryrefslogtreecommitdiff
path: root/fpicker/source/aqua/FilterHelper.mm
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/aqua/FilterHelper.mm')
-rw-r--r--fpicker/source/aqua/FilterHelper.mm4
1 files changed, 0 insertions, 4 deletions
diff --git a/fpicker/source/aqua/FilterHelper.mm b/fpicker/source/aqua/FilterHelper.mm
index 2e06025bc6ce..2eb54b0d94b9 100644
--- a/fpicker/source/aqua/FilterHelper.mm
+++ b/fpicker/source/aqua/FilterHelper.mm
@@ -261,7 +261,6 @@ void FilterHelper::SetFilters()
}
void FilterHelper::appendFilter(const ::rtl::OUString& aTitle, const ::rtl::OUString& aFilterString)
-throw( css::lang::IllegalArgumentException, css::uno::RuntimeException )
{
SolarMutexGuard aGuard;
@@ -279,13 +278,11 @@ throw( css::lang::IllegalArgumentException, css::uno::RuntimeException )
}
void FilterHelper::setCurrentFilter( const ::rtl::OUString& aTitle )
-throw( css::lang::IllegalArgumentException, css::uno::RuntimeException )
{
SetCurFilter(aTitle);
}
::rtl::OUString SAL_CALL FilterHelper::getCurrentFilter( )
-throw( css::uno::RuntimeException )
{
::rtl::OUString sReturn = (m_aCurrentFilter);
@@ -293,7 +290,6 @@ throw( css::uno::RuntimeException )
}
void SAL_CALL FilterHelper::appendFilterGroup( const ::rtl::OUString& /* sGroupTitle */, const css::uno::Sequence< css::beans::StringPair >& aFilters )
-throw (css::lang::IllegalArgumentException, css::uno::RuntimeException)
{
SolarMutexGuard aGuard;