summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/UnoDeck.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/UnoDeck.cxx')
-rw-r--r--sfx2/source/sidebar/UnoDeck.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sfx2/source/sidebar/UnoDeck.cxx b/sfx2/source/sidebar/UnoDeck.cxx
index 0c2b2cf1a1d3..facddd25fa65 100644
--- a/sfx2/source/sidebar/UnoDeck.cxx
+++ b/sfx2/source/sidebar/UnoDeck.cxx
@@ -34,7 +34,6 @@ SidebarController* SfxUnoDeck::getSidebarController()
}
OUString SAL_CALL SfxUnoDeck::getId()
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -42,7 +41,6 @@ OUString SAL_CALL SfxUnoDeck::getId()
}
OUString SAL_CALL SfxUnoDeck::getTitle()
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -60,7 +58,6 @@ OUString SAL_CALL SfxUnoDeck::getTitle()
}
void SAL_CALL SfxUnoDeck::setTitle( const OUString& newTitle )
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -83,7 +80,6 @@ void SAL_CALL SfxUnoDeck::setTitle( const OUString& newTitle )
}
sal_Bool SAL_CALL SfxUnoDeck::isActive()
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -93,7 +89,6 @@ sal_Bool SAL_CALL SfxUnoDeck::isActive()
void SAL_CALL SfxUnoDeck::activate( const sal_Bool bActivate )
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -109,7 +104,6 @@ void SAL_CALL SfxUnoDeck::activate( const sal_Bool bActivate )
}
uno::Reference<ui::XPanels> SAL_CALL SfxUnoDeck::getPanels()
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -118,7 +112,6 @@ uno::Reference<ui::XPanels> SAL_CALL SfxUnoDeck::getPanels()
}
sal_Int32 SAL_CALL SfxUnoDeck::getOrderIndex()
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
SidebarController* pSidebarController = getSidebarController();
@@ -128,7 +121,6 @@ sal_Int32 SAL_CALL SfxUnoDeck::getOrderIndex()
}
void SAL_CALL SfxUnoDeck::setOrderIndex( const sal_Int32 newOrderIndex )
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
SidebarController* pSidebarController = getSidebarController();
@@ -144,7 +136,6 @@ void SAL_CALL SfxUnoDeck::setOrderIndex( const sal_Int32 newOrderIndex )
}
void SAL_CALL SfxUnoDeck::moveFirst()
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
SidebarController* pSidebarController = getSidebarController();
@@ -168,7 +159,6 @@ void SAL_CALL SfxUnoDeck::moveFirst()
}
void SAL_CALL SfxUnoDeck::moveLast()
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
SidebarController* pSidebarController = getSidebarController();
@@ -192,7 +182,6 @@ void SAL_CALL SfxUnoDeck::moveLast()
}
void SAL_CALL SfxUnoDeck::moveUp()
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
SidebarController* pSidebarController = getSidebarController();
@@ -225,7 +214,6 @@ void SAL_CALL SfxUnoDeck::moveUp()
}
void SAL_CALL SfxUnoDeck::moveDown()
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
SidebarController* pSidebarController = getSidebarController();