summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/control/ColumnControlWindow.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:42:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:10 +0200
commit4b27653a122acbbb38c800f0b1972f339e73d115 (patch)
tree3331415ede49520ef9090bdb3c1fb3dce9748e59 /dbaccess/source/ui/control/ColumnControlWindow.cxx
parent54ef1c155990bee247f083a37be9515b43709ac3 (diff)
loplugin:includeform: dbaccess
Change-Id: I15aee966012612033ab7e2ee03ac1a553802f540
Diffstat (limited to 'dbaccess/source/ui/control/ColumnControlWindow.cxx')
-rw-r--r--dbaccess/source/ui/control/ColumnControlWindow.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/dbaccess/source/ui/control/ColumnControlWindow.cxx b/dbaccess/source/ui/control/ColumnControlWindow.cxx
index 5c7599bc3ccf..2be239bdf798 100644
--- a/dbaccess/source/ui/control/ColumnControlWindow.cxx
+++ b/dbaccess/source/ui/control/ColumnControlWindow.cxx
@@ -17,14 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "ColumnControlWindow.hxx"
-#include "FieldControls.hxx"
+#include <ColumnControlWindow.hxx>
+#include <FieldControls.hxx>
#include <unotools/syslocale.hxx>
#include <connectivity/dbtools.hxx>
-#include "UITools.hxx"
-#include "core_resource.hxx"
-#include "dbu_pageids.hxx"
-#include "strings.hrc"
+#include <UITools.hxx>
+#include <core_resource.hxx>
+#include <dbu_pageids.hxx>
+#include <strings.hrc>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/util/NumberFormatter.hpp>