diff options
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r-- | sw/source/uibase/inc/content.hxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/dbtree.hxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/gloshdl.hxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/grfsh.hxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/mailmrge.hxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/numberingtypelistbox.hxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/optcomp.hxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/outline.hxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/swtablerep.hxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/uiitems.hxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/uiobject.hxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/usrpref.hxx | 1 |
12 files changed, 12 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/content.hxx b/sw/source/uibase/inc/content.hxx index 690b99ab2d82..d579346fecca 100644 --- a/sw/source/uibase/inc/content.hxx +++ b/sw/source/uibase/inc/content.hxx @@ -18,6 +18,7 @@ */ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_CONTENT_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_CONTENT_HXX +#include <memory> #include <limits.h> #include "swcont.hxx" diff --git a/sw/source/uibase/inc/dbtree.hxx b/sw/source/uibase/inc/dbtree.hxx index 47d179d524ce..1d55c686e3e2 100644 --- a/sw/source/uibase/inc/dbtree.hxx +++ b/sw/source/uibase/inc/dbtree.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_DBTREE_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_DBTREE_HXX +#include <memory> #include <svtools/treelistbox.hxx> #include "swdllapi.h" diff --git a/sw/source/uibase/inc/gloshdl.hxx b/sw/source/uibase/inc/gloshdl.hxx index 8b43af0b126e..92398bc60536 100644 --- a/sw/source/uibase/inc/gloshdl.hxx +++ b/sw/source/uibase/inc/gloshdl.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_GLOSHDL_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_GLOSHDL_HXX +#include <memory> #include <rtl/ustring.hxx> #include "swdllapi.h" diff --git a/sw/source/uibase/inc/grfsh.hxx b/sw/source/uibase/inc/grfsh.hxx index c54047ea52b1..b58be7a763ff 100644 --- a/sw/source/uibase/inc/grfsh.hxx +++ b/sw/source/uibase/inc/grfsh.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_GRFSH_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_GRFSH_HXX +#include <memory> #include "frmsh.hxx" class SwGrfShell: public SwBaseShell diff --git a/sw/source/uibase/inc/mailmrge.hxx b/sw/source/uibase/inc/mailmrge.hxx index 349fba6c2697..a37e3b728101 100644 --- a/sw/source/uibase/inc/mailmrge.hxx +++ b/sw/source/uibase/inc/mailmrge.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_MAILMRGE_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_MAILMRGE_HXX +#include <memory> #include <svx/stddlg.hxx> #include <vcl/button.hxx> diff --git a/sw/source/uibase/inc/numberingtypelistbox.hxx b/sw/source/uibase/inc/numberingtypelistbox.hxx index 741447cbc994..784817410e86 100644 --- a/sw/source/uibase/inc/numberingtypelistbox.hxx +++ b/sw/source/uibase/inc/numberingtypelistbox.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_NUMBERINGTYPELISTBOX_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_NUMBERINGTYPELISTBOX_HXX +#include <memory> #include <vcl/lstbox.hxx> #include "swdllapi.h" #include <o3tl/typed_flags_set.hxx> diff --git a/sw/source/uibase/inc/optcomp.hxx b/sw/source/uibase/inc/optcomp.hxx index 83d74baa436c..85c8b15dfa2b 100644 --- a/sw/source/uibase/inc/optcomp.hxx +++ b/sw/source/uibase/inc/optcomp.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_OPTCOMP_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_OPTCOMP_HXX +#include <memory> #include <sfx2/tabdlg.hxx> #include <vcl/fixed.hxx> #include <vcl/layout.hxx> diff --git a/sw/source/uibase/inc/outline.hxx b/sw/source/uibase/inc/outline.hxx index b97af7a30853..b45ca7f26a90 100644 --- a/sw/source/uibase/inc/outline.hxx +++ b/sw/source/uibase/inc/outline.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_OUTLINE_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_OUTLINE_HXX +#include <memory> #include <sfx2/tabdlg.hxx> #include <vcl/menu.hxx> diff --git a/sw/source/uibase/inc/swtablerep.hxx b/sw/source/uibase/inc/swtablerep.hxx index 2bf8c1d1a019..32c584286567 100644 --- a/sw/source/uibase/inc/swtablerep.hxx +++ b/sw/source/uibase/inc/swtablerep.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_SWTABLEREP_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_SWTABLEREP_HXX +#include <memory> #include <sfx2/tabdlg.hxx> #include "swdllapi.h" #include "swtypes.hxx" diff --git a/sw/source/uibase/inc/uiitems.hxx b/sw/source/uibase/inc/uiitems.hxx index 124bf7e33a08..6cb33a60a9a0 100644 --- a/sw/source/uibase/inc/uiitems.hxx +++ b/sw/source/uibase/inc/uiitems.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_UIITEMS_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_UIITEMS_HXX +#include <memory> #include <svl/intitem.hxx> #include "swdllapi.h" #include "cmdid.h" diff --git a/sw/source/uibase/inc/uiobject.hxx b/sw/source/uibase/inc/uiobject.hxx index 568aa6c487d0..08310ba17473 100644 --- a/sw/source/uibase/inc/uiobject.hxx +++ b/sw/source/uibase/inc/uiobject.hxx @@ -10,6 +10,7 @@ #ifndef SW_SOURCE_UIBASE_INC_UIOBJECT_HXX #define SW_SOURCE_UIBASE_INC_UIOBJECT_HXX +#include <memory> #include <vcl/uitest/uiobject.hxx> class SwEditWin; diff --git a/sw/source/uibase/inc/usrpref.hxx b/sw/source/uibase/inc/usrpref.hxx index 3a8e3a1a7a46..af2b97852f21 100644 --- a/sw/source/uibase/inc/usrpref.hxx +++ b/sw/source/uibase/inc/usrpref.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_USRPREF_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_USRPREF_HXX +#include <memory> #include <unotools/configitem.hxx> #include <fldupde.hxx> #include "viewopt.hxx" |