summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/TableCopyHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/misc/TableCopyHelper.cxx')
-rw-r--r--dbaccess/source/ui/misc/TableCopyHelper.cxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/dbaccess/source/ui/misc/TableCopyHelper.cxx b/dbaccess/source/ui/misc/TableCopyHelper.cxx
index 3cfcb0c536e7..9053225036ea 100644
--- a/dbaccess/source/ui/misc/TableCopyHelper.cxx
+++ b/dbaccess/source/ui/misc/TableCopyHelper.cxx
@@ -17,28 +17,28 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "TableCopyHelper.hxx"
-#include "core_resource.hxx"
-#include "stringconstants.hxx"
-#include "strings.hrc"
-#include "strings.hxx"
-#include "sqlmessage.hxx"
+#include <TableCopyHelper.hxx>
+#include <core_resource.hxx>
+#include <stringconstants.hxx>
+#include <strings.hrc>
+#include <strings.hxx>
+#include <sqlmessage.hxx>
#include <vcl/msgbox.hxx>
-#include "WCopyTable.hxx"
+#include <WCopyTable.hxx>
#include <dbaccess/genericcontroller.hxx>
-#include "WCPage.hxx"
+#include <WCPage.hxx>
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <com/sun/star/sdb/XSingleSelectQueryComposer.hpp>
#include <com/sun/star/sdb/application/CopyTableOperation.hpp>
#include <com/sun/star/sdb/application/CopyTableWizard.hpp>
#include <com/sun/star/sdb/DataAccessDescriptorFactory.hpp>
-#include "RtfReader.hxx"
-#include "HtmlReader.hxx"
-#include "TokenWriter.hxx"
-#include "UITools.hxx"
+#include <RtfReader.hxx>
+#include <HtmlReader.hxx>
+#include <TokenWriter.hxx>
+#include <UITools.hxx>
#include <dbaccess/dataview.hxx>
-#include "dbu_pageids.hxx"
+#include <dbu_pageids.hxx>
#include <unotools/ucbhelper.hxx>
#include <tools/urlobj.hxx>
#include <tools/diagnose_ex.h>
@@ -57,7 +57,7 @@
#include <unotools/tempfile.hxx>
#include <cppuhelper/exc_hlp.hxx>
-#include "dbexchange.hxx"
+#include <dbexchange.hxx>
namespace dbaui
{
using namespace ::dbtools;