summaryrefslogtreecommitdiffstats
path: root/shell/source/backends
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-11 07:02:28 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-11 07:02:28 +0000
commitacc3d2f3989ab5990605fb4b17e2aa6861aa2a30 (patch)
treefa9d32713779e70ca137349f64ef6fdf1b9d4936 /shell/source/backends
parentINTEGRATION: CWS changefileheader (1.5.122); FILE MERGED (diff)
downloadcore-acc3d2f3989ab5990605fb4b17e2aa6861aa2a30.tar.gz
core-acc3d2f3989ab5990605fb4b17e2aa6861aa2a30.zip
INTEGRATION: CWS changefileheader (1.2.306); FILE MERGED
2008/04/01 15:40:13 thb 1.2.306.2: #i85898# Stripping all external header guards 2008/04/01 12:41:10 thb 1.2.306.1: #i85898# Stripping all external header guards
Diffstat (limited to 'shell/source/backends')
-rw-r--r--shell/source/backends/localebe/localelayer.hxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/shell/source/backends/localebe/localelayer.hxx b/shell/source/backends/localebe/localelayer.hxx
index 71273017e7a5..69b305079d33 100644
--- a/shell/source/backends/localebe/localelayer.hxx
+++ b/shell/source/backends/localebe/localelayer.hxx
@@ -1,37 +1,17 @@
#ifndef _LOCALELAYER_HXX_
#define _LOCALELAYER_HXX_
-#ifndef _COM_SUN_STAR_UNO_XCOMPONENTCONTEXT_HPP_
#include <com/sun/star/uno/XComponentContext.hpp>
-#endif
-
-#ifndef _COM_SUN_STAR_CONFIGURATION_BACKEND_XLAYER_HPP_
#include <com/sun/star/configuration/backend/XLayer.hpp>
-#endif
-
-#ifndef _COM_SUN_STAR_CONFIGURATION_BACKEND_PROPERTYINFO_HPP_
#include <com/sun/star/configuration/backend/PropertyInfo.hpp>
-#endif
-
-#ifndef _COM_SUN_STAR_CONFIGURATION_BACKEND_BACKENDACCESSEXCEPTION_HPP_
#include <com/sun/star/configuration/backend/BackendAccessException.hpp>
-#endif
#ifndef _COM_SUN_STAR_CONFIGURATION_BACKEND_XLAYERCONTENTDESCIBER_HPP_
#include <com/sun/star/configuration/backend/XLayerContentDescriber.hpp>
#endif
-
-#ifndef _COM_SUN_STAR_UTIL_XTIMESTAMPED_HPP_
#include <com/sun/star/util/XTimeStamped.hpp>
-#endif
-
-#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_
#include <com/sun/star/uno/Sequence.hxx>
-#endif
-
-#ifndef _CPPUHELPER_IMPLBASE2_HXX_
#include <cppuhelper/implbase2.hxx>
-#endif
namespace css = com::sun::star ;