CWS gnumake3: extract.hxx cppuhelper->comphelper

This commit is contained in:
Mathias Bauer 2011-01-28 17:45:42 +01:00
parent 5d4d95d374
commit 2478ce5bf7
3 changed files with 3 additions and 6 deletions

View file

@ -29,7 +29,7 @@
#include "precompiled_svtools.hxx"
#include "svtools/genericunodialog.hxx"
#include <svtools/addresstemplate.hxx>
#include <cppuhelper/extract.hxx>
#include <comphelper/extract.hxx>
#include <cppuhelper/typeprovider.hxx>
#include <comphelper/property.hxx>
#include <com/sun/star/sdbc/XDataSource.hpp>

View file

@ -34,7 +34,7 @@
#include <com/sun/star/ucb/AlreadyInitializedException.hpp>
#include <toolkit/awt/vclxwindow.hxx>
#include <cppuhelper/extract.hxx>
#include <comphelper/extract.hxx>
#include <cppuhelper/typeprovider.hxx>
#include <comphelper/property.hxx>
#include <osl/diagnose.h>

View file

@ -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
{