diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-11-04 11:53:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-11-04 16:09:22 +0100 |
commit | 060a96e765dce66c7b1d2c77888ce212a944acf6 (patch) | |
tree | 69015e2c963c953e6736dea2c33e2ed4a9e1cf81 /toolkit | |
parent | acf3189ce45365350bb6de2c6cfffb25122285ae (diff) |
FixedHyperlink now only used in vcl and toolkit
Change-Id: Id1eacb01ab7ed985d1495d3949bc185556246e3a
Reviewed-on: https://gerrit.libreoffice.org/82003
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 2 | ||||
-rw-r--r-- | toolkit/source/awt/vclxwindows.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index 18b4a5c2aabe..2c3a6d81e1e3 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -88,7 +88,7 @@ #include <vcl/event.hxx> #include <vcl/field.hxx> #include <vcl/fixed.hxx> -#include <vcl/fixedhyper.hxx> +#include <vcl/toolkit/fixedhyper.hxx> #include <vcl/floatwin.hxx> #include <vcl/scheduler.hxx> #include <vcl/longcurr.hxx> diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index 4d072ced46e6..65e24830862d 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -45,7 +45,7 @@ #include <vcl/lstbox.hxx> #include <vcl/combobox.hxx> #include <vcl/field.hxx> -#include <vcl/fixedhyper.hxx> +#include <vcl/toolkit/fixedhyper.hxx> #include <vcl/longcurr.hxx> #include <vcl/toolkit/imgctrl.hxx> #include <vcl/dialog.hxx> |