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 /toolkit | |
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 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxfont.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/awt/vclxgraphics.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/awt/vclxwindow.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/controls/grid/sortablegriddatamodel.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/helper/formpdfexport.cxx | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/toolkit/source/awt/vclxfont.cxx b/toolkit/source/awt/vclxfont.cxx index a26739c1bb49..8bd86eb79905 100644 --- a/toolkit/source/awt/vclxfont.cxx +++ b/toolkit/source/awt/vclxfont.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <string.h> #include <toolkit/awt/vclxfont.hxx> diff --git a/toolkit/source/awt/vclxgraphics.cxx b/toolkit/source/awt/vclxgraphics.cxx index b4cb91244a69..5bb70dbbb7a7 100644 --- a/toolkit/source/awt/vclxgraphics.cxx +++ b/toolkit/source/awt/vclxgraphics.cxx @@ -18,6 +18,7 @@ */ +#include <memory> #include <toolkit/awt/vclxgraphics.hxx> #include <toolkit/awt/vclxdevice.hxx> #include <toolkit/awt/vclxfont.hxx> diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx index 48a1ed1a7f93..b4d2ba3c8c7f 100644 --- a/toolkit/source/awt/vclxwindow.cxx +++ b/toolkit/source/awt/vclxwindow.cxx @@ -18,6 +18,7 @@ */ +#include <memory> #include <com/sun/star/awt/WindowEvent.hpp> #include <com/sun/star/awt/KeyEvent.hpp> #include <com/sun/star/awt/KeyModifier.hpp> diff --git a/toolkit/source/controls/grid/sortablegriddatamodel.cxx b/toolkit/source/controls/grid/sortablegriddatamodel.cxx index 84e450e15f7c..91fc53f1ef95 100644 --- a/toolkit/source/controls/grid/sortablegriddatamodel.cxx +++ b/toolkit/source/controls/grid/sortablegriddatamodel.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <com/sun/star/i18n/Collator.hpp> #include <com/sun/star/i18n/XCollator.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> diff --git a/toolkit/source/helper/formpdfexport.cxx b/toolkit/source/helper/formpdfexport.cxx index e1cf60ff6e07..0b5801396288 100644 --- a/toolkit/source/helper/formpdfexport.cxx +++ b/toolkit/source/helper/formpdfexport.cxx @@ -18,6 +18,7 @@ */ +#include <memory> #include <toolkit/helper/formpdfexport.hxx> #include <com/sun/star/container/XIndexAccess.hpp> |