summaryrefslogtreecommitdiff
path: root/include/vcl/toolkit/fixedhyper.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-02-17 17:35:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-02-19 20:41:48 +0100
commitd54d66e25ec0206f43ead5fe72428ebefd0b857c (patch)
tree2c6e5dc1a74a1b36198bf3c1e3c80393c39660a1 /include/vcl/toolkit/fixedhyper.hxx
parent5e7e6c0b64dcd698636b9b5655b371bdd9cc5289 (diff)
move FixedText into toolkit-only headers
Change-Id: I398e0eadedb58e43d670ddd947167a0a75759c2f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111089 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/toolkit/fixedhyper.hxx')
-rw-r--r--include/vcl/toolkit/fixedhyper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/toolkit/fixedhyper.hxx b/include/vcl/toolkit/fixedhyper.hxx
index 75516984bce0..1a7ec8fada7d 100644
--- a/include/vcl/toolkit/fixedhyper.hxx
+++ b/include/vcl/toolkit/fixedhyper.hxx
@@ -26,7 +26,7 @@
#include <config_options.h>
#include <vcl/dllapi.h>
-#include <vcl/fixed.hxx>
+#include <vcl/toolkit/fixed.hxx>
class UNLESS_MERGELIBS(VCL_DLLPUBLIC) FixedHyperlink final : public FixedText
{