diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 19:17:57 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 23:22:31 +0200 |
commit | 10860425b6f325350fb4df59927a63b8d1b85901 (patch) | |
tree | 8e687af0a523a3fcdd1d7f21f883c6c27ecc0676 /include/editeng/eeitem.hxx | |
parent | 10d0526d7273df6b52a2f46b68fb0e63f9db0d92 (diff) |
fixincludeguards.sh: include/editeng
Change-Id: I5a172bb12b62940b9994b2740e054b43145b08f0
Diffstat (limited to 'include/editeng/eeitem.hxx')
-rw-r--r-- | include/editeng/eeitem.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/eeitem.hxx b/include/editeng/eeitem.hxx index 04ce68ce1ef5..dd17037731c1 100644 --- a/include/editeng/eeitem.hxx +++ b/include/editeng/eeitem.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef EEITEM_HXX -#define EEITEM_HXX +#ifndef INCLUDED_EDITENG_EEITEM_HXX +#define INCLUDED_EDITENG_EEITEM_HXX #include <svl/solar.hrc> @@ -92,6 +92,6 @@ #define EDITITEMCOUNT ( EE_ITEMS_END - EE_ITEMS_START + 1 ) -#endif // _EEITEM_HXX +#endif // _ INCLUDED_EDITENG_EEITEM_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |