diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-04-14 08:42:15 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-04-25 09:31:31 +0200 |
commit | da64d198ec3b31318c92ad4bcaab18cc2bf5cfdc (patch) | |
tree | 96128ecdbb7c2d6f0065516c0a6a7eb3f454f8e1 /svx | |
parent | 9c807f1c8bf529fbed817990e7091335d3425666 (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 'svx')
23 files changed, 24 insertions, 1 deletions
diff --git a/svx/inc/uiobject.hxx b/svx/inc/uiobject.hxx index f511f46185b4..6159a26f98a8 100644 --- a/svx/inc/uiobject.hxx +++ b/svx/inc/uiobject.hxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include <vcl/uitest/uiobject.hxx> class SvxShowCharSet; diff --git a/svx/source/accessibility/AccessibleEmptyEditSource.cxx b/svx/source/accessibility/AccessibleEmptyEditSource.cxx index ea020a63dc40..59643e33f8d9 100644 --- a/svx/source/accessibility/AccessibleEmptyEditSource.cxx +++ b/svx/source/accessibility/AccessibleEmptyEditSource.cxx @@ -21,6 +21,7 @@ // Global header +#include <memory> #include <svl/itemset.hxx> #include <editeng/editdata.hxx> #include <editeng/outliner.hxx> diff --git a/svx/source/accessibility/AccessibleTextEventQueue.cxx b/svx/source/accessibility/AccessibleTextEventQueue.cxx index 03ed7c567f99..c932ea7c9cd6 100644 --- a/svx/source/accessibility/AccessibleTextEventQueue.cxx +++ b/svx/source/accessibility/AccessibleTextEventQueue.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "AccessibleTextEventQueue.hxx" #include <svx/unoshape.hxx> #include "editeng/unolingu.hxx" diff --git a/svx/source/dialog/pagectrl.cxx b/svx/source/dialog/pagectrl.cxx index 087b2e2dc6f5..02eb8d54a5cc 100644 --- a/svx/source/dialog/pagectrl.cxx +++ b/svx/source/dialog/pagectrl.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <vcl/bitmap.hxx> #include <vcl/builderfactory.hxx> #include <vcl/settings.hxx> diff --git a/svx/source/dialog/rubydialog.cxx b/svx/source/dialog/rubydialog.cxx index 415e3d23eb92..888965e6ea2e 100644 --- a/svx/source/dialog/rubydialog.cxx +++ b/svx/source/dialog/rubydialog.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <sal/config.h> #include <o3tl/any.hxx> diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx index 79d44e75318e..76cd0c17fd9e 100644 --- a/svx/source/fmcomp/gridcell.cxx +++ b/svx/source/fmcomp/gridcell.cxx @@ -18,6 +18,7 @@ */ +#include <memory> #include <sal/macros.h> #include "fmprop.hrc" #include "svx/fmresids.hrc" diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx index 81e1a695ff45..85b2a11184d0 100644 --- a/svx/source/form/filtnav.cxx +++ b/svx/source/form/filtnav.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "filtnav.hxx" #include "fmexch.hxx" #include "fmhelp.hrc" diff --git a/svx/source/form/fmvwimp.cxx b/svx/source/form/fmvwimp.cxx index d6da352e106f..4064c14b6573 100644 --- a/svx/source/form/fmvwimp.cxx +++ b/svx/source/form/fmvwimp.cxx @@ -18,6 +18,7 @@ */ +#include <memory> #include "fmdocumentclassification.hxx" #include "fmobj.hxx" #include "fmpgeimp.hxx" diff --git a/svx/source/form/navigatortree.cxx b/svx/source/form/navigatortree.cxx index d7157b319c3e..be74e6ea1caf 100644 --- a/svx/source/form/navigatortree.cxx +++ b/svx/source/form/navigatortree.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <svx/dialmgr.hxx> #include <svx/fmshell.hxx> #include <svx/fmmodel.hxx> diff --git a/svx/source/inc/formcontroller.hxx b/svx/source/inc/formcontroller.hxx index 399cd80fbe85..1b9a365c3481 100644 --- a/svx/source/inc/formcontroller.hxx +++ b/svx/source/inc/formcontroller.hxx @@ -21,6 +21,7 @@ #include <sal/config.h> +#include <memory> #include <vector> #include "delayedevent.hxx" diff --git a/svx/source/inc/gridcell.hxx b/svx/source/inc/gridcell.hxx index eaef62eaf09d..371a16c11938 100644 --- a/svx/source/inc/gridcell.hxx +++ b/svx/source/inc/gridcell.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SVX_SOURCE_INC_GRIDCELL_HXX #define INCLUDED_SVX_SOURCE_INC_GRIDCELL_HXX +#include <memory> #include <svx/gridctrl.hxx> #include "sqlparserclient.hxx" diff --git a/svx/source/mnuctrls/smarttagmenu.cxx b/svx/source/mnuctrls/smarttagmenu.cxx index da51cbe5288c..a53d00de888a 100644 --- a/svx/source/mnuctrls/smarttagmenu.cxx +++ b/svx/source/mnuctrls/smarttagmenu.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <svtools/popupmenucontrollerbase.hxx> #include <svx/SmartTagItem.hxx> #include <vcl/commandinfoprovider.hxx> diff --git a/svx/source/sidebar/line/LinePropertyPanelBase.cxx b/svx/source/sidebar/line/LinePropertyPanelBase.cxx index 9f7465a6fe1e..158b6810817d 100644 --- a/svx/source/sidebar/line/LinePropertyPanelBase.cxx +++ b/svx/source/sidebar/line/LinePropertyPanelBase.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <sfx2/sidebar/ControlFactory.hxx> #include <svx/sidebar/LinePropertyPanelBase.hxx> #include <svx/dialogs.hrc> diff --git a/svx/source/sidebar/media/MediaPlaybackPanel.hxx b/svx/source/sidebar/media/MediaPlaybackPanel.hxx index b4633d7a5549..69022e1c673c 100644 --- a/svx/source/sidebar/media/MediaPlaybackPanel.hxx +++ b/svx/source/sidebar/media/MediaPlaybackPanel.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_SD_SOURCE_SIDEBAR_MEDIAPLAYBACKPANEL_HXX #define INCLUDED_SD_SOURCE_SIDEBAR_MEDIAPLAYBACKPANEL_HXX +#include <memory> #include <vcl/ctrl.hxx> #include <com/sun/star/frame/XFrame.hpp> @@ -81,4 +82,4 @@ private: #endif -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/styles/CommonStylePreviewRenderer.cxx b/svx/source/styles/CommonStylePreviewRenderer.cxx index a9d4ac52ef3c..45360ba89eb9 100644 --- a/svx/source/styles/CommonStylePreviewRenderer.cxx +++ b/svx/source/styles/CommonStylePreviewRenderer.cxx @@ -8,6 +8,7 @@ * */ +#include <memory> #include <svx/CommonStylePreviewRenderer.hxx> #include <sfx2/objsh.hxx> diff --git a/svx/source/svdraw/svdobjuserdatalist.cxx b/svx/source/svdraw/svdobjuserdatalist.cxx index aa59da10198f..679af34fa785 100644 --- a/svx/source/svdraw/svdobjuserdatalist.cxx +++ b/svx/source/svdraw/svdobjuserdatalist.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include <svdobjuserdatalist.hxx> #include <vcl/outdev.hxx> diff --git a/svx/source/svdraw/svdpage.cxx b/svx/source/svdraw/svdpage.cxx index 3ad1d0bb4709..fe27594e9ecc 100644 --- a/svx/source/svdraw/svdpage.cxx +++ b/svx/source/svdraw/svdpage.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <cassert> #include <svx/svdpage.hxx> diff --git a/svx/source/table/svdotable.cxx b/svx/source/table/svdotable.cxx index 0b0596bae078..db30cc7cbd34 100644 --- a/svx/source/table/svdotable.cxx +++ b/svx/source/table/svdotable.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> #include <com/sun/star/container/XNamed.hpp> #include <com/sun/star/container/XNameAccess.hpp> diff --git a/svx/source/tbxctrls/PaletteManager.cxx b/svx/source/tbxctrls/PaletteManager.cxx index 1354efba237c..140f515268d2 100644 --- a/svx/source/tbxctrls/PaletteManager.cxx +++ b/svx/source/tbxctrls/PaletteManager.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <svx/PaletteManager.hxx> #include <osl/file.hxx> #include <unotools/pathoptions.hxx> diff --git a/svx/source/uitest/uiobject.cxx b/svx/source/uitest/uiobject.cxx index dc5db9e72ab9..701eb7ef891c 100644 --- a/svx/source/uitest/uiobject.cxx +++ b/svx/source/uitest/uiobject.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include "uiobject.hxx" #include <svx/charmap.hxx> diff --git a/svx/source/unodraw/XPropertyTable.cxx b/svx/source/unodraw/XPropertyTable.cxx index 7dbd98693f8a..f26b850debe8 100644 --- a/svx/source/unodraw/XPropertyTable.cxx +++ b/svx/source/unodraw/XPropertyTable.cxx @@ -18,6 +18,7 @@ */ +#include <memory> #include "svx/XPropertyTable.hxx" #include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp> #include <com/sun/star/drawing/LineDash.hpp> diff --git a/svx/source/xoutdev/xtabcolr.cxx b/svx/source/xoutdev/xtabcolr.cxx index 44f881403580..50a9d02e14ee 100644 --- a/svx/source/xoutdev/xtabcolr.cxx +++ b/svx/source/xoutdev/xtabcolr.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "svx/XPropertyTable.hxx" #include <unotools/pathoptions.hxx> diff --git a/svx/source/xoutdev/xtable.cxx b/svx/source/xoutdev/xtable.cxx index 2760ab83a600..e80016640775 100644 --- a/svx/source/xoutdev/xtable.cxx +++ b/svx/source/xoutdev/xtable.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <svx/XPropertyTable.hxx> #include "xmlxtexp.hxx" #include "xmlxtimp.hxx" |