summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 18:21:34 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:05 +0200
commit7a924a43336aa67e46be0859345d3a423c2ba848 (patch)
treec89a32c9ed25657fc22036265ea82b1b76b4b500 /include/svl
parent4c2a736360a810199e8748533022ac38446b83ed (diff)
fixincludeguards.sh: include
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/IndexedStyleSheets.hxx6
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: */