summaryrefslogtreecommitdiff
path: root/reportdesign/source/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 18:54:04 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:09 +0200
commit436f9d16c4b2535ebf927e4fb56c3b7bfee9e509 (patch)
tree9e3f08f270bca9540c78063e8fd28a98910c56b9 /reportdesign/source/inc
parent55c70634b891c7da7a0e1606cc0b498b7cbc9d71 (diff)
fixincludeguards.sh: reportdesign
Diffstat (limited to 'reportdesign/source/inc')
-rw-r--r--reportdesign/source/inc/GroupProperties.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/reportdesign/source/inc/GroupProperties.hxx b/reportdesign/source/inc/GroupProperties.hxx
index a0114e179886..d2ec0ac1c78b 100644
--- a/reportdesign/source/inc/GroupProperties.hxx
+++ b/reportdesign/source/inc/GroupProperties.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef RPT_SHARED_GROUPS_PROPERTIES_HXX
-#define RPT_SHARED_GROUPS_PROPERTIES_HXX
+#ifndef INCLUDED_REPORTDESIGN_SOURCE_INC_GROUPPROPERTIES_HXX
+#define INCLUDED_REPORTDESIGN_SOURCE_INC_GROUPPROPERTIES_HXX
namespace rptshared
{
@@ -43,6 +43,6 @@ namespace rptshared
{}
};
}
-#endif //RPT_SHARED_GROUPS_PROPERTIES_HXX
+#endif // INCLUDED_REPORTDESIGN_SOURCE_INC_GROUPPROPERTIES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */