From 8bb2ce61c03886d8b323288dc92d74fc1e45da4e Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 18 Apr 2014 22:47:44 +0200 Subject: fixincludeguards.sh: some smaller dirs Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0 --- toolkit/source/awt/stylesettings.hxx | 6 +++--- toolkit/source/controls/grid/gridcontrol.hxx | 4 ++-- toolkit/source/controls/grid/grideventforwarder.hxx | 6 +++--- toolkit/source/controls/grid/initguard.hxx | 6 +++--- toolkit/source/controls/tree/treecontrol.hxx | 6 +++--- 5 files changed, 14 insertions(+), 14 deletions(-) (limited to 'toolkit') diff --git a/toolkit/source/awt/stylesettings.hxx b/toolkit/source/awt/stylesettings.hxx index 841c5470909e..c49f1b7684b3 100644 --- a/toolkit/source/awt/stylesettings.hxx +++ b/toolkit/source/awt/stylesettings.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef TOOLKIT_STYLESETTINGS_HXX -#define TOOLKIT_STYLESETTINGS_HXX +#ifndef INCLUDED_TOOLKIT_SOURCE_AWT_STYLESETTINGS_HXX +#define INCLUDED_TOOLKIT_SOURCE_AWT_STYLESETTINGS_HXX #include @@ -172,6 +172,6 @@ namespace toolkit } // namespace toolkit -#endif // TOOLKIT_STYLESETTINGS_HXX +#endif // INCLUDED_TOOLKIT_SOURCE_AWT_STYLESETTINGS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/toolkit/source/controls/grid/gridcontrol.hxx b/toolkit/source/controls/grid/gridcontrol.hxx index 0061da2cf19f..432b93e47073 100644 --- a/toolkit/source/controls/grid/gridcontrol.hxx +++ b/toolkit/source/controls/grid/gridcontrol.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef TOOLKIT_GRID_CONTROL_HXX -#define TOOLKIT_GRID_CONTROL_HXX +#ifndef INCLUDED_TOOLKIT_SOURCE_CONTROLS_GRID_GRIDCONTROL_HXX +#define INCLUDED_TOOLKIT_SOURCE_CONTROLS_GRID_GRIDCONTROL_HXX #include #include diff --git a/toolkit/source/controls/grid/grideventforwarder.hxx b/toolkit/source/controls/grid/grideventforwarder.hxx index a4cead7c6ccc..22a3952abab6 100644 --- a/toolkit/source/controls/grid/grideventforwarder.hxx +++ b/toolkit/source/controls/grid/grideventforwarder.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef TOOLKIT_GRIDEVENTFORWARDER_HXX -#define TOOLKIT_GRIDEVENTFORWARDER_HXX +#ifndef INCLUDED_TOOLKIT_SOURCE_CONTROLS_GRID_GRIDEVENTFORWARDER_HXX +#define INCLUDED_TOOLKIT_SOURCE_CONTROLS_GRID_GRIDEVENTFORWARDER_HXX #include #include @@ -73,6 +73,6 @@ namespace toolkit } // namespace toolkit -#endif // TOOLKIT_GRIDEVENTFORWARDER_HXX +#endif // INCLUDED_TOOLKIT_SOURCE_CONTROLS_GRID_GRIDEVENTFORWARDER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/toolkit/source/controls/grid/initguard.hxx b/toolkit/source/controls/grid/initguard.hxx index e4050ec1207a..2a175a131fca 100644 --- a/toolkit/source/controls/grid/initguard.hxx +++ b/toolkit/source/controls/grid/initguard.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SVTOOLS_INITGUARD_HXX -#define SVTOOLS_INITGUARD_HXX +#ifndef INCLUDED_TOOLKIT_SOURCE_CONTROLS_GRID_INITGUARD_HXX +#define INCLUDED_TOOLKIT_SOURCE_CONTROLS_GRID_INITGUARD_HXX #include @@ -52,6 +52,6 @@ namespace toolkit } // namespace toolkit -#endif // SVTOOLS_INITGUARD_HXX +#endif // INCLUDED_TOOLKIT_SOURCE_CONTROLS_GRID_INITGUARD_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/toolkit/source/controls/tree/treecontrol.hxx b/toolkit/source/controls/tree/treecontrol.hxx index 8d5f50cdaa64..97eb4cca7330 100644 --- a/toolkit/source/controls/tree/treecontrol.hxx +++ b/toolkit/source/controls/tree/treecontrol.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef TOOLKIT_TREE_CONTROL_HXX -#define TOOLKIT_TREE_CONTROL_HXX +#ifndef INCLUDED_TOOLKIT_SOURCE_CONTROLS_TREE_TREECONTROL_HXX +#define INCLUDED_TOOLKIT_SOURCE_CONTROLS_TREE_TREECONTROL_HXX #include #include @@ -56,6 +56,6 @@ public: } // toolkit -#endif // _TOOLKIT_TREE_CONTROL_HXX +#endif // _ INCLUDED_TOOLKIT_SOURCE_CONTROLS_TREE_TREECONTROL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit