diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:42:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:10 +0200 |
commit | 4b27653a122acbbb38c800f0b1972f339e73d115 (patch) | |
tree | 3331415ede49520ef9090bdb3c1fb3dce9748e59 /dbaccess/source/ui/dlg/ConnectionPage.cxx | |
parent | 54ef1c155990bee247f083a37be9515b43709ac3 (diff) |
loplugin:includeform: dbaccess
Change-Id: I15aee966012612033ab7e2ee03ac1a553802f540
Diffstat (limited to 'dbaccess/source/ui/dlg/ConnectionPage.cxx')
-rw-r--r-- | dbaccess/source/ui/dlg/ConnectionPage.cxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dbaccess/source/ui/dlg/ConnectionPage.cxx b/dbaccess/source/ui/dlg/ConnectionPage.cxx index 0667a8102729..7e6cb24fa402 100644 --- a/dbaccess/source/ui/dlg/ConnectionPage.cxx +++ b/dbaccess/source/ui/dlg/ConnectionPage.cxx @@ -19,10 +19,10 @@ #include <config_features.h> #include "ConnectionPage.hxx" -#include "core_resource.hxx" -#include "dbu_dlg.hxx" -#include "strings.hrc" -#include "dsmeta.hxx" +#include <core_resource.hxx> +#include <dbu_dlg.hxx> +#include <strings.hrc> +#include <dsmeta.hxx> #if HAVE_FEATURE_JAVA #include <jvmaccess/virtualmachine.hxx> #endif @@ -32,18 +32,18 @@ #include <svl/eitem.hxx> #include <svl/intitem.hxx> #include <unotools/moduleoptions.hxx> -#include "dsitems.hxx" -#include "helpids.h" +#include <dsitems.hxx> +#include <helpids.h> #include <osl/process.h> #include <vcl/msgbox.hxx> -#include "dbadmin.hxx" +#include <dbadmin.hxx> #include <comphelper/types.hxx> #include <vcl/stdtext.hxx> -#include "sqlmessage.hxx" +#include <sqlmessage.hxx> #include "odbcconfig.hxx" #include "dsselect.hxx" #include <svl/filenotation.hxx> -#include "stringconstants.hxx" +#include <stringconstants.hxx> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/task/XInteractionHandler.hpp> @@ -52,7 +52,7 @@ #include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp> #include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp> #include <com/sun/star/ui/dialogs/XFilePicker.hpp> -#include "UITools.hxx" +#include <UITools.hxx> #include <unotools/localfilehelper.hxx> #include <unotools/ucbhelper.hxx> #include <ucbhelper/commandenvironment.hxx> |