summaryrefslogtreecommitdiff
path: root/include/sfx2
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 /include/sfx2
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 'include/sfx2')
-rw-r--r--include/sfx2/app.hxx1
-rw-r--r--include/sfx2/basedlgs.hxx1
-rw-r--r--include/sfx2/childwin.hxx1
-rw-r--r--include/sfx2/dispatch.hxx1
-rw-r--r--include/sfx2/docfile.hxx1
-rw-r--r--include/sfx2/docinsert.hxx1
-rw-r--r--include/sfx2/dockwin.hxx1
-rw-r--r--include/sfx2/frame.hxx1
-rw-r--r--include/sfx2/frmdescr.hxx1
-rw-r--r--include/sfx2/mieclip.hxx1
-rw-r--r--include/sfx2/module.hxx1
-rw-r--r--include/sfx2/msgpool.hxx1
-rw-r--r--include/sfx2/new.hxx1
-rw-r--r--include/sfx2/objface.hxx1
-rw-r--r--include/sfx2/printer.hxx1
-rw-r--r--include/sfx2/prnmon.hxx1
-rw-r--r--include/sfx2/sfxbasecontroller.hxx1
-rw-r--r--include/sfx2/shell.hxx1
-rw-r--r--include/sfx2/sidebar/SidebarController.hxx1
-rw-r--r--include/sfx2/tabdlg.hxx1
-rw-r--r--include/sfx2/tbxctrl.hxx1
-rw-r--r--include/sfx2/templdlg.hxx1
-rw-r--r--include/sfx2/unoctitm.hxx1
-rw-r--r--include/sfx2/viewfrm.hxx1
24 files changed, 24 insertions, 0 deletions
diff --git a/include/sfx2/app.hxx b/include/sfx2/app.hxx
index dbdabc015f77..f44b0a16894d 100644
--- a/include/sfx2/app.hxx
+++ b/include/sfx2/app.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SFX2_APP_HXX
#define INCLUDED_SFX2_APP_HXX
+#include <memory>
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index b5c06c515e16..a83ae7909c9b 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SFX2_BASEDLGS_HXX
#define INCLUDED_SFX2_BASEDLGS_HXX
+#include <memory>
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>
diff --git a/include/sfx2/childwin.hxx b/include/sfx2/childwin.hxx
index 154b441652bd..8b718c3cdaa0 100644
--- a/include/sfx2/childwin.hxx
+++ b/include/sfx2/childwin.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SFX2_CHILDWIN_HXX
#define INCLUDED_SFX2_CHILDWIN_HXX
+#include <memory>
#include <sal/config.h>
#include <sfx2/dllapi.h>
diff --git a/include/sfx2/dispatch.hxx b/include/sfx2/dispatch.hxx
index 2487d3e7f90e..1b81b0ba4b80 100644
--- a/include/sfx2/dispatch.hxx
+++ b/include/sfx2/dispatch.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SFX2_DISPATCH_HXX
#define INCLUDED_SFX2_DISPATCH_HXX
+#include <memory>
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>
diff --git a/include/sfx2/docfile.hxx b/include/sfx2/docfile.hxx
index 5727d9a372ea..291b6515ae79 100644
--- a/include/sfx2/docfile.hxx
+++ b/include/sfx2/docfile.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SFX2_DOCFILE_HXX
#define INCLUDED_SFX2_DOCFILE_HXX
+#include <memory>
#include <com/sun/star/io/XSeekable.hpp>
#include <sal/config.h>
#include <sfx2/dllapi.h>
diff --git a/include/sfx2/docinsert.hxx b/include/sfx2/docinsert.hxx
index 13f210de5b7f..b1da8052b1db 100644
--- a/include/sfx2/docinsert.hxx
+++ b/include/sfx2/docinsert.hxx
@@ -24,6 +24,7 @@
#include <sfx2/dllapi.h>
#include <tools/errcode.hxx>
#include <tools/link.hxx>
+#include <memory>
#include <vector>
namespace sfx2 { class FileDialogHelper; }
diff --git a/include/sfx2/dockwin.hxx b/include/sfx2/dockwin.hxx
index 62b6231e8bd3..7b078a96af35 100644
--- a/include/sfx2/dockwin.hxx
+++ b/include/sfx2/dockwin.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SFX2_DOCKWIN_HXX
#define INCLUDED_SFX2_DOCKWIN_HXX
+#include <memory>
#include <sal/config.h>
#include <sal/types.h>
#include <vcl/dockwin.hxx>
diff --git a/include/sfx2/frame.hxx b/include/sfx2/frame.hxx
index b14bb6e6f0b5..0884b90523da 100644
--- a/include/sfx2/frame.hxx
+++ b/include/sfx2/frame.hxx
@@ -30,6 +30,7 @@
#include <rtl/ustring.hxx>
#include <svl/poolitem.hxx>
#include <tools/ref.hxx>
+#include <memory>
#include <vector>
diff --git a/include/sfx2/frmdescr.hxx b/include/sfx2/frmdescr.hxx
index 5e8e3d99ef9d..6cbda802055f 100644
--- a/include/sfx2/frmdescr.hxx
+++ b/include/sfx2/frmdescr.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SFX2_FRMDESCR_HXX
#define INCLUDED_SFX2_FRMDESCR_HXX
+#include <memory>
#include <rtl/ustring.hxx>
#include <sal/config.h>
#include <sfx2/dllapi.h>
diff --git a/include/sfx2/mieclip.hxx b/include/sfx2/mieclip.hxx
index 365b8ed0a4d5..8fa29baa4ae6 100644
--- a/include/sfx2/mieclip.hxx
+++ b/include/sfx2/mieclip.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SFX2_MIECLIP_HXX
#define INCLUDED_SFX2_MIECLIP_HXX
+#include <memory>
#include <rtl/ustring.hxx>
#include <sal/config.h>
#include <sal/types.h>
diff --git a/include/sfx2/module.hxx b/include/sfx2/module.hxx
index c0e1d0667812..014196c50578 100644
--- a/include/sfx2/module.hxx
+++ b/include/sfx2/module.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SFX2_MODULE_HXX
#define INCLUDED_SFX2_MODULE_HXX
+#include <memory>
#include <sal/config.h>
#include <sfx2/app.hxx>
#include <sfx2/dllapi.h>
diff --git a/include/sfx2/msgpool.hxx b/include/sfx2/msgpool.hxx
index d38a73c3007d..817b914152e2 100644
--- a/include/sfx2/msgpool.hxx
+++ b/include/sfx2/msgpool.hxx
@@ -25,6 +25,7 @@
#include <sfx2/dllapi.h>
#include <sfx2/msg.hxx>
#include <string>
+#include <memory>
#include <vector>
class SfxInterface;
diff --git a/include/sfx2/new.hxx b/include/sfx2/new.hxx
index 6113215f8af7..200a15e186bb 100644
--- a/include/sfx2/new.hxx
+++ b/include/sfx2/new.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SFX2_NEW_HXX
#define INCLUDED_SFX2_NEW_HXX
+#include <memory>
#include <sal/config.h>
#include <sfx2/dllapi.h>
diff --git a/include/sfx2/objface.hxx b/include/sfx2/objface.hxx
index 3805d2fe0fb3..aa0056332916 100644
--- a/include/sfx2/objface.hxx
+++ b/include/sfx2/objface.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SFX2_OBJFACE_HXX
#define INCLUDED_SFX2_OBJFACE_HXX
+#include <memory>
#include <rtl/ustring.hxx>
#include <sal/config.h>
#include <sal/types.h>
diff --git a/include/sfx2/printer.hxx b/include/sfx2/printer.hxx
index c8d2c1e03143..a2c40249c793 100644
--- a/include/sfx2/printer.hxx
+++ b/include/sfx2/printer.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SFX2_PRINTER_HXX
#define INCLUDED_SFX2_PRINTER_HXX
+#include <memory>
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>
diff --git a/include/sfx2/prnmon.hxx b/include/sfx2/prnmon.hxx
index adc57e74047b..22ff12fd2501 100644
--- a/include/sfx2/prnmon.hxx
+++ b/include/sfx2/prnmon.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SFX2_PRNMON_HXX
#define INCLUDED_SFX2_PRNMON_HXX
+#include <memory>
#include <sal/config.h>
#include <sfx2/dllapi.h>
diff --git a/include/sfx2/sfxbasecontroller.hxx b/include/sfx2/sfxbasecontroller.hxx
index 5eea0db2132c..44de7a736692 100644
--- a/include/sfx2/sfxbasecontroller.hxx
+++ b/include/sfx2/sfxbasecontroller.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SFX2_SFXBASECONTROLLER_HXX
#define INCLUDED_SFX2_SFXBASECONTROLLER_HXX
+#include <memory>
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx
index 2e1106591115..ddb4665d8c67 100644
--- a/include/sfx2/shell.hxx
+++ b/include/sfx2/shell.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SFX2_SHELL_HXX
#define INCLUDED_SFX2_SHELL_HXX
+#include <memory>
#include <com/sun/star/embed/VerbDescriptor.hpp>
#include <rtl/ustring.hxx>
#include <sal/config.h>
diff --git a/include/sfx2/sidebar/SidebarController.hxx b/include/sfx2/sidebar/SidebarController.hxx
index cf46885a4a7b..32340fe2c017 100644
--- a/include/sfx2/sidebar/SidebarController.hxx
+++ b/include/sfx2/sidebar/SidebarController.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SFX2_SOURCE_SIDEBAR_SIDEBARCONTROLLER_HXX
#define INCLUDED_SFX2_SOURCE_SIDEBAR_SIDEBARCONTROLLER_HXX
+#include <memory>
#include <sal/config.h>
#include <sfx2/sidebar/AsynchronousCall.hxx>
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index efed3fff4d35..81c521aa10b5 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SFX2_TABDLG_HXX
#define INCLUDED_SFX2_TABDLG_HXX
+#include <memory>
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>
diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx
index e6002abb8001..339b2655b8bc 100644
--- a/include/sfx2/tbxctrl.hxx
+++ b/include/sfx2/tbxctrl.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SFX2_TBXCTRL_HXX
#define INCLUDED_SFX2_TBXCTRL_HXX
+#include <memory>
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>
diff --git a/include/sfx2/templdlg.hxx b/include/sfx2/templdlg.hxx
index a34f78ff50a6..0601bf65f470 100644
--- a/include/sfx2/templdlg.hxx
+++ b/include/sfx2/templdlg.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SFX2_TEMPLDLG_HXX
#define INCLUDED_SFX2_TEMPLDLG_HXX
+#include <memory>
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <vcl/ctrl.hxx>
diff --git a/include/sfx2/unoctitm.hxx b/include/sfx2/unoctitm.hxx
index 421cd607c08c..128b8a4b9d4b 100644
--- a/include/sfx2/unoctitm.hxx
+++ b/include/sfx2/unoctitm.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SFX2_UNOCTITM_HXX
#define INCLUDED_SFX2_UNOCTITM_HXX
+#include <memory>
#include <com/sun/star/frame/XNotifyingDispatch.hpp>
#include <com/sun/star/frame/XDispatchResultListener.hpp>
#include <com/sun/star/frame/XDispatchProviderInterceptor.hpp>
diff --git a/include/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx
index 81084f0040b7..4de1bb297e1d 100644
--- a/include/sfx2/viewfrm.hxx
+++ b/include/sfx2/viewfrm.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SFX2_VIEWFRM_HXX
#define INCLUDED_SFX2_VIEWFRM_HXX
+#include <memory>
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>