summaryrefslogtreecommitdiff
path: root/cppuhelper/inc
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-10-05 15:55:27 +0200
committerPetr Mladek <pmladek@suse.cz>2010-10-05 18:12:52 +0200
commitbcdb4cc8666f55cd5998b42bab800bcb2e7d2f03 (patch)
treecc073e672182ebedcad8f84b4ace30a3a7b72a05 /cppuhelper/inc
parent334bef4563f3df39bba87f73a11a35744dd0a4d1 (diff)
more removed include guards using fixguard.py
Diffstat (limited to 'cppuhelper/inc')
-rw-r--r--[-rwxr-xr-x]cppuhelper/inc/cppuhelper/access_control.hxx0
-rw-r--r--cppuhelper/inc/cppuhelper/component.hxx2
-rw-r--r--cppuhelper/inc/cppuhelper/factory.hxx2
-rw-r--r--cppuhelper/inc/cppuhelper/weak.hxx2
4 files changed, 0 insertions, 6 deletions
diff --git a/cppuhelper/inc/cppuhelper/access_control.hxx b/cppuhelper/inc/cppuhelper/access_control.hxx
index 92de0499e964..92de0499e964 100755..100644
--- a/cppuhelper/inc/cppuhelper/access_control.hxx
+++ b/cppuhelper/inc/cppuhelper/access_control.hxx
diff --git a/cppuhelper/inc/cppuhelper/component.hxx b/cppuhelper/inc/cppuhelper/component.hxx
index 244e111510c5..4518361cfcff 100644
--- a/cppuhelper/inc/cppuhelper/component.hxx
+++ b/cppuhelper/inc/cppuhelper/component.hxx
@@ -31,9 +31,7 @@
#include <cppuhelper/weakagg.hxx>
#include <cppuhelper/interfacecontainer.hxx>
-#ifndef _CPPUHELPER_IMPLBASE1_HXX
#include <cppuhelper/implbase1.hxx>
-#endif
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XEventListener.hpp>
diff --git a/cppuhelper/inc/cppuhelper/factory.hxx b/cppuhelper/inc/cppuhelper/factory.hxx
index 1b733d7a9170..511025c9d053 100644
--- a/cppuhelper/inc/cppuhelper/factory.hxx
+++ b/cppuhelper/inc/cppuhelper/factory.hxx
@@ -27,9 +27,7 @@
#ifndef _CPPUHELPER_FACTORY_HXX_
#define _CPPUHELPER_FACTORY_HXX_
-#ifndef _RTL_STRING_HXX_
#include <rtl/ustring.hxx>
-#endif
#include <uno/dispatcher.h>
#include <rtl/unload.h>
diff --git a/cppuhelper/inc/cppuhelper/weak.hxx b/cppuhelper/inc/cppuhelper/weak.hxx
index 701b8f102f91..954bf1ce8709 100644
--- a/cppuhelper/inc/cppuhelper/weak.hxx
+++ b/cppuhelper/inc/cppuhelper/weak.hxx
@@ -31,9 +31,7 @@
#include <rtl/alloc.h>
#include <cppuhelper/weakref.hxx>
#include <cppuhelper/queryinterface.hxx>
-#ifndef _COM_SUN_STAR_UNO_WEAK_HPP_
#include <com/sun/star/uno/XWeak.hpp>
-#endif
namespace cppu