CWS gnumake3: merge minibranches

This commit is contained in:
Mathias Bauer 2011-01-30 13:32:41 +01:00
commit 68ca083175
3 changed files with 3 additions and 6 deletions

View file

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

View file

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

View file

@ -33,10 +33,7 @@
#include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp>
#include <rtl/uuid.h> #include <rtl/uuid.h>
#include <rtl/memory.h> #include <rtl/memory.h>
#include <comphelper/extract.hxx>
#ifndef _CPPUHELPER_EXTRACT_HXX_
#include <cppuhelper/extract.hxx>
#endif
namespace utl namespace utl
{ {