summaryrefslogtreecommitdiff
path: root/xmlscript/source/misc/unoservices.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/source/misc/unoservices.cxx')
-rw-r--r--xmlscript/source/misc/unoservices.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlscript/source/misc/unoservices.cxx b/xmlscript/source/misc/unoservices.cxx
index 6bcaf49c1f72..0e7119368d20 100644
--- a/xmlscript/source/misc/unoservices.cxx
+++ b/xmlscript/source/misc/unoservices.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.
@@ -28,9 +29,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_xmlscript.hxx"
-#ifndef _CPPUHELPER_IMPLEMENTATIONENTRY_HXX_
#include <cppuhelper/implementationentry.hxx>
-#endif
using namespace ::rtl;
using namespace ::com::sun::star::uno;
@@ -122,3 +121,5 @@ extern "C"
pImplName, pServiceManager, pRegistryKey, ::xmlscript::s_entries );
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */