summaryrefslogtreecommitdiff
path: root/extensions/source/xmlextract/xmxcom.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/xmlextract/xmxcom.hxx')
-rw-r--r--extensions/source/xmlextract/xmxcom.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/xmlextract/xmxcom.hxx b/extensions/source/xmlextract/xmxcom.hxx
index d5131b4556bf..fd8690f26b32 100644
--- a/extensions/source/xmlextract/xmxcom.hxx
+++ b/extensions/source/xmlextract/xmxcom.hxx
@@ -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.
@@ -29,9 +30,7 @@
#define _XMXCOM_HXX
#include <cppuhelper/weak.hxx>
-#ifndef __RTL_USTRING_HXX_
#include <rtl/ustring.hxx>
-#endif
#include <tools/debug.hxx>
#include <tools/stream.hxx>
#include <tools/string.hxx>
@@ -41,7 +40,6 @@
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/registry/XRegistryKey.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/io/XInputStream.hpp>
@@ -63,3 +61,5 @@
#define B2UCONST( _def_pChar ) (NMSP_RTL::OUString(RTL_CONSTASCII_USTRINGPARAM(_def_pChar )))
#endif // _XMXCOM_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */