summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-10 09:12:54 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-10 09:12:54 +0000
commit24740a813f0f49708cef31d5dc86f110fd7b2d24 (patch)
tree2d76897cd952eeee0c121531f4dee3fcd9bd399d
parent591e5d6c3856f6c34f3951ddf15d75c151a1d6d7 (diff)
INTEGRATION: CWS changefileheader (1.9.42); FILE MERGED
2008/04/01 12:39:57 thb 1.9.42.1: #i85898# Stripping all external header guards
-rw-r--r--setup_native/source/win32/customactions/reg4msdoc/registrar.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/setup_native/source/win32/customactions/reg4msdoc/registrar.cxx b/setup_native/source/win32/customactions/reg4msdoc/registrar.cxx
index c20e97624d8b..7919d0fe833d 100644
--- a/setup_native/source/win32/customactions/reg4msdoc/registrar.cxx
+++ b/setup_native/source/win32/customactions/reg4msdoc/registrar.cxx
@@ -2,21 +2,13 @@
//
//////////////////////////////////////////////////////////////////////
-#ifndef _REGISTRAR_HXX_
#include "registrar.hxx"
-#endif
#ifndef _REGISTRYVALUEIMPL_HXX_
#include "RegistryValueImpl.hxx"
#endif
-
-#ifndef _WINDOWSREGISTRY_HXX_
#include "windowsregistry.hxx"
-#endif
-
-#ifndef _REGISTRYEXCEPTION_HXX_
#include "registryexception.hxx"
-#endif
#include <assert.h>
#ifdef _MSC_VER