summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 20:41:29 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:10 +0200
commitf400bdce03262d2a5f3fbf34897c5ddde153152c (patch)
treea88cb9b9117625777aa1098c4a5ca9979ae9471b /extensions/source/abpilot
parent2dfd63991607cc3388cbdc1de745c34d9102804b (diff)
fixincludeguards.sh: extensions
Change-Id: If652bce4cf7621795b084bcbc0aa4c46dd903878
Diffstat (limited to 'extensions/source/abpilot')
-rw-r--r--extensions/source/abpilot/abpfinalpage.hxx6
-rw-r--r--extensions/source/abpilot/abptypes.hxx6
-rw-r--r--extensions/source/abpilot/abspage.hxx6
-rw-r--r--extensions/source/abpilot/abspilot.hxx6
-rw-r--r--extensions/source/abpilot/addresssettings.hxx6
-rw-r--r--extensions/source/abpilot/admininvokationimpl.hxx4
-rw-r--r--extensions/source/abpilot/admininvokationpage.hxx6
-rw-r--r--extensions/source/abpilot/datasourcehandling.hxx6
-rw-r--r--extensions/source/abpilot/fieldmappingimpl.hxx6
-rw-r--r--extensions/source/abpilot/fieldmappingpage.hxx6
-rw-r--r--extensions/source/abpilot/tableselectionpage.hxx6
-rw-r--r--extensions/source/abpilot/typeselectionpage.hxx6
-rw-r--r--extensions/source/abpilot/unodialogabp.hxx6
13 files changed, 38 insertions, 38 deletions
diff --git a/extensions/source/abpilot/abpfinalpage.hxx b/extensions/source/abpilot/abpfinalpage.hxx
index bb54851e339d..eb77393ae17f 100644
--- a/extensions/source/abpilot/abpfinalpage.hxx
+++ b/extensions/source/abpilot/abpfinalpage.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef EXTENSIONS_ABP_ABPFINALPAGE_HXX
-#define EXTENSIONS_ABP_ABPFINALPAGE_HXX
+#ifndef INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ABPFINALPAGE_HXX
+#define INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ABPFINALPAGE_HXX
#include "abspage.hxx"
#include "abptypes.hxx"
@@ -80,6 +80,6 @@ namespace abp
} // namespace abp
-#endif // EXTENSIONS_ABP_ABPFINALPAGE_HXX
+#endif // INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ABPFINALPAGE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/abpilot/abptypes.hxx b/extensions/source/abpilot/abptypes.hxx
index 5a69cf56cef1..fc3368b5c36b 100644
--- a/extensions/source/abpilot/abptypes.hxx
+++ b/extensions/source/abpilot/abptypes.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef EXTENSIONS_ABP_ABPTYPES_HXX
-#define EXTENSIONS_ABP_ABPTYPES_HXX
+#ifndef INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ABPTYPES_HXX
+#define INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ABPTYPES_HXX
#include <sal/config.h>
@@ -40,6 +40,6 @@ namespace abp
} // namespace abp
-#endif // EXTENSIONS_ABP_ABPTYPES_HXX
+#endif // INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ABPTYPES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/abpilot/abspage.hxx b/extensions/source/abpilot/abspage.hxx
index e4af50254416..24b0cd544915 100644
--- a/extensions/source/abpilot/abspage.hxx
+++ b/extensions/source/abpilot/abspage.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef EXTENSIONS_ABP_ABSPAGE_HXX
-#define EXTENSIONS_ABP_ABSPAGE_HXX
+#ifndef INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ABSPAGE_HXX
+#define INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ABSPAGE_HXX
#include <svtools/wizardmachine.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
@@ -62,6 +62,6 @@ namespace abp
} // namespace abp
-#endif // EXTENSIONS_ABP_ABSPAGE_HXX
+#endif // INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ABSPAGE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/abpilot/abspilot.hxx b/extensions/source/abpilot/abspilot.hxx
index ea7d0596c8d7..3ffa3b19b74f 100644
--- a/extensions/source/abpilot/abspilot.hxx
+++ b/extensions/source/abpilot/abspilot.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef EXTENSIONS_ABSPILOT_HXX
-#define EXTENSIONS_ABSPILOT_HXX
+#ifndef INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ABSPILOT_HXX
+#define INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ABSPILOT_HXX
#include <svtools/roadmapwizard.hxx>
#include "addresssettings.hxx"
@@ -138,6 +138,6 @@ namespace abp
} // namespace abp
-#endif // EXTENSIONS_ABSPILOT_HXX
+#endif // INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ABSPILOT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/abpilot/addresssettings.hxx b/extensions/source/abpilot/addresssettings.hxx
index d719751e4c67..839f95a6c90c 100644
--- a/extensions/source/abpilot/addresssettings.hxx
+++ b/extensions/source/abpilot/addresssettings.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef EXTENSIONS_ABP_ADDRESSSETTINGS_HXX
-#define EXTENSIONS_ABP_ADDRESSSETTINGS_HXX
+#ifndef INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ADDRESSSETTINGS_HXX
+#define INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ADDRESSSETTINGS_HXX
#include <rtl/ustring.hxx>
#include "abptypes.hxx"
@@ -67,6 +67,6 @@ namespace abp
} // namespace abp
-#endif // EXTENSIONS_ABP_ADDRESSSETTINGS_HXX
+#endif // INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ADDRESSSETTINGS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/abpilot/admininvokationimpl.hxx b/extensions/source/abpilot/admininvokationimpl.hxx
index b9f5dbd2739b..c24487d2d372 100644
--- a/extensions/source/abpilot/admininvokationimpl.hxx
+++ b/extensions/source/abpilot/admininvokationimpl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef EXTENSIONS_ABP_ADMININVOKATIONIMPL_HXX
-#define EXTENSIONS_ABP_ADMININVOKATIONIMPL_HXX
+#ifndef INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ADMININVOKATIONIMPL_HXX
+#define INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ADMININVOKATIONIMPL_HXX
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
diff --git a/extensions/source/abpilot/admininvokationpage.hxx b/extensions/source/abpilot/admininvokationpage.hxx
index 192dec51fc67..69517bbe71d6 100644
--- a/extensions/source/abpilot/admininvokationpage.hxx
+++ b/extensions/source/abpilot/admininvokationpage.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef EXTENSIONS_ABP_ADMINDIALOG_INVOKATION_PAGE_HXX
-#define EXTENSIONS_ABP_ADMINDIALOG_INVOKATION_PAGE_HXX
+#ifndef INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ADMININVOKATIONPAGE_HXX
+#define INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ADMININVOKATIONPAGE_HXX
#include "abspage.hxx"
@@ -61,6 +61,6 @@ namespace abp
} // namespace abp
-#endif // EXTENSIONS_ABP_ADMINDIALOG_INVOKATION_PAGE_HXX
+#endif // INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ADMININVOKATIONPAGE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/abpilot/datasourcehandling.hxx b/extensions/source/abpilot/datasourcehandling.hxx
index c3f56c56f7a4..b4d71ffa4ab0 100644
--- a/extensions/source/abpilot/datasourcehandling.hxx
+++ b/extensions/source/abpilot/datasourcehandling.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef EXTENSIONS_ABP_DATASOURCEHANDLING_HXX
-#define EXTENSIONS_ABP_DATASOURCEHANDLING_HXX
+#ifndef INCLUDED_EXTENSIONS_SOURCE_ABPILOT_DATASOURCEHANDLING_HXX
+#define INCLUDED_EXTENSIONS_SOURCE_ABPILOT_DATASOURCEHANDLING_HXX
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/XComponentContext.hpp>
@@ -203,6 +203,6 @@ namespace abp
} // namespace abp
-#endif // EXTENSIONS_ABP_DATASOURCEHANDLING_HXX
+#endif // INCLUDED_EXTENSIONS_SOURCE_ABPILOT_DATASOURCEHANDLING_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/abpilot/fieldmappingimpl.hxx b/extensions/source/abpilot/fieldmappingimpl.hxx
index a08b455818cf..4e56ca3d422c 100644
--- a/extensions/source/abpilot/fieldmappingimpl.hxx
+++ b/extensions/source/abpilot/fieldmappingimpl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef EXTENSIONS_ABP_FIELDMAPPINGIMPL_HXX
-#define EXTENSIONS_ABP_FIELDMAPPINGIMPL_HXX
+#ifndef INCLUDED_EXTENSIONS_SOURCE_ABPILOT_FIELDMAPPINGIMPL_HXX
+#define INCLUDED_EXTENSIONS_SOURCE_ABPILOT_FIELDMAPPINGIMPL_HXX
#include <rtl/ustring.hxx>
#include "abptypes.hxx"
@@ -117,6 +117,6 @@ namespace abp
} // namespace abp
-#endif // EXTENSIONS_ABP_FIELDMAPPINGIMPL_HXX
+#endif // INCLUDED_EXTENSIONS_SOURCE_ABPILOT_FIELDMAPPINGIMPL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/abpilot/fieldmappingpage.hxx b/extensions/source/abpilot/fieldmappingpage.hxx
index ca6f53ce6b9c..e684fc09704f 100644
--- a/extensions/source/abpilot/fieldmappingpage.hxx
+++ b/extensions/source/abpilot/fieldmappingpage.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef EXTENSIONS_ABP_FIELDMAPPINGPAGE_HXX
-#define EXTENSIONS_ABP_FIELDMAPPINGPAGE_HXX
+#ifndef INCLUDED_EXTENSIONS_SOURCE_ABPILOT_FIELDMAPPINGPAGE_HXX
+#define INCLUDED_EXTENSIONS_SOURCE_ABPILOT_FIELDMAPPINGPAGE_HXX
#include "abspage.hxx"
@@ -58,6 +58,6 @@ namespace abp
} // namespace abp
-#endif // EXTENSIONS_ABP_FIELDMAPPINGPAGE_HXX
+#endif // INCLUDED_EXTENSIONS_SOURCE_ABPILOT_FIELDMAPPINGPAGE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/abpilot/tableselectionpage.hxx b/extensions/source/abpilot/tableselectionpage.hxx
index 361ab5d5c83f..bf201a3578cf 100644
--- a/extensions/source/abpilot/tableselectionpage.hxx
+++ b/extensions/source/abpilot/tableselectionpage.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef EXTENSIONS_ABP_TABLESELECTIONPAGE_HXX
-#define EXTENSIONS_ABP_TABLESELECTIONPAGE_HXX
+#ifndef INCLUDED_EXTENSIONS_SOURCE_ABPILOT_TABLESELECTIONPAGE_HXX
+#define INCLUDED_EXTENSIONS_SOURCE_ABPILOT_TABLESELECTIONPAGE_HXX
#include "abspage.hxx"
#include <vcl/lstbox.hxx>
@@ -61,6 +61,6 @@ namespace abp
} // namespace abp
-#endif // EXTENSIONS_ABP_TABLESELECTIONPAGE_HXX
+#endif // INCLUDED_EXTENSIONS_SOURCE_ABPILOT_TABLESELECTIONPAGE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/abpilot/typeselectionpage.hxx b/extensions/source/abpilot/typeselectionpage.hxx
index dba5bb791d18..56249f9af46f 100644
--- a/extensions/source/abpilot/typeselectionpage.hxx
+++ b/extensions/source/abpilot/typeselectionpage.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef EXTENSIONS_ABP_TYPESELECTIONPAGE_HXX
-#define EXTENSIONS_ABP_TYPESELECTIONPAGE_HXX
+#ifndef INCLUDED_EXTENSIONS_SOURCE_ABPILOT_TYPESELECTIONPAGE_HXX
+#define INCLUDED_EXTENSIONS_SOURCE_ABPILOT_TYPESELECTIONPAGE_HXX
#include "abspage.hxx"
#include "addresssettings.hxx"
@@ -94,6 +94,6 @@ namespace abp
} // namespace abp
-#endif // EXTENSIONS_ABP_TYPESELECTIONPAGE_HXX
+#endif // INCLUDED_EXTENSIONS_SOURCE_ABPILOT_TYPESELECTIONPAGE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/abpilot/unodialogabp.hxx b/extensions/source/abpilot/unodialogabp.hxx
index 8844798f578a..845423d07954 100644
--- a/extensions/source/abpilot/unodialogabp.hxx
+++ b/extensions/source/abpilot/unodialogabp.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef EXTENSIONS_ABP_UNODIALOG_HXX
-#define EXTENSIONS_ABP_UNODIALOG_HXX
+#ifndef INCLUDED_EXTENSIONS_SOURCE_ABPILOT_UNODIALOGABP_HXX
+#define INCLUDED_EXTENSIONS_SOURCE_ABPILOT_UNODIALOGABP_HXX
#include <svtools/genericunodialog.hxx>
#include <comphelper/proparrhlp.hxx>
@@ -93,6 +93,6 @@ namespace abp
extern "C" void SAL_CALL createRegistryInfo_OABSPilotUno();
-#endif // EXTENSIONS_ABP_UNODIALOG_HXX
+#endif // INCLUDED_EXTENSIONS_SOURCE_ABPILOT_UNODIALOGABP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */