diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 20:41:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:10 +0200 |
commit | f400bdce03262d2a5f3fbf34897c5ddde153152c (patch) | |
tree | a88cb9b9117625777aa1098c4a5ca9979ae9471b /extensions/source/dbpilots | |
parent | 2dfd63991607cc3388cbdc1de745c34d9102804b (diff) |
fixincludeguards.sh: extensions
Change-Id: If652bce4cf7621795b084bcbc0aa4c46dd903878
Diffstat (limited to 'extensions/source/dbpilots')
-rw-r--r-- | extensions/source/dbpilots/commonpagesdbp.hxx | 6 | ||||
-rw-r--r-- | extensions/source/dbpilots/controlwizard.hxx | 6 | ||||
-rw-r--r-- | extensions/source/dbpilots/dbptools.hxx | 6 | ||||
-rw-r--r-- | extensions/source/dbpilots/dbptypes.hxx | 6 | ||||
-rw-r--r-- | extensions/source/dbpilots/gridwizard.hxx | 6 | ||||
-rw-r--r-- | extensions/source/dbpilots/groupboxwiz.hxx | 6 | ||||
-rw-r--r-- | extensions/source/dbpilots/listcombowizard.hxx | 6 | ||||
-rw-r--r-- | extensions/source/dbpilots/optiongrouplayouter.hxx | 6 | ||||
-rw-r--r-- | extensions/source/dbpilots/unoautopilot.hxx | 6 | ||||
-rw-r--r-- | extensions/source/dbpilots/wizardcontext.hxx | 6 | ||||
-rw-r--r-- | extensions/source/dbpilots/wizardservices.hxx | 6 |
11 files changed, 33 insertions, 33 deletions
diff --git a/extensions/source/dbpilots/commonpagesdbp.hxx b/extensions/source/dbpilots/commonpagesdbp.hxx index 286b0a60bb0b..b348b9438185 100644 --- a/extensions/source/dbpilots/commonpagesdbp.hxx +++ b/extensions/source/dbpilots/commonpagesdbp.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _EXTENSIONS_DBP_COMMONPAGESDBP_HXX_ -#define _EXTENSIONS_DBP_COMMONPAGESDBP_HXX_ +#ifndef INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_COMMONPAGESDBP_HXX +#define INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_COMMONPAGESDBP_HXX #include "controlwizard.hxx" #include <vcl/fixed.hxx> @@ -134,6 +134,6 @@ namespace dbp -#endif // _EXTENSIONS_DBP_COMMONPAGESDBP_HXX_ +#endif // INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_COMMONPAGESDBP_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/dbpilots/controlwizard.hxx b/extensions/source/dbpilots/controlwizard.hxx index 1ef099113faa..d2388d3b75b8 100644 --- a/extensions/source/dbpilots/controlwizard.hxx +++ b/extensions/source/dbpilots/controlwizard.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _EXTENSIONS_DBP_CONTROLWIZARD_HXX -#define _EXTENSIONS_DBP_CONTROLWIZARD_HXX +#ifndef INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_CONTROLWIZARD_HXX +#define INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_CONTROLWIZARD_HXX #include <svtools/wizardmachine.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> @@ -169,6 +169,6 @@ namespace dbp } // namespace dbp -#endif // _EXTENSIONS_DBP_CONTROLWIZARD_HXX +#endif // INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_CONTROLWIZARD_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/dbpilots/dbptools.hxx b/extensions/source/dbpilots/dbptools.hxx index 2ab984699f06..4a15509c640c 100644 --- a/extensions/source/dbpilots/dbptools.hxx +++ b/extensions/source/dbpilots/dbptools.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _EXTENSIONS_DBP_DBPTOOLS_HXX_ -#define _EXTENSIONS_DBP_DBPTOOLS_HXX_ +#ifndef INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_DBPTOOLS_HXX +#define INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_DBPTOOLS_HXX #include <com/sun/star/container/XNameAccess.hpp> @@ -36,6 +36,6 @@ namespace dbp -#endif // _EXTENSIONS_DBP_DBPTOOLS_HXX_ +#endif // INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_DBPTOOLS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/dbpilots/dbptypes.hxx b/extensions/source/dbpilots/dbptypes.hxx index cd41db446e7a..e8e68452edc0 100644 --- a/extensions/source/dbpilots/dbptypes.hxx +++ b/extensions/source/dbpilots/dbptypes.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _EXTENSIONS_DBP_DBPTYPES_HXX_ -#define _EXTENSIONS_DBP_DBPTYPES_HXX_ +#ifndef INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_DBPTYPES_HXX +#define INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_DBPTYPES_HXX #include <sal/config.h> @@ -38,6 +38,6 @@ namespace dbp } // namespace dbp -#endif // _EXTENSIONS_DBP_DBPTYPES_HXX_ +#endif // INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_DBPTYPES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/dbpilots/gridwizard.hxx b/extensions/source/dbpilots/gridwizard.hxx index 4d208376bf58..128d1e68b6e9 100644 --- a/extensions/source/dbpilots/gridwizard.hxx +++ b/extensions/source/dbpilots/gridwizard.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _EXTENSIONS_DBP_GRIDWIZARD_HXX_ -#define _EXTENSIONS_DBP_GRIDWIZARD_HXX_ +#ifndef INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_GRIDWIZARD_HXX +#define INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_GRIDWIZARD_HXX #include "controlwizard.hxx" #include "commonpagesdbp.hxx" @@ -124,6 +124,6 @@ namespace dbp } // namespace dbp -#endif // _EXTENSIONS_DBP_GRIDWIZARD_HXX_ +#endif // INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_GRIDWIZARD_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/dbpilots/groupboxwiz.hxx b/extensions/source/dbpilots/groupboxwiz.hxx index 1c9bdcb5255f..ee250cb47506 100644 --- a/extensions/source/dbpilots/groupboxwiz.hxx +++ b/extensions/source/dbpilots/groupboxwiz.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _EXTENSIONS_DBP_GROUPBOXWIZ_HXX_ -#define _EXTENSIONS_DBP_GROUPBOXWIZ_HXX_ +#ifndef INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_GROUPBOXWIZ_HXX +#define INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_GROUPBOXWIZ_HXX #include "controlwizard.hxx" #include "commonpagesdbp.hxx" @@ -217,6 +217,6 @@ namespace dbp } // namespace dbp -#endif // _EXTENSIONS_DBP_GROUPBOXWIZ_HXX_ +#endif // INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_GROUPBOXWIZ_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/dbpilots/listcombowizard.hxx b/extensions/source/dbpilots/listcombowizard.hxx index fb0899393c94..e1d86cd6e26b 100644 --- a/extensions/source/dbpilots/listcombowizard.hxx +++ b/extensions/source/dbpilots/listcombowizard.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _EXTENSIONS_DBP_LISTCOMBOWIZARD_HXX_ -#define _EXTENSIONS_DBP_LISTCOMBOWIZARD_HXX_ +#ifndef INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_LISTCOMBOWIZARD_HXX +#define INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_LISTCOMBOWIZARD_HXX #include "controlwizard.hxx" #include "commonpagesdbp.hxx" @@ -215,6 +215,6 @@ namespace dbp } // namespace dbp -#endif // _EXTENSIONS_DBP_LISTCOMBOWIZARD_HXX_ +#endif // INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_LISTCOMBOWIZARD_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/dbpilots/optiongrouplayouter.hxx b/extensions/source/dbpilots/optiongrouplayouter.hxx index 54c2113ab3b3..6b701b49ab9b 100644 --- a/extensions/source/dbpilots/optiongrouplayouter.hxx +++ b/extensions/source/dbpilots/optiongrouplayouter.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _EXTENSIONS_DBP_OPTIONGROUPLAYOUTER_HXX_ -#define _EXTENSIONS_DBP_OPTIONGROUPLAYOUTER_HXX_ +#ifndef INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_OPTIONGROUPLAYOUTER_HXX +#define INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_OPTIONGROUPLAYOUTER_HXX #include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/beans/XPropertySet.hpp> @@ -63,6 +63,6 @@ namespace dbp } // namespace dbp -#endif // _EXTENSIONS_DBP_OPTIONGROUPLAYOUTER_HXX_ +#endif // INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_OPTIONGROUPLAYOUTER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/dbpilots/unoautopilot.hxx b/extensions/source/dbpilots/unoautopilot.hxx index 299def94717d..ac053f9ea038 100644 --- a/extensions/source/dbpilots/unoautopilot.hxx +++ b/extensions/source/dbpilots/unoautopilot.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _EXTENSIONS_DBP_UNOAUTOPILOT_HXX_ -#define _EXTENSIONS_DBP_UNOAUTOPILOT_HXX_ +#ifndef INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_UNOAUTOPILOT_HXX +#define INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_UNOAUTOPILOT_HXX #include <svtools/genericunodialog.hxx> #include <comphelper/processfactory.hxx> @@ -95,6 +95,6 @@ namespace dbp } // namespace dbp -#endif // _EXTENSIONS_DBP_UNOAUTOPILOT_HXX_ +#endif // INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_UNOAUTOPILOT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/dbpilots/wizardcontext.hxx b/extensions/source/dbpilots/wizardcontext.hxx index ec4ea9f3202c..523e09f053c1 100644 --- a/extensions/source/dbpilots/wizardcontext.hxx +++ b/extensions/source/dbpilots/wizardcontext.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _EXTENSIONS_DBP_WIZARDCONTEXT_HXX_ -#define _EXTENSIONS_DBP_WIZARDCONTEXT_HXX_ +#ifndef INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_WIZARDCONTEXT_HXX +#define INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_WIZARDCONTEXT_HXX #include <sal/config.h> @@ -84,6 +84,6 @@ namespace dbp } // namespace dbp -#endif // _EXTENSIONS_DBP_WIZARDCONTEXT_HXX_ +#endif // INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_WIZARDCONTEXT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/dbpilots/wizardservices.hxx b/extensions/source/dbpilots/wizardservices.hxx index fbcc9a785c24..85637a4edaf6 100644 --- a/extensions/source/dbpilots/wizardservices.hxx +++ b/extensions/source/dbpilots/wizardservices.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _EXTENSIONS_DBW_WIZARDSERVICES_HXX_ -#define _EXTENSIONS_DBW_WIZARDSERVICES_HXX_ +#ifndef INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_WIZARDSERVICES_HXX +#define INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_WIZARDSERVICES_HXX #include <com/sun/star/uno/Sequence.hxx> #include <rtl/ustring.hxx> @@ -68,6 +68,6 @@ namespace dbp } // namespace dbp -#endif // _EXTENSIONS_DBW_WIZARDSERVICES_HXX_ +#endif // INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_WIZARDSERVICES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |