summaryrefslogtreecommitdiff
path: root/framework/source/dispatch/interceptionhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/dispatch/interceptionhelper.cxx')
-rw-r--r--framework/source/dispatch/interceptionhelper.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/framework/source/dispatch/interceptionhelper.cxx b/framework/source/dispatch/interceptionhelper.cxx
index 17a29902466f..2688aaf0ef93 100644
--- a/framework/source/dispatch/interceptionhelper.cxx
+++ b/framework/source/dispatch/interceptionhelper.cxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -29,35 +29,35 @@
#include "precompiled_framework.hxx"
//_______________________________________________
-// my own includes
+// my own includes
#ifndef __FRAMEWORK_DISPATCH_INTERCEPTIONHELPER_HXX_
#include <dispatch/interceptionhelper.hxx>
#endif
//_______________________________________________
-// interface includes
+// interface includes
#include <com/sun/star/frame/XInterceptorInfo.hpp>
//_______________________________________________
-// includes of other projects
+// includes of other projects
#include <vcl/svapp.hxx>
//_______________________________________________
-// namespace
+// namespace
namespace framework{
//_______________________________________________
-// non exported const
+// non exported const
sal_Bool InterceptionHelper::m_bPreferrFirstInterceptor = sal_True;
//_______________________________________________
-// non exported definitions
+// non exported definitions
//_______________________________________________
-// declarations
+// declarations
/*-----------------------------------------------------------------------------
31.03.2003 09:02