diff options
-rw-r--r-- | filter/source/svg/test/odfserializer.hxx | 2 | ||||
-rw-r--r-- | sdext/source/minimizer/configurationaccess.hxx | 4 | ||||
-rw-r--r-- | toolkit/source/awt/vclxsystemdependentwindow.cxx | 2 | ||||
-rw-r--r-- | winaccessibility/inc/AccObjectWinManager.hxx | 2 | ||||
-rw-r--r-- | winaccessibility/source/UAccCOM/AccTable.cxx | 3 |
5 files changed, 3 insertions, 10 deletions
diff --git a/filter/source/svg/test/odfserializer.hxx b/filter/source/svg/test/odfserializer.hxx index cda1b9e59e89..4fd47b5e6474 100644 --- a/filter/source/svg/test/odfserializer.hxx +++ b/filter/source/svg/test/odfserializer.hxx @@ -31,6 +31,6 @@ namespace svgi createSerializer(const ::com::sun::star::uno::Reference<com::sun::star::io::XOutputStream>& ); } -#endif // _COM_SUN_STAR_XML_SAX_XDOCUMENTHANDLER_HDL_ +#endif // INCLUDED_FILTER_SOURCE_SVG_TEST_ODFSERIALIZER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 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> diff --git a/toolkit/source/awt/vclxsystemdependentwindow.cxx b/toolkit/source/awt/vclxsystemdependentwindow.cxx index 39f71dada6cc..05dc3856287e 100644 --- a/toolkit/source/awt/vclxsystemdependentwindow.cxx +++ b/toolkit/source/awt/vclxsystemdependentwindow.cxx @@ -19,7 +19,7 @@ #include <com/sun/star/lang/SystemDependent.hpp> -#if defined UNX && ! defined MACOSX && ! defined _COM_SUN_STAR_AWT_SYSTEMDEPENDENTXWINDOW_HPP_ +#if defined UNX && ! defined MACOSX #include <com/sun/star/awt/SystemDependentXWindow.hpp> #endif diff --git a/winaccessibility/inc/AccObjectWinManager.hxx b/winaccessibility/inc/AccObjectWinManager.hxx index 66b74b465492..99c866ec13fb 100644 --- a/winaccessibility/inc/AccObjectWinManager.hxx +++ b/winaccessibility/inc/AccObjectWinManager.hxx @@ -20,9 +20,7 @@ #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCOBJECTWINMANAGER_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCOBJECTWINMANAGER_HXX -#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HPP_ #include <com/sun/star/accessibility/XAccessible.hpp> -#endif #include <map> #include <windows.h> #include <osl/mutex.hxx> diff --git a/winaccessibility/source/UAccCOM/AccTable.cxx b/winaccessibility/source/UAccCOM/AccTable.cxx index 8d1fbd5decef..c945ad795d11 100644 --- a/winaccessibility/source/UAccCOM/AccTable.cxx +++ b/winaccessibility/source/UAccCOM/AccTable.cxx @@ -29,10 +29,7 @@ #include <com/sun/star/accessibility/XAccessible.hpp> #include "MAccessible.h" - -#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLETABLEEXTENT_HPP_ #include <com/sun/star/accessibility/XAccessibleTableSelection.hpp> -#endif using namespace com::sun::star::accessibility; using namespace com::sun::star::uno; |