summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-07-25 11:56:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-07-25 18:16:22 +0200
commitdcbe802509e465b5f7ef9391d0d1ba12b5c7e6c0 (patch)
tree4e5528cad74a16e4282f17e801cecb804d2c836f /extensions
parent3c7efab4e72d6f044a3ace34c06d2dfdfafbe42b (diff)
don't need builderfactory
Change-Id: I7c8f74330c8af27142ff4beb029fb3d3a95065c5 Reviewed-on: https://gerrit.libreoffice.org/76333 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/scanner/sanedlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/scanner/sanedlg.cxx b/extensions/source/scanner/sanedlg.cxx
index a71fd93f9176..a2e9649412d2 100644
--- a/extensions/source/scanner/sanedlg.cxx
+++ b/extensions/source/scanner/sanedlg.cxx
@@ -21,12 +21,12 @@
#include <stdlib.h>
#include <tools/config.hxx>
#include <unotools/resmgr.hxx>
+#include <vcl/bitmapex.hxx>
#include <vcl/customweld.hxx>
#include <vcl/dibtools.hxx>
#include <vcl/weld.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
-#include <vcl/builderfactory.hxx>
#include <vcl/event.hxx>
#include "sanedlg.hxx"
#include "grid.hxx"