diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-14 11:57:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-14 20:35:34 +0200 |
commit | 6e9d87399c114e3b9332ad33d88165b78c8cd81e (patch) | |
tree | d896c6354a2deeff1ad7e3b8d42e6a7ef2663a94 /svx | |
parent | bf74427bce9fff4370394d82dab62e0554109c36 (diff) |
remove some unused includes
Change-Id: I1a3512fd7fd50379ecd25389a894c2a3aadb7edb
Reviewed-on: https://gerrit.libreoffice.org/74035
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/docrecovery.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx index b5a5436b5b70..b2731aa32afc 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -30,13 +30,11 @@ #include <comphelper/sequenceashashmap.hxx> #include <comphelper/string.hxx> #include <svtools/imagemgr.hxx> -#include <vcl/xtextedt.hxx> #include <vcl/settings.hxx> #include <tools/urlobj.hxx> #include <vcl/weld.hxx> #include <vcl/svapp.hxx> #include <rtl/ustrbuf.hxx> -#include <vcl/scrbar.hxx> #include <toolkit/helper/vclunohelper.hxx> |