summaryrefslogtreecommitdiff
path: root/framework/source/uielement/imagebuttontoolbarcontroller.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uielement/imagebuttontoolbarcontroller.cxx')
-rw-r--r--framework/source/uielement/imagebuttontoolbarcontroller.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/framework/source/uielement/imagebuttontoolbarcontroller.cxx b/framework/source/uielement/imagebuttontoolbarcontroller.cxx
index 85d503893f55..8f32782e21a1 100644
--- a/framework/source/uielement/imagebuttontoolbarcontroller.cxx
+++ b/framework/source/uielement/imagebuttontoolbarcontroller.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "uielement/imagebuttontoolbarcontroller.hxx"
#include <framework/addonsoptions.hxx>
@@ -60,8 +59,6 @@ namespace framework
static uno::WeakReference< util::XMacroExpander > m_xMacroExpander;
-
-
uno::Reference< util::XMacroExpander > GetMacroExpander()
{
uno::Reference< util::XMacroExpander > xMacroExpander( m_xMacroExpander );
@@ -96,8 +93,6 @@ static void SubstituteVariables( OUString& aURL )
}
}
-
-
ImageButtonToolbarController::ImageButtonToolbarController(
const Reference< XComponentContext >& rxContext,
const Reference< XFrame >& rFrame,
@@ -114,14 +109,10 @@ ImageButtonToolbarController::ImageButtonToolbarController(
m_pToolbar->SetItemImage( m_nID, aImage );
}
-
-
ImageButtonToolbarController::~ImageButtonToolbarController()
{
}
-
-
void SAL_CALL ImageButtonToolbarController::dispose()
throw ( RuntimeException, std::exception )
{
@@ -129,8 +120,6 @@ throw ( RuntimeException, std::exception )
ComplexToolbarController::dispose();
}
-
-
void ImageButtonToolbarController::executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand )
{
SolarMutexGuard aSolarMutexGuard;