diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-08-31 12:20:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-08-31 15:07:57 +0200 |
commit | 8d3f4245555f5fbaba8be7b318f80dd79532099d (patch) | |
tree | 39c95e50b57601e3f4e82bf189882386c320a0e4 /svx | |
parent | 0e944350e92810adfcf080ae1d98ad7bc4bd578d (diff) |
drop newly unused OFileURLControl
Change-Id: I8a043df9a90f363f0b6a1c470ac74c02c52db9a9
Reviewed-on: https://gerrit.libreoffice.org/78342
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/form/databaselocationinput.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/databaselocationinput.cxx b/svx/source/form/databaselocationinput.cxx index a7af41882767..ab13de1444a2 100644 --- a/svx/source/form/databaselocationinput.cxx +++ b/svx/source/form/databaselocationinput.cxx @@ -30,8 +30,8 @@ #include <comphelper/namedvaluecollection.hxx> #include <rtl/ustrbuf.hxx> #include <sfx2/filedlghelper.hxx> -#include <svtools/urlcontrol.hxx> #include <svl/filenotation.hxx> +#include <svtools/inettbc.hxx> #include <tools/diagnose_ex.h> #include <unotools/confignode.hxx> #include <unotools/ucbhelper.hxx> |