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/msgpool.hxx | |
parent | f5dae84979db977febaa06acaf5e6ceeee5afbf8 (diff) |
fixincludeguards.pl: now we can fix those
Change-Id: I8f29f6344592c2bb1ae0d03304cf6e18b6df3a29
Diffstat (limited to 'include/sfx2/msgpool.hxx')
-rw-r--r-- | include/sfx2/msgpool.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/msgpool.hxx b/include/sfx2/msgpool.hxx index be61a4cf041a..f21277e017dd 100644 --- a/include/sfx2/msgpool.hxx +++ b/include/sfx2/msgpool.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 _SFXMSGPOOL_HXX -#define _SFXMSGPOOL_HXX +#ifndef INCLUDED_SFX2_MSGPOOL_HXX +#define INCLUDED_SFX2_MSGPOOL_HXX #include <rtl/ustring.hxx> #include <sal/config.h> |