From 150ac9cf05ed9da6a2af5bc3f820280fd853e519 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Sun, 17 Apr 2016 19:20:37 +0200 Subject: clean-up: unused using declarations and includes Searched source for using declarations. Checked if those symbols reappear in the source file, even in comments or dead code but not in #include statements. If they don't reappear, remove the declaration. Remove includes whose symbol got removed. Change-Id: Ibb77163f63c1120070e9518e3dc0a78c6c59fab0 Reviewed-on: https://gerrit.libreoffice.org/24148 Reviewed-by: Jochen Nitschke Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- dbaccess/source/ext/macromigration/migrationengine.cxx | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'dbaccess/source/ext/macromigration/migrationengine.cxx') diff --git a/dbaccess/source/ext/macromigration/migrationengine.cxx b/dbaccess/source/ext/macromigration/migrationengine.cxx index c9ecb2bf81c0..5564edcedda8 100644 --- a/dbaccess/source/ext/macromigration/migrationengine.cxx +++ b/dbaccess/source/ext/macromigration/migrationengine.cxx @@ -28,19 +28,13 @@ #include "progresscapture.hxx" #include "progressmixer.hxx" -#include -#include -#include #include -#include #include #include -#include #include #include #include #include -#include #include #include #include @@ -88,25 +82,18 @@ namespace dbmm using ::com::sun::star::uno::makeAny; using ::com::sun::star::uno::XComponentContext; using ::com::sun::star::sdb::XOfficeDatabaseDocument; - using ::com::sun::star::sdb::XFormDocumentsSupplier; - using ::com::sun::star::sdb::XReportDocumentsSupplier; using ::com::sun::star::container::XNameAccess; using ::com::sun::star::uno::Sequence; - using ::com::sun::star::util::XCloseable; - using ::com::sun::star::util::CloseVetoException; using ::com::sun::star::lang::XComponent; using ::com::sun::star::frame::XModel; - using ::com::sun::star::frame::XComponentLoader; using ::com::sun::star::ucb::XCommandProcessor; using ::com::sun::star::ucb::XContent; using ::com::sun::star::ucb::Command; - using ::com::sun::star::embed::XComponentSupplier; using ::com::sun::star::task::XStatusIndicator; using ::com::sun::star::embed::XStorage; using ::com::sun::star::document::XStorageBasedDocument; using ::com::sun::star::embed::XTransactedObject; using ::com::sun::star::frame::XStorable; - using ::com::sun::star::embed::XEmbedPersist; using ::com::sun::star::script::DocumentDialogLibraryContainer; using ::com::sun::star::script::DocumentScriptLibraryContainer; using ::com::sun::star::script::XStorageBasedLibraryContainer; -- cgit