diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-04-14 08:42:15 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-04-25 09:31:31 +0200 |
commit | da64d198ec3b31318c92ad4bcaab18cc2bf5cfdc (patch) | |
tree | 96128ecdbb7c2d6f0065516c0a6a7eb3f454f8e1 /dbaccess/source/ui | |
parent | 9c807f1c8bf529fbed817990e7091335d3425666 (diff) |
tools: svstream.hxx needs only errcode.hxx & not errinf.hxx
Change-Id: Ia28e35ae5af4f601e9a586a3deffbcd61702b0ca
Reviewed-on: https://gerrit.libreoffice.org/36896
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r-- | dbaccess/source/ui/app/AppController.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/app/AppControllerDnD.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/RelationController.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/singledoccontroller.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/unodatbr.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/misc/moduledbu.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/querydesign/querycontroller.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/uno/copytablewizard.cxx | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/dbaccess/source/ui/app/AppController.cxx b/dbaccess/source/ui/app/AppController.cxx index 02ddc0f3eb1f..5dd81df801b4 100644 --- a/dbaccess/source/ui/app/AppController.cxx +++ b/dbaccess/source/ui/app/AppController.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "AppController.hxx" #include "dbustrings.hrc" #include "advancedsettingsdlg.hxx" diff --git a/dbaccess/source/ui/app/AppControllerDnD.cxx b/dbaccess/source/ui/app/AppControllerDnD.cxx index 7467d59623ae..14c12d0848bc 100644 --- a/dbaccess/source/ui/app/AppControllerDnD.cxx +++ b/dbaccess/source/ui/app/AppControllerDnD.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "AppController.hxx" #include <comphelper/sequence.hxx> #include <comphelper/property.hxx> diff --git a/dbaccess/source/ui/inc/RelationController.hxx b/dbaccess/source/ui/inc/RelationController.hxx index 5d999197a6d7..a779cb1757a7 100644 --- a/dbaccess/source/ui/inc/RelationController.hxx +++ b/dbaccess/source/ui/inc/RelationController.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_RELATIONCONTROLLER_HXX #define INCLUDED_DBACCESS_SOURCE_UI_INC_RELATIONCONTROLLER_HXX +#include <memory> #include "JoinController.hxx" #include "RelationDesignView.hxx" #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/dbaccess/source/ui/inc/singledoccontroller.hxx b/dbaccess/source/ui/inc/singledoccontroller.hxx index 88aeeae25a8a..018a69dd01f2 100644 --- a/dbaccess/source/ui/inc/singledoccontroller.hxx +++ b/dbaccess/source/ui/inc/singledoccontroller.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_SINGLEDOCCONTROLLER_HXX #define INCLUDED_DBACCESS_SOURCE_UI_INC_SINGLEDOCCONTROLLER_HXX +#include <memory> #include <dbaccess/dbsubcomponentcontroller.hxx> #include <com/sun/star/document/XUndoManagerSupplier.hpp> diff --git a/dbaccess/source/ui/inc/unodatbr.hxx b/dbaccess/source/ui/inc/unodatbr.hxx index 83fcdc5385ee..2b13b34f5be9 100644 --- a/dbaccess/source/ui/inc/unodatbr.hxx +++ b/dbaccess/source/ui/inc/unodatbr.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_UNODATBR_HXX #define INCLUDED_DBACCESS_SOURCE_UI_INC_UNODATBR_HXX +#include <memory> #include "brwctrlr.hxx" #include <com/sun/star/sdbc/XConnection.hpp> #include <com/sun/star/frame/XStatusListener.hpp> diff --git a/dbaccess/source/ui/misc/moduledbu.cxx b/dbaccess/source/ui/misc/moduledbu.cxx index 5c612ca7b2e2..a7e5ca75c397 100644 --- a/dbaccess/source/ui/misc/moduledbu.cxx +++ b/dbaccess/source/ui/misc/moduledbu.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "moduledbu.hxx" #include <tools/resmgr.hxx> diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx index 85390cc372b0..f9819bf7cd07 100644 --- a/dbaccess/source/ui/querydesign/querycontroller.cxx +++ b/dbaccess/source/ui/querydesign/querycontroller.cxx @@ -82,6 +82,7 @@ #include <vcl/svapp.hxx> #include <osl/mutex.hxx> #include <rtl/strbuf.hxx> +#include <memory> #include <vector> extern "C" void SAL_CALL createRegistryInfo_OQueryControl() diff --git a/dbaccess/source/ui/uno/copytablewizard.cxx b/dbaccess/source/ui/uno/copytablewizard.cxx index 6bf46be55a74..f1f81c6d3991 100644 --- a/dbaccess/source/ui/uno/copytablewizard.cxx +++ b/dbaccess/source/ui/uno/copytablewizard.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "dbu_reghelper.hxx" #include "dbu_resource.hrc" #include "dbu_uno.hrc" |