From fbd40753f5378f8f8bc69ab8030101355845dfcc Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Tue, 5 Oct 2010 15:53:38 +0200 Subject: more removed include guards using fixguard.py --- dbaccess/source/ui/inc/TableCopyHelper.hxx | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'dbaccess/source/ui/inc/TableCopyHelper.hxx') diff --git a/dbaccess/source/ui/inc/TableCopyHelper.hxx b/dbaccess/source/ui/inc/TableCopyHelper.hxx index 9b56d0729fa4..8b59d3c5f6a3 100644 --- a/dbaccess/source/ui/inc/TableCopyHelper.hxx +++ b/dbaccess/source/ui/inc/TableCopyHelper.hxx @@ -27,27 +27,13 @@ #ifndef DBUI_TABLECOPYHELPER_HXX #define DBUI_TABLECOPYHELPER_HXX -#ifndef DBAUI_APPELEMENTTYPE_HXX #include "AppElementType.hxx" -#endif -#ifndef _DBAUI_COMMON_TYPES_HXX_ #include "commontypes.hxx" -#endif -#ifndef _SVX_DATACCESSDESCRIPTOR_HXX_ #include -#endif -#ifndef _SOT_STORAGE_HXX #include -#endif -#ifndef _TRANSFER_HXX #include -#endif -#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_SDBC_XRESULTSET_HPP_ #include -#endif #include class SvLBoxEntry; -- cgit From e9470b00509155fc27598b59acfca26a7b85ae6d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 27 Oct 2010 12:33:13 +0100 Subject: add modelines to .hxx files as well --- dbaccess/source/ui/inc/TableCopyHelper.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dbaccess/source/ui/inc/TableCopyHelper.hxx') diff --git a/dbaccess/source/ui/inc/TableCopyHelper.hxx b/dbaccess/source/ui/inc/TableCopyHelper.hxx index 8b59d3c5f6a3..86012fa3706f 100644 --- a/dbaccess/source/ui/inc/TableCopyHelper.hxx +++ b/dbaccess/source/ui/inc/TableCopyHelper.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -196,3 +197,4 @@ namespace dbaui //........................................................................ #endif // DBUI_TABLECOPYHELPER_HXX +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit From f71ad82e60bebde81ebb193dcd16305ca339cc1a Mon Sep 17 00:00:00 2001 From: "J. Graeme Lingard" Date: Sat, 5 Mar 2011 18:05:38 +0000 Subject: Remove 'added by' comments --- dbaccess/source/ui/inc/TableCopyHelper.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/inc/TableCopyHelper.hxx') diff --git a/dbaccess/source/ui/inc/TableCopyHelper.hxx b/dbaccess/source/ui/inc/TableCopyHelper.hxx index 86012fa3706f..4745c232eaef 100644 --- a/dbaccess/source/ui/inc/TableCopyHelper.hxx +++ b/dbaccess/source/ui/inc/TableCopyHelper.hxx @@ -81,10 +81,10 @@ namespace dbaui struct DropDescriptor { ::svx::ODataAccessDescriptor aDroppedData; - //dyf add 20070601 + //for transfor the tablename ::rtl::OUString sDefaultTableName; - //dyf add end + String aUrl; SotStorageStreamRef aHtmlRtfStorage; ElementType nType; -- cgit