summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/SelectionChangeHandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/SelectionChangeHandler.cxx')
-rw-r--r--svx/source/sidebar/SelectionChangeHandler.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/svx/source/sidebar/SelectionChangeHandler.cxx b/svx/source/sidebar/SelectionChangeHandler.cxx
index 2c852ac21001..2cc8cc9b9a84 100644
--- a/svx/source/sidebar/SelectionChangeHandler.cxx
+++ b/svx/source/sidebar/SelectionChangeHandler.cxx
@@ -45,15 +45,11 @@ SelectionChangeHandler::SelectionChangeHandler (
}
-
-
SelectionChangeHandler::~SelectionChangeHandler()
{
}
-
-
void SAL_CALL SelectionChangeHandler::selectionChanged (const lang::EventObject&)
throw (uno::RuntimeException, std::exception)
{
@@ -70,16 +66,12 @@ void SAL_CALL SelectionChangeHandler::selectionChanged (const lang::EventObject&
}
-
-
void SAL_CALL SelectionChangeHandler::disposing (const lang::EventObject&)
throw (uno::RuntimeException, std::exception)
{
}
-
-
void SAL_CALL SelectionChangeHandler::disposing()
throw (uno::RuntimeException)
{
@@ -88,8 +80,6 @@ void SAL_CALL SelectionChangeHandler::disposing()
}
-
-
void SelectionChangeHandler::Connect()
{
uno::Reference<view::XSelectionSupplier> xSupplier (mxController, uno::UNO_QUERY);
@@ -101,8 +91,6 @@ void SelectionChangeHandler::Connect()
}
-
-
void SelectionChangeHandler::Disconnect()
{
uno::Reference<view::XSelectionSupplier> xSupplier (mxController, uno::UNO_QUERY);