summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-30 09:08:32 +0200
committerNoel Grandin <noel@peralex.com>2014-05-30 13:05:55 +0200
commitb88ab175513533617e324f51e9d0102c1ed9bbba (patch)
tree794cab5bff68ed92f73bf5b7fa6efc03992e601e /include/svtools
parent43a568630fd8cd2ed05584a689624e608160595e (diff)
header guard naming consistency
Change-Id: Iebbf5c586f5d2961be98b12638def3adbadef136
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/sores.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/sores.hxx b/include/svtools/sores.hxx
index 91d4f5de76ce..fe46fa12cfdd 100644
--- a/include/svtools/sores.hxx
+++ b/include/svtools/sores.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_INCLUDE_SVTOOLS_SORES_HXX
-#define INCLUDED_INCLUDE_SVTOOLS_SORES_HXX
+#ifndef INCLUDED_SVTOOLS_SORES_HXX
+#define INCLUDED_SVTOOLS_SORES_HXX
// Strings
#define STR_ERROR_OBJNOCREATE 32014
@@ -99,6 +99,6 @@
#define STR_FORMAT_ID_HTML_NO_COMMENT (STR_FORMAT_START + 119)
#define STR_FORMAT_END (STR_FORMAT_ID_HTML_NO_COMMENT)
-#endif // INCLUDED_INCLUDE_SVTOOLS_SORES_HXX
+#endif // INCLUDED_SVTOOLS_SORES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */