diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 18:21:34 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:05 +0200 |
commit | 7a924a43336aa67e46be0859345d3a423c2ba848 (patch) | |
tree | c89a32c9ed25657fc22036265ea82b1b76b4b500 /include/svl/IndexedStyleSheets.hxx | |
parent | 4c2a736360a810199e8748533022ac38446b83ed (diff) |
fixincludeguards.sh: include
Diffstat (limited to 'include/svl/IndexedStyleSheets.hxx')
-rw-r--r-- | include/svl/IndexedStyleSheets.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svl/IndexedStyleSheets.hxx b/include/svl/IndexedStyleSheets.hxx index dde46f329242..350628f274e3 100644 --- a/include/svl/IndexedStyleSheets.hxx +++ b/include/svl/IndexedStyleSheets.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SVL_INDEXEDSTYLESHEETS_HXX_ -#define SVL_INDEXEDSTYLESHEETS_HXX_ +#ifndef INCLUDED_SVL_INDEXEDSTYLESHEETS_HXX +#define INCLUDED_SVL_INDEXEDSTYLESHEETS_HXX #include <sal/types.h> @@ -178,6 +178,6 @@ private: } /* namespace svl */ -#endif /* SVL_INDEXEDSTYLESHEETS_HXX_ */ +#endif // INCLUDED_SVL_INDEXEDSTYLESHEETS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |