diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 18:32:22 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:07 +0200 |
commit | 5973c2d34a10ff5140626c2a2555925f69e7a3b5 (patch) | |
tree | 99a8177e6b3a639c048945eb78342a163f84ac25 /basctl/source/inc/propbrw.hxx | |
parent | c98eef78f66cbcc57b23e10df4334fe4889417fb (diff) |
fixincludeguards.sh: basctl
Diffstat (limited to 'basctl/source/inc/propbrw.hxx')
-rw-r--r-- | basctl/source/inc/propbrw.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/inc/propbrw.hxx b/basctl/source/inc/propbrw.hxx index 7efc4546b995..8081a8cc1a9f 100644 --- a/basctl/source/inc/propbrw.hxx +++ b/basctl/source/inc/propbrw.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef BASCTL_PROPBRW_HXX -#define BASCTL_PROPBRW_HXX +#ifndef INCLUDED_BASCTL_SOURCE_INC_PROPBRW_HXX +#define INCLUDED_BASCTL_SOURCE_INC_PROPBRW_HXX #include <sal/config.h> @@ -89,6 +89,6 @@ private: } // namespace basctl -#endif // BASCTL_PROPBRW_HXX +#endif // INCLUDED_BASCTL_SOURCE_INC_PROPBRW_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |