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/newstyle.hxx | |
parent | f5dae84979db977febaa06acaf5e6ceeee5afbf8 (diff) |
fixincludeguards.pl: now we can fix those
Change-Id: I8f29f6344592c2bb1ae0d03304cf6e18b6df3a29
Diffstat (limited to 'include/sfx2/newstyle.hxx')
-rw-r--r-- | include/sfx2/newstyle.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/newstyle.hxx b/include/sfx2/newstyle.hxx index 6ced44ba5bb8..1a646e639e33 100644 --- a/include/sfx2/newstyle.hxx +++ b/include/sfx2/newstyle.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 _NEWSTYLE_HXX -#define _NEWSTYLE_HXX +#ifndef INCLUDED_SFX2_NEWSTYLE_HXX +#define INCLUDED_SFX2_NEWSTYLE_HXX #include <comphelper/string.hxx> #include <sal/config.h> |