diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-27 21:36:28 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-28 12:08:27 +0100 |
commit | b2be32ed509f3857c1ede758163f0b8e753337e8 (patch) | |
tree | 2882a461c800899ff0e50c5a7e6e5752b690777c /svx | |
parent | d6fc0133151756e076e572628e830ae87cec643b (diff) |
drop unnecessary vcl.builder include
Change-Id: Id13e566320ddc98e47558a0610a3a8ea85fba7c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87562
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/gallery2/galbrws1.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/gallery2/galbrws1.cxx b/svx/source/gallery2/galbrws1.cxx index cbe8d93efbbf..7b7daeee6024 100644 --- a/svx/source/gallery2/galbrws1.cxx +++ b/svx/source/gallery2/galbrws1.cxx @@ -22,7 +22,6 @@ #include <comphelper/processfactory.hxx> #include <tools/datetime.hxx> #include <unotools/datetime.hxx> -#include <vcl/builder.hxx> #include <vcl/commandevent.hxx> #include <vcl/event.hxx> #include <vcl/settings.hxx> |