diff options
author | Michael Koch <miko@gmx.ch> | 2011-01-21 02:51:08 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-01-21 11:13:21 +0000 |
commit | dc23e492785b8a24f1351ca64bb7efe5d4e50dff (patch) | |
tree | 043944c38f0bb419b5026d2d7b469ee773daf97b /dbaccess/source/ui | |
parent | 6621ecdb9d52bc72b7d387b9dd1e0e33fe0e92e1 (diff) |
removed newlines
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r-- | dbaccess/source/ui/relationdesign/RelationTableView.cxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dbaccess/source/ui/relationdesign/RelationTableView.cxx b/dbaccess/source/ui/relationdesign/RelationTableView.cxx index 2bb3b3ea7..0bb53fd3c 100644 --- a/dbaccess/source/ui/relationdesign/RelationTableView.cxx +++ b/dbaccess/source/ui/relationdesign/RelationTableView.cxx @@ -28,33 +28,15 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_dbaccess.hxx" - #include "RelationTableView.hxx" - - #include "JoinExchange.hxx" - - #include <comphelper/extract.hxx> - - #include "browserids.hxx" - - #include <com/sun/star/sdbcx/XTablesSupplier.hpp> - - #include <com/sun/star/sdbc/XConnection.hpp> - - #include <com/sun/star/sdbcx/XKeysSupplier.hpp> - - #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> - - #include <com/sun/star/sdbcx/KeyType.hpp> - #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/beans/XPropertySet.hpp> |