summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-04-14 08:42:15 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-04-25 09:31:31 +0200
commitda64d198ec3b31318c92ad4bcaab18cc2bf5cfdc (patch)
tree96128ecdbb7c2d6f0065516c0a6a7eb3f454f8e1 /starmath
parent9c807f1c8bf529fbed817990e7091335d3425666 (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 'starmath')
-rw-r--r--starmath/source/ElementsDockingWindow.cxx1
-rw-r--r--starmath/source/cfgitem.cxx1
-rw-r--r--starmath/source/cursor.cxx1
-rw-r--r--starmath/source/parse.cxx1
-rw-r--r--starmath/source/uiobject.cxx1
-rw-r--r--starmath/source/uiobject.hxx1
6 files changed, 6 insertions, 0 deletions
diff --git a/starmath/source/ElementsDockingWindow.cxx b/starmath/source/ElementsDockingWindow.cxx
index 60d5c6fbaa50..1c1b99563505 100644
--- a/starmath/source/ElementsDockingWindow.cxx
+++ b/starmath/source/ElementsDockingWindow.cxx
@@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <memory>
#include <ElementsDockingWindow.hxx>
#include <starmath.hrc>
diff --git a/starmath/source/cfgitem.cxx b/starmath/source/cfgitem.cxx
index ea4e4c01634a..85b9598ec756 100644
--- a/starmath/source/cfgitem.cxx
+++ b/starmath/source/cfgitem.cxx
@@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <memory>
#include <vector>
#include <svl/itemset.hxx>
diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx
index 7c6ad9f4118e..e09496260329 100644
--- a/starmath/source/cursor.cxx
+++ b/starmath/source/cursor.cxx
@@ -6,6 +6,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#include <memory>
#include "cursor.hxx"
#include "visitors.hxx"
#include "document.hxx"
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index 6cc18cb47374..836e8c682000 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <memory>
#include <com/sun/star/i18n/UnicodeType.hpp>
#include <i18nlangtag/lang.h>
#include <editeng/unolingu.hxx>
diff --git a/starmath/source/uiobject.cxx b/starmath/source/uiobject.cxx
index 0ed9468c00d7..d505ed9d95eb 100644
--- a/starmath/source/uiobject.cxx
+++ b/starmath/source/uiobject.cxx
@@ -7,6 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#include <memory>
#include "uiobject.hxx"
#include "ElementsDockingWindow.hxx"
diff --git a/starmath/source/uiobject.hxx b/starmath/source/uiobject.hxx
index e2c6828bada3..004f1ab79dd1 100644
--- a/starmath/source/uiobject.hxx
+++ b/starmath/source/uiobject.hxx
@@ -10,6 +10,7 @@
#ifndef INCLUDED_STARMATH_SOURCE_UIOBJECT_HXX
#define INCLUDED_STARMATH_SOURCE_UIOBJECT_HXX
+#include <memory>
#include <vcl/uitest/uiobject.hxx>
class SmElementsControl;