diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 17:55:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 17:56:11 +0100 |
commit | b0926378ac46f50b16fa6a6c2e3b42937fc34976 (patch) | |
tree | 3ce118f331fe4cf232239452ef3e13a9e5f5a786 /dbaccess | |
parent | 1d85c8df2fb9cb25fc524485339ae9f11e8da676 (diff) |
Clean up includes of comphelper/stl_types.hxx
Change-Id: I00a8e794189d17ad91a90beb9ce6cb89b7bab2aa
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/api/OptimisticSet.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/core/dataaccess/ContentHelper.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/core/dataaccess/dataaccessdescriptor.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/core/inc/querycontainer.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/core/inc/tablecontainer.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/core/inc/viewcontainer.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/filter/xml/dbloader2.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/app/AppController.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/dlg/tablespage.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/TableRow.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/directsql.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/formadapter.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/unodatbr.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/querydesign/TableConnectionData.cxx | 3 |
14 files changed, 3 insertions, 13 deletions
diff --git a/dbaccess/source/core/api/OptimisticSet.hxx b/dbaccess/source/core/api/OptimisticSet.hxx index 5a8356aaab2d..cbc5f2d5b756 100644 --- a/dbaccess/source/core/api/OptimisticSet.hxx +++ b/dbaccess/source/core/api/OptimisticSet.hxx @@ -28,7 +28,6 @@ #include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/sdb/XSingleSelectQueryAnalyzer.hpp> -#include <comphelper/stl_types.hxx> namespace dbaccess { diff --git a/dbaccess/source/core/dataaccess/ContentHelper.cxx b/dbaccess/source/core/dataaccess/ContentHelper.cxx index da438d7ab28c..88aaf2fd57ab 100644 --- a/dbaccess/source/core/dataaccess/ContentHelper.cxx +++ b/dbaccess/source/core/dataaccess/ContentHelper.cxx @@ -19,6 +19,7 @@ #include <string.h> #include "ContentHelper.hxx" +#include <rtl/ustrbuf.hxx> #include <ucbhelper/cancelcommandexecution.hxx> #include <comphelper/property.hxx> #include <com/sun/star/ucb/UnsupportedCommandException.hpp> diff --git a/dbaccess/source/core/dataaccess/dataaccessdescriptor.cxx b/dbaccess/source/core/dataaccess/dataaccessdescriptor.cxx index 9e9622785c3c..594aa92478be 100644 --- a/dbaccess/source/core/dataaccess/dataaccessdescriptor.cxx +++ b/dbaccess/source/core/dataaccess/dataaccessdescriptor.cxx @@ -22,6 +22,7 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> +#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/sdb/CommandType.hpp> #include <com/sun/star/sdbc/XConnection.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> diff --git a/dbaccess/source/core/inc/querycontainer.hxx b/dbaccess/source/core/inc/querycontainer.hxx index 06586c56b929..f2379b2afad7 100644 --- a/dbaccess/source/core/inc/querycontainer.hxx +++ b/dbaccess/source/core/inc/querycontainer.hxx @@ -21,7 +21,6 @@ #define INCLUDED_DBACCESS_SOURCE_CORE_INC_QUERYCONTAINER_HXX #include <cppuhelper/implbase5.hxx> -#include <comphelper/stl_types.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/dbaccess/source/core/inc/tablecontainer.hxx b/dbaccess/source/core/inc/tablecontainer.hxx index 32fa409237b1..5c6810eb65e3 100644 --- a/dbaccess/source/core/inc/tablecontainer.hxx +++ b/dbaccess/source/core/inc/tablecontainer.hxx @@ -21,7 +21,6 @@ #define INCLUDED_DBACCESS_SOURCE_CORE_INC_TABLECONTAINER_HXX #include <cppuhelper/implbase1.hxx> -#include <comphelper/stl_types.hxx> #include <com/sun/star/container/XEnumerationAccess.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XIndexAccess.hpp> diff --git a/dbaccess/source/core/inc/viewcontainer.hxx b/dbaccess/source/core/inc/viewcontainer.hxx index b41caaaf1e78..73ec26f8e543 100644 --- a/dbaccess/source/core/inc/viewcontainer.hxx +++ b/dbaccess/source/core/inc/viewcontainer.hxx @@ -21,7 +21,6 @@ #define INCLUDED_DBACCESS_SOURCE_CORE_INC_VIEWCONTAINER_HXX #include <cppuhelper/implbase1.hxx> -#include <comphelper/stl_types.hxx> #include <com/sun/star/container/XEnumerationAccess.hpp> #include <com/sun/star/container/XIndexAccess.hpp> diff --git a/dbaccess/source/filter/xml/dbloader2.cxx b/dbaccess/source/filter/xml/dbloader2.cxx index dcd8b8c134b7..78553205e49b 100644 --- a/dbaccess/source/filter/xml/dbloader2.cxx +++ b/dbaccess/source/filter/xml/dbloader2.cxx @@ -55,7 +55,6 @@ #include <comphelper/namedvaluecollection.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/sequenceashashmap.hxx> -#include <comphelper/stl_types.hxx> #include <comphelper/storagehelper.hxx> #include <comphelper/types.hxx> #include <cppuhelper/implbase2.hxx> diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx index 5fb954c55d94..5637bb2cc65c 100644 --- a/dbaccess/source/ui/app/AppController.hxx +++ b/dbaccess/source/ui/app/AppController.hxx @@ -36,7 +36,6 @@ #include <com/sun/star/util/XModifiable.hpp> #include <com/sun/star/ui/XContextMenuInterception.hpp> -#include <comphelper/stl_types.hxx> #include <comphelper/namedvaluecollection.hxx> #include <comphelper/uno3.hxx> #include <cppuhelper/implbase5.hxx> diff --git a/dbaccess/source/ui/dlg/tablespage.hxx b/dbaccess/source/ui/dlg/tablespage.hxx index 7095a9b338a2..dc659c5fae39 100644 --- a/dbaccess/source/ui/dlg/tablespage.hxx +++ b/dbaccess/source/ui/dlg/tablespage.hxx @@ -23,7 +23,6 @@ #include "adminpages.hxx" #include <com/sun/star/i18n/XCollator.hpp> #include <osl/mutex.hxx> -#include <comphelper/stl_types.hxx> #include <vcl/fixed.hxx> #include "tabletree.hxx" #include <com/sun/star/sdbc/XConnection.hpp> diff --git a/dbaccess/source/ui/inc/TableRow.hxx b/dbaccess/source/ui/inc/TableRow.hxx index b762b8d255dd..dbd9f4eb1696 100644 --- a/dbaccess/source/ui/inc/TableRow.hxx +++ b/dbaccess/source/ui/inc/TableRow.hxx @@ -19,7 +19,6 @@ #ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_TABLEROW_HXX #define INCLUDED_DBACCESS_SOURCE_UI_INC_TABLEROW_HXX -#include <comphelper/stl_types.hxx> #include <tools/stream.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include "TypeInfo.hxx" diff --git a/dbaccess/source/ui/inc/directsql.hxx b/dbaccess/source/ui/inc/directsql.hxx index c252f3764d87..fa208ec42e60 100644 --- a/dbaccess/source/ui/inc/directsql.hxx +++ b/dbaccess/source/ui/inc/directsql.hxx @@ -25,7 +25,6 @@ #include <vcl/fixed.hxx> #include <vcl/lstbox.hxx> #include <vcl/button.hxx> -#include <comphelper/stl_types.hxx> #include <deque> #include <com/sun/star/sdbc/XConnection.hpp> diff --git a/dbaccess/source/ui/inc/formadapter.hxx b/dbaccess/source/ui/inc/formadapter.hxx index 1622b465ccfa..3eb860996964 100644 --- a/dbaccess/source/ui/inc/formadapter.hxx +++ b/dbaccess/source/ui/inc/formadapter.hxx @@ -54,7 +54,6 @@ #include <com/sun/star/io/XPersistObject.hpp> #include <com/sun/star/container/XNamed.hpp> #include <com/sun/star/util/XCancellable.hpp> -#include <comphelper/stl_types.hxx> #include <comphelper/uno3.hxx> #include <cppuhelper/implbase12.hxx> #include <cppuhelper/implbase10.hxx> diff --git a/dbaccess/source/ui/inc/unodatbr.hxx b/dbaccess/source/ui/inc/unodatbr.hxx index 6751cbeafab1..afe67567249b 100644 --- a/dbaccess/source/ui/inc/unodatbr.hxx +++ b/dbaccess/source/ui/inc/unodatbr.hxx @@ -22,7 +22,6 @@ #include "brwctrlr.hxx" #include <com/sun/star/sdbc/XConnection.hpp> -#include <comphelper/stl_types.hxx> #include <com/sun/star/frame/XStatusListener.hpp> #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/container/XContainerListener.hpp> diff --git a/dbaccess/source/ui/querydesign/TableConnectionData.cxx b/dbaccess/source/ui/querydesign/TableConnectionData.cxx index 8ce999d98581..77f16ccf6d10 100644 --- a/dbaccess/source/ui/querydesign/TableConnectionData.cxx +++ b/dbaccess/source/ui/querydesign/TableConnectionData.cxx @@ -20,10 +20,9 @@ #include "TableConnectionData.hxx" #include <tools/debug.hxx> #include <osl/diagnose.h> -#include <comphelper/stl_types.hxx> using namespace dbaui; -using namespace comphelper; + // class OTableConnectionData DBG_NAME(OTableConnectionData) OTableConnectionData::OTableConnectionData() |