diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-14 17:43:00 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-14 18:12:57 +0200 |
commit | 7249ba6877ef687fd787375e18678c5f1f417a49 (patch) | |
tree | 4b729fff093397ad49b55cc9f8d4bdb516c7f04c /sdext | |
parent | b81ec527f0bc07f1d988b2393e3ec02503cd72e4 (diff) |
remove external header guards
that's the problem with those: none of them was actually defined...
Change-Id: I496140e43cf8ff8a5712394023d98516aaf21adc
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/minimizer/configurationaccess.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sdext/source/minimizer/configurationaccess.hxx b/sdext/source/minimizer/configurationaccess.hxx index 8fcc5613a9e7..5157ef60bbbf 100644 --- a/sdext/source/minimizer/configurationaccess.hxx +++ b/sdext/source/minimizer/configurationaccess.hxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #ifndef INCLUDED_SDEXT_SOURCE_MINIMIZER_CONFIGURATIONACCESS_HXX #define INCLUDED_SDEXT_SOURCE_MINIMIZER_CONFIGURATIONACCESS_HXX + #include <vector> #include "pppoptimizertoken.hxx" #include <com/sun/star/awt/Size.hpp> @@ -29,9 +29,7 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertyAccess.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#ifndef _COM_SUN_STAR_UNO_XCOMPONENTCONTEXT #include <com/sun/star/uno/XComponentContext.hpp> -#endif #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XNameReplace.hpp> #include <map> |