summaryrefslogtreecommitdiff
path: root/framework/source/uifactory/toolboxfactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uifactory/toolboxfactory.cxx')
-rw-r--r--framework/source/uifactory/toolboxfactory.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/uifactory/toolboxfactory.cxx b/framework/source/uifactory/toolboxfactory.cxx
index 502ee251df..21bf2ae567 100644
--- a/framework/source/uifactory/toolboxfactory.cxx
+++ b/framework/source/uifactory/toolboxfactory.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -44,9 +45,7 @@
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/ui/XModuleUIConfigurationManagerSupplier.hpp>
-#ifndef _COM_SUN_STAR_UI_XUICONFIGURATIONMANAGERSUPLLIER_HPP_
#include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp>
-#endif
//_________________________________________________________________________________________________________________
// includes of other projects
@@ -103,3 +102,4 @@ throw ( ::com::sun::star::container::NoSuchElementException, ::com::sun::star::l
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */