diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-07 12:01:55 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-07 15:30:46 +0100 |
commit | e982f2d4ad8956bc184b625b50fad4c3be117203 (patch) | |
tree | 9f0692ad8ad92da59ed51d8c942600fb1e572399 /sc | |
parent | da7262415fb47710d5ff18fbc33e96a13412ae7b (diff) |
SvtURLBox is now unused
Change-Id: Iab78b3803272ceb62c4df74241b64f23b1437b03
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88184
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/linkarea.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/inc/linkarea.hxx b/sc/source/ui/inc/linkarea.hxx index db95b5f9d90e..082ef439c3f3 100644 --- a/sc/source/ui/inc/linkarea.hxx +++ b/sc/source/ui/inc/linkarea.hxx @@ -20,8 +20,9 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_LINKAREA_HXX #define INCLUDED_SC_SOURCE_UI_INC_LINKAREA_HXX -#include <vcl/weld.hxx> #include <sfx2/objsh.hxx> +#include <tools/solar.h> +#include <vcl/weld.hxx> namespace sfx2 { class DocumentInserter; } namespace sfx2 { class FileDialogHelper; } |