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/tabledesign/TEditControl.cxx | |
parent | 54ef1c155990bee247f083a37be9515b43709ac3 (diff) |
loplugin:includeform: dbaccess
Change-Id: I15aee966012612033ab7e2ee03ac1a553802f540
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TEditControl.cxx')
-rw-r--r-- | dbaccess/source/ui/tabledesign/TEditControl.cxx | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/dbaccess/source/ui/tabledesign/TEditControl.cxx b/dbaccess/source/ui/tabledesign/TEditControl.cxx index d3e3d29715b4..b717c5c276ff 100644 --- a/dbaccess/source/ui/tabledesign/TEditControl.cxx +++ b/dbaccess/source/ui/tabledesign/TEditControl.cxx @@ -26,27 +26,27 @@ #include <com/sun/star/sdbcx/XAppend.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/util/XNumberFormatTypes.hpp> -#include "strings.hrc" -#include "strings.hxx" -#include "stringconstants.hxx" -#include "browserids.hxx" -#include "helpids.h" +#include <strings.hrc> +#include <strings.hxx> +#include <stringconstants.hxx> +#include <browserids.hxx> +#include <helpids.h> #include <comphelper/types.hxx> -#include "FieldDescControl.hxx" -#include "FieldDescriptions.hxx" +#include <FieldDescControl.hxx> +#include <FieldDescriptions.hxx> #include <vcl/msgbox.hxx> #include "TableUndo.hxx" -#include "TableController.hxx" +#include <TableController.hxx> #include <connectivity/dbmetadata.hxx> #include <connectivity/dbtools.hxx> -#include "SqlNameEdit.hxx" -#include "TableRowExchange.hxx" +#include <SqlNameEdit.hxx> +#include <TableRowExchange.hxx> #include <sot/storage.hxx> -#include "UITools.hxx" +#include <UITools.hxx> #include "TableFieldControl.hxx" -#include "dsntypes.hxx" +#include <dsntypes.hxx> -#include "dbaccess_slotid.hrc" +#include <dbaccess_slotid.hrc> using namespace ::dbaui; using namespace ::comphelper; |