summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/grid/grideventforwarder.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 22:47:44 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:13 +0200
commit8bb2ce61c03886d8b323288dc92d74fc1e45da4e (patch)
tree7c26a4701873df3bab364fb7e9a386aef6a12c99 /toolkit/source/controls/grid/grideventforwarder.hxx
parente9f918cefc0183f6a7322a427b6eaf8f37615e21 (diff)
fixincludeguards.sh: some smaller dirs
Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0
Diffstat (limited to 'toolkit/source/controls/grid/grideventforwarder.hxx')
-rw-r--r--toolkit/source/controls/grid/grideventforwarder.hxx6
1 files changed, 3 insertions, 3 deletions
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 <com/sun/star/awt/grid/XGridDataListener.hpp>
#include <com/sun/star/awt/grid/XGridColumnListener.hpp>
@@ -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: */