diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-13 17:36:53 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-14 09:59:36 +0100 |
commit | 832a120473ff352cd4e3f2c0486c8718806cb2aa (patch) | |
tree | 30c37e5b0115dbc8b2fc632bf5c0a7b467ea2d2c /basctl/source | |
parent | 29e9fe918d10001ddd2c7ce68064397ada98f4f6 (diff) |
don't need to include split.hxx or scrbar.hxx
Change-Id: I775e77a0f303d66ca571e1851205b8286c840bc9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88631
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basctl/source')
-rw-r--r-- | basctl/source/dlged/dlged.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basctl/source/dlged/dlged.cxx b/basctl/source/dlged/dlged.cxx index 7310ed31bee6..771823a2895d 100644 --- a/basctl/source/dlged/dlged.cxx +++ b/basctl/source/dlged/dlged.cxx @@ -43,6 +43,7 @@ #include <svx/svdpagv.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <vcl/print.hxx> +#include <vcl/scrbar.hxx> #include <vcl/svapp.hxx> #include <xmlscript/xml_helper.hxx> #include <xmlscript/xmldlg_imexp.hxx> |