diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-01-28 17:45:42 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-01-28 17:45:42 +0100 |
commit | 2478ce5bf73999cc3a03f978a6fdd77e412b010e (patch) | |
tree | 97e7e083870952de52d9f144574b7ef7cca507e6 /unotools | |
parent | 5d4d95d3745ad722873f263755e8d05d431bfce4 (diff) |
CWS gnumake3: extract.hxx cppuhelper->comphelper
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/inc/unotools/unotunnelhelper.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/unotools/inc/unotools/unotunnelhelper.hxx b/unotools/inc/unotools/unotunnelhelper.hxx index ec4f1243f4d9..1054249de54b 100644 --- a/unotools/inc/unotools/unotunnelhelper.hxx +++ b/unotools/inc/unotools/unotunnelhelper.hxx @@ -33,10 +33,7 @@ #include <com/sun/star/lang/XUnoTunnel.hpp> #include <rtl/uuid.h> #include <rtl/memory.h> - -#ifndef _CPPUHELPER_EXTRACT_HXX_ -#include <cppuhelper/extract.hxx> -#endif +#include <comphelper/extract.hxx> namespace utl { |