summaryrefslogtreecommitdiff
path: root/framework/source/fwe/xml/toolboxconfiguration.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwe/xml/toolboxconfiguration.cxx')
-rw-r--r--framework/source/fwe/xml/toolboxconfiguration.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/fwe/xml/toolboxconfiguration.cxx b/framework/source/fwe/xml/toolboxconfiguration.cxx
index 26e4fbe118..871d377d64 100644
--- a/framework/source/fwe/xml/toolboxconfiguration.cxx
+++ b/framework/source/fwe/xml/toolboxconfiguration.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.
@@ -45,9 +46,7 @@
// other includes
//_________________________________________________________________________________________________________________
-#ifndef _UNOTOOLS_PROCESSFACTORY_HXX
#include <comphelper/processfactory.hxx>
-#endif
#include <unotools/streamwrap.hxx>
#include <tools/debug.hxx>
@@ -154,3 +153,4 @@ sal_Bool ToolBoxConfiguration::StoreToolBox(
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */