summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/FixedImageToolbarController.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-06-26 14:28:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-06-26 18:13:10 +0200
commitb08292b918f264c4f012ef8c543062cb23ad3b7b (patch)
tree7440515c823cf896ca31f9d5c03d41e612997d83 /framework/inc/uielement/FixedImageToolbarController.hxx
parent5d296183072dc7cfe7a9985c38388b56f37d873c (diff)
weld FixedImageControl
Change-Id: I13f3480794232a9c203ae047a4fcad372988b8b8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97235 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'framework/inc/uielement/FixedImageToolbarController.hxx')
-rw-r--r--framework/inc/uielement/FixedImageToolbarController.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/framework/inc/uielement/FixedImageToolbarController.hxx b/framework/inc/uielement/FixedImageToolbarController.hxx
index 2f10503e5343..66533fbc9cde 100644
--- a/framework/inc/uielement/FixedImageToolbarController.hxx
+++ b/framework/inc/uielement/FixedImageToolbarController.hxx
@@ -23,13 +23,14 @@
#include <com/sun/star/frame/ControlCommand.hpp>
#include <uielement/complextoolbarcontroller.hxx>
-#include <vcl/fixed.hxx>
+#include <vcl/vclptr.hxx>
class ToolBox;
-class FixedImage;
namespace framework
{
+class FixedImageControl;
+
class FixedImageToolbarController final : public ComplexToolbarController
{
public:
@@ -47,7 +48,7 @@ private:
DECL_LINK(MiscOptionsChanged, LinkParamNone*, void);
- VclPtr<FixedImage> m_pFixedImageControl;
+ VclPtr<FixedImageControl> m_pFixedImageControl;
sal_Int16 m_eSymbolSize;
};
} // namespace framework