diff options
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/app.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/basedlgs.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/childwin.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/dispatch.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/docfile.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/docinsert.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/dockwin.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/frame.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/frmdescr.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/mieclip.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/module.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/msgpool.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/new.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/objface.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/printer.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/prnmon.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/sfxbasecontroller.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/shell.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/sidebar/SidebarController.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/tabdlg.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/tbxctrl.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/templdlg.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/unoctitm.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/viewfrm.hxx | 1 |
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> |