diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-15 13:50:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-16 14:09:38 +0100 |
commit | f5f5a17be7bdcd0adb3928631bdeac275a5abdd9 (patch) | |
tree | 61f7e2f050c961a87cc512a11cdf3d0aaebed955 /sc/source/ui/miscdlgs/scuiautofmt.cxx | |
parent | 12e460d99988a66179381fe40185978450ea0ea0 (diff) |
entirity of writer rebuilding when vcl widget headers change
which seems a bit excessive
Change-Id: If0ab5a33bfbbd399e270f3e140c9d44d843985aa
Reviewed-on: https://gerrit.libreoffice.org/63422
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/miscdlgs/scuiautofmt.cxx')
-rw-r--r-- | sc/source/ui/miscdlgs/scuiautofmt.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/miscdlgs/scuiautofmt.cxx b/sc/source/ui/miscdlgs/scuiautofmt.cxx index b772bb90c30f..c5ada4123716 100644 --- a/sc/source/ui/miscdlgs/scuiautofmt.cxx +++ b/sc/source/ui/miscdlgs/scuiautofmt.cxx @@ -32,6 +32,7 @@ #include <editeng/udlnitem.hxx> #include <editeng/wghtitem.hxx> #include <svl/zforlist.hxx> +#include <vcl/lstbox.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <sfx2/strings.hrc> |