summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/imagebuttontoolbarcontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement/imagebuttontoolbarcontroller.hxx')
-rw-r--r--framework/inc/uielement/imagebuttontoolbarcontroller.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/uielement/imagebuttontoolbarcontroller.hxx b/framework/inc/uielement/imagebuttontoolbarcontroller.hxx
index f9be5b006a2a..04aa0f94410a 100644
--- a/framework/inc/uielement/imagebuttontoolbarcontroller.hxx
+++ b/framework/inc/uielement/imagebuttontoolbarcontroller.hxx
@@ -36,18 +36,18 @@ class ImageButtonToolbarController : public ComplexToolbarController
{
public:
- ImageButtonToolbarController( const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >& rxContext,
- const com::sun::star::uno::Reference< com::sun::star::frame::XFrame >& rFrame,
+ ImageButtonToolbarController( const css::uno::Reference< css::uno::XComponentContext >& rxContext,
+ const css::uno::Reference< css::frame::XFrame >& rFrame,
ToolBox* pToolBar,
sal_uInt16 nID,
const OUString& aCommand );
virtual ~ImageButtonToolbarController();
// XComponent
- virtual void SAL_CALL dispose() throw ( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override;
protected:
- virtual void executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand ) override;
+ virtual void executeControlCommand( const css::frame::ControlCommand& rControlCommand ) override;
private:
bool ReadImageFromURL( bool bBigImage, const OUString& aImageURL, Image& aImage );