summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/colorbox.hxx1
-rw-r--r--include/svx/fillctrl.hxx1
-rw-r--r--include/svx/float3d.hxx1
-rw-r--r--include/svx/fmpage.hxx1
-rw-r--r--include/svx/fmshell.hxx1
-rw-r--r--include/svx/fntctrl.hxx1
-rw-r--r--include/svx/langbox.hxx1
-rw-r--r--include/svx/numinf.hxx1
-rw-r--r--include/svx/pszctrl.hxx1
-rw-r--r--include/svx/sidebar/AreaPropertyPanelBase.hxx1
-rw-r--r--include/svx/srchdlg.hxx1
-rw-r--r--include/svx/svdmodel.hxx1
-rw-r--r--include/svx/svdobj.hxx1
-rw-r--r--include/svx/svdoedge.hxx1
-rw-r--r--include/svx/svdogrp.hxx1
-rw-r--r--include/svx/svdomedia.hxx1
-rw-r--r--include/svx/svdoole2.hxx1
-rw-r--r--include/svx/svdorect.hxx1
-rw-r--r--include/svx/unoshape.hxx1
-rw-r--r--include/svx/xbitmap.hxx1
-rw-r--r--include/svx/xmlsecctrl.hxx1
21 files changed, 21 insertions, 0 deletions
diff --git a/include/svx/colorbox.hxx b/include/svx/colorbox.hxx
index aa6f97185bd0..a813d545fb01 100644
--- a/include/svx/colorbox.hxx
+++ b/include/svx/colorbox.hxx
@@ -10,6 +10,7 @@
#ifndef INCLUDED_SVX_COLORBOX_HXX
#define INCLUDED_SVX_COLORBOX_HXX
+#include <memory>
#include <vcl/menubtn.hxx>
#include <svx/colorwindow.hxx>
#include <sfx2/controlwrapper.hxx>
diff --git a/include/svx/fillctrl.hxx b/include/svx/fillctrl.hxx
index 3ee9d551a6ed..e643874d3260 100644
--- a/include/svx/fillctrl.hxx
+++ b/include/svx/fillctrl.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVX_FILLCTRL_HXX
#define INCLUDED_SVX_FILLCTRL_HXX
+#include <memory>
#include <svl/lstner.hxx>
#include <sfx2/tbxctrl.hxx>
#include <svx/svxdllapi.h>
diff --git a/include/svx/float3d.hxx b/include/svx/float3d.hxx
index 396d104a9f53..3c315e9234e9 100644
--- a/include/svx/float3d.hxx
+++ b/include/svx/float3d.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVX_FLOAT3D_HXX
#define INCLUDED_SVX_FLOAT3D_HXX
+#include <memory>
#include <sfx2/ctrlitem.hxx>
#include <vcl/fixed.hxx>
#include <vcl/field.hxx>
diff --git a/include/svx/fmpage.hxx b/include/svx/fmpage.hxx
index 0a9c5672af61..9d0771f0d01e 100644
--- a/include/svx/fmpage.hxx
+++ b/include/svx/fmpage.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVX_FMPAGE_HXX
#define INCLUDED_SVX_FMPAGE_HXX
+#include <memory>
#include <svx/svdpage.hxx>
#include <comphelper/uno3.hxx>
#include <svx/svxdllapi.h>
diff --git a/include/svx/fmshell.hxx b/include/svx/fmshell.hxx
index 6347df6774fe..3d7d606e77b4 100644
--- a/include/svx/fmshell.hxx
+++ b/include/svx/fmshell.hxx
@@ -23,6 +23,7 @@
// ***************************************************************************************************
// ***************************************************************************************************
+#include <memory>
#include <sfx2/shell.hxx>
#include <sfx2/module.hxx>
#include <vcl/event.hxx>
diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx
index e753970341af..ed0828e8cc3b 100644
--- a/include/svx/fntctrl.hxx
+++ b/include/svx/fntctrl.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SVX_FNTCTRL_HXX
#define INCLUDED_SVX_FNTCTRL_HXX
+#include <memory>
#include <vcl/window.hxx>
#include <editeng/svxfont.hxx>
#include <svx/svxdllapi.h>
diff --git a/include/svx/langbox.hxx b/include/svx/langbox.hxx
index 9292ab5f11a7..ddf48e6472ec 100644
--- a/include/svx/langbox.hxx
+++ b/include/svx/langbox.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SVX_LANGBOX_HXX
#define INCLUDED_SVX_LANGBOX_HXX
+#include <memory>
#include <com/sun/star/uno/Sequence.hxx>
#include <svx/svxdllapi.h>
#include <vcl/image.hxx>
diff --git a/include/svx/numinf.hxx b/include/svx/numinf.hxx
index 33035b0444e1..58a503fb74dc 100644
--- a/include/svx/numinf.hxx
+++ b/include/svx/numinf.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SVX_NUMINF_HXX
#define INCLUDED_SVX_NUMINF_HXX
+#include <memory>
#include <svl/poolitem.hxx>
#include <svx/numfmtsh.hxx>
#include <svx/svxdllapi.h>
diff --git a/include/svx/pszctrl.hxx b/include/svx/pszctrl.hxx
index 35441e14723c..40dbfcc48ff1 100644
--- a/include/svx/pszctrl.hxx
+++ b/include/svx/pszctrl.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SVX_PSZCTRL_HXX
#define INCLUDED_SVX_PSZCTRL_HXX
+#include <memory>
#include <sfx2/stbitem.hxx>
#include <svx/svxdllapi.h>
diff --git a/include/svx/sidebar/AreaPropertyPanelBase.hxx b/include/svx/sidebar/AreaPropertyPanelBase.hxx
index 048ee86d97a7..5582973ce999 100644
--- a/include/svx/sidebar/AreaPropertyPanelBase.hxx
+++ b/include/svx/sidebar/AreaPropertyPanelBase.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SVX_SOURCE_SIDEBAR_AREA_AREAPROPERTYPANELBASE_HXX
#define INCLUDED_SVX_SOURCE_SIDEBAR_AREA_AREAPROPERTYPANELBASE_HXX
+#include <memory>
#include "AreaTransparencyGradientPopup.hxx"
#include <vcl/ctrl.hxx>
#include <sfx2/sidebar/SidebarPanelBase.hxx>
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx
index 3a0b1f953e2c..6c30e4bcbe9d 100644
--- a/include/svx/srchdlg.hxx
+++ b/include/svx/srchdlg.hxx
@@ -32,6 +32,7 @@
#include <svtools/svmedit.hxx>
#include <svl/srchdefs.hxx>
#include <svx/svxdllapi.h>
+#include <memory>
#include <vector>
class SvxSearchItem;
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx
index 3e8f77a09bf5..45a8c81fb2d0 100644
--- a/include/svx/svdmodel.hxx
+++ b/include/svx/svdmodel.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVX_SVDMODEL_HXX
#define INCLUDED_SVX_SVDMODEL_HXX
+#include <memory>
#include <com/sun/star/uno/Sequence.hxx>
#include <cppuhelper/weakref.hxx>
#include <editeng/forbiddencharacterstable.hxx>
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx
index 5ca83078913c..d5c9149f34bc 100644
--- a/include/svx/svdobj.hxx
+++ b/include/svx/svdobj.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVX_SVDOBJ_HXX
#define INCLUDED_SVX_SVDOBJ_HXX
+#include <memory>
#include <com/sun/star/uno/Any.hxx>
#include <cppuhelper/weakref.hxx>
#include <rtl/ustring.hxx>
diff --git a/include/svx/svdoedge.hxx b/include/svx/svdoedge.hxx
index 5f685276c8d7..0356b470ae5c 100644
--- a/include/svx/svdoedge.hxx
+++ b/include/svx/svdoedge.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVX_SVDOEDGE_HXX
#define INCLUDED_SVX_SVDOEDGE_HXX
+#include <memory>
#include <svx/svdotext.hxx>
#include <svx/svdglue.hxx>
#include <svx/svxdllapi.h>
diff --git a/include/svx/svdogrp.hxx b/include/svx/svdogrp.hxx
index ea2988093d2f..99e0a696b980 100644
--- a/include/svx/svdogrp.hxx
+++ b/include/svx/svdogrp.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVX_SVDOGRP_HXX
#define INCLUDED_SVX_SVDOGRP_HXX
+#include <memory>
#include <svx/svdobj.hxx>
#include <svx/svxdllapi.h>
diff --git a/include/svx/svdomedia.hxx b/include/svx/svdomedia.hxx
index 4a96e9ac6c3f..793055aa1491 100644
--- a/include/svx/svdomedia.hxx
+++ b/include/svx/svdomedia.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVX_SVDOMEDIA_HXX
#define INCLUDED_SVX_SVDOMEDIA_HXX
+#include <memory>
#include <svx/svdorect.hxx>
#include <avmedia/mediaitem.hxx>
#include <svx/svxdllapi.h>
diff --git a/include/svx/svdoole2.hxx b/include/svx/svdoole2.hxx
index d1a471db2f48..2e71f0b835c2 100644
--- a/include/svx/svdoole2.hxx
+++ b/include/svx/svdoole2.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVX_SVDOOLE2_HXX
#define INCLUDED_SVX_SVDOOLE2_HXX
+#include <memory>
#include <svx/svdorect.hxx>
#include <svx/svxdllapi.h>
#include <sfx2/linkmgr.hxx>
diff --git a/include/svx/svdorect.hxx b/include/svx/svdorect.hxx
index 367ea1737f19..729d3f221a05 100644
--- a/include/svx/svdorect.hxx
+++ b/include/svx/svdorect.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVX_SVDORECT_HXX
#define INCLUDED_SVX_SVDORECT_HXX
+#include <memory>
#include <svx/svdotext.hxx>
#include <svx/svxdllapi.h>
diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx
index 5e2f6184afb5..94a137c73ae8 100644
--- a/include/svx/unoshape.hxx
+++ b/include/svx/unoshape.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVX_UNOSHAPE_HXX
#define INCLUDED_SVX_UNOSHAPE_HXX
+#include <memory>
#include <com/sun/star/document/XActionLockable.hpp>
#include <com/sun/star/drawing/XEnhancedCustomShapeDefaulter.hpp>
#include <com/sun/star/drawing/XGluePointsSupplier.hpp>
diff --git a/include/svx/xbitmap.hxx b/include/svx/xbitmap.hxx
index 21087eaa3f6f..79b4db97bceb 100644
--- a/include/svx/xbitmap.hxx
+++ b/include/svx/xbitmap.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVX_XBITMAP_HXX
#define INCLUDED_SVX_XBITMAP_HXX
+#include <memory>
#include <tools/color.hxx>
#include <vcl/bitmap.hxx>
#include <svtools/grfmgr.hxx>
diff --git a/include/svx/xmlsecctrl.hxx b/include/svx/xmlsecctrl.hxx
index 8389c6e5fcc2..0f7d44b86ff0 100644
--- a/include/svx/xmlsecctrl.hxx
+++ b/include/svx/xmlsecctrl.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVX_XMLSECCTRL_HXX
#define INCLUDED_SVX_XMLSECCTRL_HXX
+#include <memory>
#include <sfx2/stbitem.hxx>
#include <svx/svxdllapi.h>