summaryrefslogtreecommitdiff
path: root/svx/source/inc/formdispatchinterceptor.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 03:41:20 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:19 +0100
commita4fc939e82b100490d69a61440e2d18a8652e813 (patch)
treecf452d1fac9591f7175fc194c36b99f2e7a8a694 /svx/source/inc/formdispatchinterceptor.hxx
parent88e78c12cf6388d35194fdc286eaa513ae245240 (diff)
fixincludeguards.sh: svx
Change-Id: I885bbc431322ee233f8e67ec2bb5701af909046c
Diffstat (limited to 'svx/source/inc/formdispatchinterceptor.hxx')
-rw-r--r--svx/source/inc/formdispatchinterceptor.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/inc/formdispatchinterceptor.hxx b/svx/source/inc/formdispatchinterceptor.hxx
index e13997e3d9c1..5262cbd64f77 100644
--- a/svx/source/inc/formdispatchinterceptor.hxx
+++ b/svx/source/inc/formdispatchinterceptor.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SVX_FORMDISPATCHINTERCEPTOR_HXX
-#define SVX_FORMDISPATCHINTERCEPTOR_HXX
+#ifndef INCLUDED_SVX_SOURCE_INC_FORMDISPATCHINTERCEPTOR_HXX
+#define INCLUDED_SVX_SOURCE_INC_FORMDISPATCHINTERCEPTOR_HXX
#include <com/sun/star/frame/XDispatchProviderInterceptor.hpp>
#include <com/sun/star/frame/XDispatchProviderInterception.hpp>
@@ -110,6 +110,6 @@ namespace svxform
} // namespace svxform
//........................................................................
-#endif // SVX_FORMDISPATCHINTERCEPTOR_HXX
+#endif // INCLUDED_SVX_SOURCE_INC_FORMDISPATCHINTERCEPTOR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */