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 /extensions | |
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 'extensions')
-rw-r--r-- | extensions/source/abpilot/abpfinalpage.cxx | 2 | ||||
-rw-r--r-- | extensions/source/abpilot/abpfinalpage.hxx | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/extensions/source/abpilot/abpfinalpage.cxx b/extensions/source/abpilot/abpfinalpage.cxx index 730b669e4062..b94331e6da11 100644 --- a/extensions/source/abpilot/abpfinalpage.cxx +++ b/extensions/source/abpilot/abpfinalpage.cxx @@ -22,13 +22,13 @@ #include "abspilot.hxx" #include <osl/diagnose.h> #include <tools/urlobj.hxx> +#include <svtools/inettbc.hxx> #include <unotools/ucbhelper.hxx> #include <unotools/pathoptions.hxx> #include <svl/filenotation.hxx> #include <sfx2/docfilt.hxx> #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> - namespace abp { diff --git a/extensions/source/abpilot/abpfinalpage.hxx b/extensions/source/abpilot/abpfinalpage.hxx index c44f6659e3ca..915ec6abc932 100644 --- a/extensions/source/abpilot/abpfinalpage.hxx +++ b/extensions/source/abpilot/abpfinalpage.hxx @@ -23,12 +23,10 @@ #include "abspage.hxx" #include "abptypes.hxx" -#include <svtools/urlcontrol.hxx> #include <svx/databaselocationinput.hxx> #include <vcl/edit.hxx> #include <vcl/vclptr.hxx> - namespace abp { |