summaryrefslogtreecommitdiff
path: root/include/xmloff
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/xmloff
parent43a568630fd8cd2ed05584a689624e608160595e (diff)
header guard naming consistency
Change-Id: Iebbf5c586f5d2961be98b12638def3adbadef136
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/languagetagodf.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/languagetagodf.hxx b/include/xmloff/languagetagodf.hxx
index 559819f4bbe4..be687b7a890c 100644
--- a/include/xmloff/languagetagodf.hxx
+++ b/include/xmloff/languagetagodf.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_INCLUDE_XMLOFF_LANGUAGETAGODF_HXX
-#define INCLUDED_INCLUDE_XMLOFF_LANGUAGETAGODF_HXX
+#ifndef INCLUDED_XMLOFF_LANGUAGETAGODF_HXX
+#define INCLUDED_XMLOFF_LANGUAGETAGODF_HXX
#include <sal/config.h>
#include <rtl/ustring.hxx>
@@ -35,6 +35,6 @@ struct LanguageTagODF
LanguageTag getLanguageTag() const { return LanguageTag( maRfcLanguageTag, maLanguage, maScript, maCountry); }
};
-#endif // INCLUDED_INCLUDE_XMLOFF_LANGUAGETAGODF_HXX
+#endif // INCLUDED_XMLOFF_LANGUAGETAGODF_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */