summaryrefslogtreecommitdiffstats
path: root/shell/source/backends
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-11 07:06:03 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-11 07:06:03 +0000
commit1bf7c1b16a06a1ecc5fbacd3ba5fa391cac96863 (patch)
treeab55a1830acb8b6a87857f64194d89c091df5f13 /shell/source/backends
parentINTEGRATION: CWS changefileheader (1.3.458); FILE MERGED (diff)
downloadcore-1bf7c1b16a06a1ecc5fbacd3ba5fa391cac96863.tar.gz
core-1bf7c1b16a06a1ecc5fbacd3ba5fa391cac96863.zip
INTEGRATION: CWS changefileheader (1.3.154); FILE MERGED
2008/04/01 15:40:16 thb 1.3.154.2: #i85898# Stripping all external header guards 2008/04/01 12:41:11 thb 1.3.154.1: #i85898# Stripping all external header guards
Diffstat (limited to 'shell/source/backends')
-rw-r--r--shell/source/backends/wininetbe/wininetlayer.hxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/shell/source/backends/wininetbe/wininetlayer.hxx b/shell/source/backends/wininetbe/wininetlayer.hxx
index 23adbc73be9c..761e174d1df5 100644
--- a/shell/source/backends/wininetbe/wininetlayer.hxx
+++ b/shell/source/backends/wininetbe/wininetlayer.hxx
@@ -1,37 +1,17 @@
#ifndef _WinInetLayer_HXX_
#define _WinInetLayer_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
#if defined _MSC_VER
#pragma warning(push, 1)