CWS gnumake3: extract.hxx cppuhelper->comphelper
This commit is contained in:
parent
5d4d95d374
commit
2478ce5bf7
3 changed files with 3 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue