diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-15 17:52:21 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-15 17:56:42 +0200 |
commit | ec08cb1f81d47e8f41778bf519ead43bfb90e67c (patch) | |
tree | 1c51b5eb141126a40dfde092610877b762bae61f /include/sfx2/mnumgr.hxx | |
parent | f5dae84979db977febaa06acaf5e6ceeee5afbf8 (diff) |
fixincludeguards.pl: now we can fix those
Change-Id: I8f29f6344592c2bb1ae0d03304cf6e18b6df3a29
Diffstat (limited to 'include/sfx2/mnumgr.hxx')
-rw-r--r-- | include/sfx2/mnumgr.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/mnumgr.hxx b/include/sfx2/mnumgr.hxx index 88dd9e248b4e..66c9d6f7dfa7 100644 --- a/include/sfx2/mnumgr.hxx +++ b/include/sfx2/mnumgr.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 _SFXMNUMGR_HXX -#define _SFXMNUMGR_HXX +#ifndef INCLUDED_SFX2_MNUMGR_HXX +#define INCLUDED_SFX2_MNUMGR_HXX #include <vcl/menu.hxx> #include <tools/wintypes.hxx> @@ -105,6 +105,6 @@ public: Menu* GetSVMenu(); }; -#endif // #ifndef _SFXMNUMGR_HXX +#endif // INCLUDED_SFX2_MNUMGR_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |