summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-06-26 15:08:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-06-26 20:36:23 +0200
commitdc960e30ee24eb60da919c718ebfee142872f43a (patch)
treeaa894a3330985d06b014000bf1d11905641d1c3d /framework/inc
parentec0554c5eabce108f6fb5b6a44e3e16425a1d650 (diff)
weld FixedTextControl
Change-Id: I0a2983aa4d389aa0e65aa117d576295d02460b4a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97236 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/uielement/FixedTextToolbarController.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/inc/uielement/FixedTextToolbarController.hxx b/framework/inc/uielement/FixedTextToolbarController.hxx
index 299bb80982b3..ceecade1db5c 100644
--- a/framework/inc/uielement/FixedTextToolbarController.hxx
+++ b/framework/inc/uielement/FixedTextToolbarController.hxx
@@ -27,10 +27,11 @@
#include <vcl/fixed.hxx>
class ToolBox;
-class FixedText;
namespace framework
{
+class FixedTextControl;
+
class FixedTextToolbarController final : public ComplexToolbarController
{
public:
@@ -46,7 +47,7 @@ private:
virtual css::uno::Sequence<css::beans::PropertyValue>
getExecuteArgs(sal_Int16 KeyModifier) const override;
- VclPtr<FixedText> m_pFixedTextControl;
+ VclPtr<FixedTextControl> m_pFixedTextControl;
};
}