summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/typeselectionpage.hxx
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/typeselectionpage.hxx
parent2dfd63991607cc3388cbdc1de745c34d9102804b (diff)
fixincludeguards.sh: extensions
Change-Id: If652bce4cf7621795b084bcbc0aa4c46dd903878
Diffstat (limited to 'extensions/source/abpilot/typeselectionpage.hxx')
-rw-r--r--extensions/source/abpilot/typeselectionpage.hxx6
1 files changed, 3 insertions, 3 deletions
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: */