summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/callbacks.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:30:56 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:32 +0200
commita45953ed7c69a33dbe6609e85770b29da29a2167 (patch)
tree9239d88c1decc6cba9b7f3584284e0650eb7391f /xmloff/source/forms/callbacks.hxx
parent9e775eee3ec964806209656509446b7e1bb92063 (diff)
fixincludeguards.sh: xmloff
Change-Id: I0e7d9daac1ad88fad8d240373e91ef323966bb47
Diffstat (limited to 'xmloff/source/forms/callbacks.hxx')
-rw-r--r--xmloff/source/forms/callbacks.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/forms/callbacks.hxx b/xmloff/source/forms/callbacks.hxx
index 9cc6d0498fca..21b9224bed16 100644
--- a/xmloff/source/forms/callbacks.hxx
+++ b/xmloff/source/forms/callbacks.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_FORMS_CALLBACKS_HXX_
-#define _XMLOFF_FORMS_CALLBACKS_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_FORMS_CALLBACKS_HXX
+#define INCLUDED_XMLOFF_SOURCE_FORMS_CALLBACKS_HXX
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
@@ -78,6 +78,6 @@ namespace xmloff
} // namespace xmloff
-#endif // _XMLOFF_FORMS_CALLBACKS_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_FORMS_CALLBACKS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */