diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 22:38:46 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 23:22:33 +0200 |
commit | 3b58ababc566adef48d8ab600489e554c4585b1d (patch) | |
tree | b1abea7e58d2f9daa28903896d87e3b6284eed43 /sd/inc/strmname.h | |
parent | 3a6148e8114a5b980dbedadacce2074390d81555 (diff) |
fixincludeguards.sh: sd
Change-Id: Ic831838b377656015d645eec9d439424378e08af
Diffstat (limited to 'sd/inc/strmname.h')
-rw-r--r-- | sd/inc/strmname.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/strmname.h b/sd/inc/strmname.h index 6ae356a20135..149f1565a621 100644 --- a/sd/inc/strmname.h +++ b/sd/inc/strmname.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SD_STRMNAME_H -#define _SD_STRMNAME_H +#ifndef INCLUDED_SD_INC_STRMNAME_H +#define INCLUDED_SD_INC_STRMNAME_H // PowerPoint-Filter static const OUString pFilterPowerPoint97( "MS PowerPoint 97" ); @@ -29,6 +29,6 @@ static const OUString pFilterPowerPoint97AutoPlay( "MS PowerPoint 97 AutoPlay" ) static const OUString pStarDrawXMLContent( "content.xml" ); static const OUString pStarDrawOldXMLContent( "Content.xml" ); -#endif // _SD_STRMNAME_H +#endif // INCLUDED_SD_INC_STRMNAME_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |