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 /cui | |
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 'cui')
28 files changed, 28 insertions, 0 deletions
diff --git a/cui/source/customize/selector.cxx b/cui/source/customize/selector.cxx index 0a22e09e8c84..1b3fd74c19a5 100644 --- a/cui/source/customize/selector.cxx +++ b/cui/source/customize/selector.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <vcl/help.hxx> #include <vcl/msgbox.hxx> #include <vcl/metric.hxx> diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx index cbab8a5d718d..773aa61017e9 100644 --- a/cui/source/dialogs/SpellDialog.cxx +++ b/cui/source/dialogs/SpellDialog.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <vcl/wrkwin.hxx> #include <vcl/menu.hxx> #include <vcl/layout.hxx> diff --git a/cui/source/dialogs/cuigaldlg.cxx b/cui/source/dialogs/cuigaldlg.cxx index 3e102961d0f3..4836affd4156 100644 --- a/cui/source/dialogs/cuigaldlg.cxx +++ b/cui/source/dialogs/cuigaldlg.cxx @@ -22,6 +22,7 @@ #include <algorithm> #include <cassert> +#include <tools/errinf.hxx> #include <ucbhelper/content.hxx> #include <osl/mutex.hxx> #include <vcl/svapp.hxx> diff --git a/cui/source/dialogs/hltpbase.cxx b/cui/source/dialogs/hltpbase.cxx index 6d60d1820df5..f8370ef242e5 100644 --- a/cui/source/dialogs/hltpbase.cxx +++ b/cui/source/dialogs/hltpbase.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <sal/config.h> #include <osl/file.hxx> diff --git a/cui/source/dialogs/pastedlg.cxx b/cui/source/dialogs/pastedlg.cxx index 61ae7c66a9a7..c1e3f3acb98e 100644 --- a/cui/source/dialogs/pastedlg.cxx +++ b/cui/source/dialogs/pastedlg.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <com/sun/star/embed/Aspects.hpp> #include <pastedlg.hxx> diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx index 0b2556b71f40..c70c1ee7216d 100644 --- a/cui/source/inc/cfg.hxx +++ b/cui/source/inc/cfg.hxx @@ -42,6 +42,7 @@ #include <com/sun/star/lang/XSingleComponentFactory.hpp> #include <sfx2/tabdlg.hxx> +#include <memory> #include <vector> #include <vcl/msgbox.hxx> diff --git a/cui/source/inc/optasian.hxx b/cui/source/inc/optasian.hxx index ce3070fb02e8..bdf05750b371 100644 --- a/cui/source/inc/optasian.hxx +++ b/cui/source/inc/optasian.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_CUI_SOURCE_INC_OPTASIAN_HXX #define INCLUDED_CUI_SOURCE_INC_OPTASIAN_HXX +#include <memory> #include <sfx2/tabdlg.hxx> #include <vcl/group.hxx> #include <vcl/button.hxx> diff --git a/cui/source/inc/optpath.hxx b/cui/source/inc/optpath.hxx index 914cbc74d1c5..d37571e64a97 100644 --- a/cui/source/inc/optpath.hxx +++ b/cui/source/inc/optpath.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_CUI_SOURCE_INC_OPTPATH_HXX #define INCLUDED_CUI_SOURCE_INC_OPTPATH_HXX +#include <memory> #include <sfx2/tabdlg.hxx> #include <svtools/simptabl.hxx> #include <vcl/fixed.hxx> diff --git a/cui/source/inc/zoom.hxx b/cui/source/inc/zoom.hxx index 7620a46f687b..87221f53397e 100644 --- a/cui/source/inc/zoom.hxx +++ b/cui/source/inc/zoom.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_CUI_SOURCE_INC_ZOOM_HXX #define INCLUDED_CUI_SOURCE_INC_ZOOM_HXX +#include <memory> #include <sfx2/basedlgs.hxx> #include <svx/zoom_def.hxx> #include <vcl/button.hxx> diff --git a/cui/source/options/optaboutconfig.cxx b/cui/source/options/optaboutconfig.cxx index 38c30f1bf820..3eee7ba6cf89 100644 --- a/cui/source/options/optaboutconfig.cxx +++ b/cui/source/options/optaboutconfig.cxx @@ -30,6 +30,7 @@ #include <unotools/textsearch.hxx> #include <o3tl/make_unique.hxx> +#include <memory> #include <vector> #include <iostream> diff --git a/cui/source/options/optasian.cxx b/cui/source/options/optasian.cxx index da87582e22b7..018c14169b5b 100644 --- a/cui/source/options/optasian.cxx +++ b/cui/source/options/optasian.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <map> #include <optasian.hxx> #include <editeng/langitem.hxx> diff --git a/cui/source/options/optgdlg.hxx b/cui/source/options/optgdlg.hxx index b6bc275551df..7a7dd59accf9 100644 --- a/cui/source/options/optgdlg.hxx +++ b/cui/source/options/optgdlg.hxx @@ -18,6 +18,7 @@ */ #ifndef INCLUDED_CUI_SOURCE_OPTIONS_OPTGDLG_HXX #define INCLUDED_CUI_SOURCE_OPTIONS_OPTGDLG_HXX +#include <memory> #include <vcl/lstbox.hxx> #include <vcl/group.hxx> #include <vcl/field.hxx> diff --git a/cui/source/options/optinet2.hxx b/cui/source/options/optinet2.hxx index 378a0718241f..c56ae38198b0 100644 --- a/cui/source/options/optinet2.hxx +++ b/cui/source/options/optinet2.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_CUI_SOURCE_OPTIONS_OPTINET2_HXX #define INCLUDED_CUI_SOURCE_OPTIONS_OPTINET2_HXX +#include <memory> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <vcl/field.hxx> #include <vcl/group.hxx> diff --git a/cui/source/options/optjava.cxx b/cui/source/options/optjava.cxx index 1863f4c188ba..bc261500f6fe 100644 --- a/cui/source/options/optjava.cxx +++ b/cui/source/options/optjava.cxx @@ -19,6 +19,7 @@ #include <sal/config.h> +#include <memory> #include <vector> #include <config_features.h> diff --git a/cui/source/options/optsave.hxx b/cui/source/options/optsave.hxx index 53e80181d150..b30d8c6f0c41 100644 --- a/cui/source/options/optsave.hxx +++ b/cui/source/options/optsave.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_CUI_SOURCE_OPTIONS_OPTSAVE_HXX #define INCLUDED_CUI_SOURCE_OPTIONS_OPTSAVE_HXX +#include <memory> #include <vcl/group.hxx> #include <vcl/field.hxx> #include <vcl/fixed.hxx> diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx index 36ffea87f555..583e930916fa 100644 --- a/cui/source/options/treeopt.cxx +++ b/cui/source/options/treeopt.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <config_features.h> #include "cuires.hrc" diff --git a/cui/source/tabpages/backgrnd.cxx b/cui/source/tabpages/backgrnd.cxx index 23b9b4cba00b..f129aea0a1ce 100644 --- a/cui/source/tabpages/backgrnd.cxx +++ b/cui/source/tabpages/backgrnd.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <com/sun/star/drawing/FillStyle.hpp> #include <unotools/pathoptions.hxx> #include <vcl/builderfactory.hxx> diff --git a/cui/source/tabpages/grfpage.cxx b/cui/source/tabpages/grfpage.cxx index cd4bc8a97ba8..f8df9ec63d2f 100644 --- a/cui/source/tabpages/grfpage.cxx +++ b/cui/source/tabpages/grfpage.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <svl/eitem.hxx> #include <svl/stritem.hxx> #include <sfx2/app.hxx> diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx index dc018430b430..6dc34355bcf6 100644 --- a/cui/source/tabpages/numpages.cxx +++ b/cui/source/tabpages/numpages.cxx @@ -65,6 +65,7 @@ #include <tools/resary.hxx> #include <algorithm> +#include <memory> #include <vector> #include "sfx2/opengrf.hxx" diff --git a/cui/source/tabpages/page.cxx b/cui/source/tabpages/page.cxx index ecc8d361d465..90cb36a24609 100644 --- a/cui/source/tabpages/page.cxx +++ b/cui/source/tabpages/page.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <sfx2/app.hxx> #include <sfx2/objsh.hxx> #include <sfx2/printer.hxx> diff --git a/cui/source/tabpages/paragrph.cxx b/cui/source/tabpages/paragrph.cxx index 0448c4e9ce10..3871af5d4635 100644 --- a/cui/source/tabpages/paragrph.cxx +++ b/cui/source/tabpages/paragrph.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <svl/style.hxx> #include <sfx2/app.hxx> #include <sfx2/dialoghelper.hxx> diff --git a/cui/source/tabpages/swpossizetabpage.cxx b/cui/source/tabpages/swpossizetabpage.cxx index 53d8836888e6..2bad725b2524 100644 --- a/cui/source/tabpages/swpossizetabpage.cxx +++ b/cui/source/tabpages/swpossizetabpage.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <cstddef> #include <swpossizetabpage.hxx> #include <dialmgr.hxx> diff --git a/cui/source/tabpages/tpbitmap.cxx b/cui/source/tabpages/tpbitmap.cxx index fcec24ae3356..08cc3dc2b351 100644 --- a/cui/source/tabpages/tpbitmap.cxx +++ b/cui/source/tabpages/tpbitmap.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <stdlib.h> #include <tools/urlobj.hxx> #include <sfx2/app.hxx> diff --git a/cui/source/tabpages/tpcolor.cxx b/cui/source/tabpages/tpcolor.cxx index 62a1515d3f5d..848e476313cd 100644 --- a/cui/source/tabpages/tpcolor.cxx +++ b/cui/source/tabpages/tpcolor.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <tools/urlobj.hxx> #include <unotools/pathoptions.hxx> #include <sfx2/app.hxx> diff --git a/cui/source/tabpages/tpgradnt.cxx b/cui/source/tabpages/tpgradnt.cxx index 2f6350d97bc2..c82d4bf4b5f7 100644 --- a/cui/source/tabpages/tpgradnt.cxx +++ b/cui/source/tabpages/tpgradnt.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <vcl/wrkwin.hxx> #include <tools/urlobj.hxx> #include <vcl/msgbox.hxx> diff --git a/cui/source/tabpages/tphatch.cxx b/cui/source/tabpages/tphatch.cxx index ae39e0e6a01c..377400f56ce7 100644 --- a/cui/source/tabpages/tphatch.cxx +++ b/cui/source/tabpages/tphatch.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <tools/urlobj.hxx> #include <vcl/msgbox.hxx> #include <vcl/settings.hxx> diff --git a/cui/source/tabpages/tpline.cxx b/cui/source/tabpages/tpline.cxx index c9719e945f6a..437cda7f6cd6 100644 --- a/cui/source/tabpages/tpline.cxx +++ b/cui/source/tabpages/tpline.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <editeng/sizeitem.hxx> #include <osl/file.hxx> #include <tools/urlobj.hxx> diff --git a/cui/source/tabpages/tppattern.cxx b/cui/source/tabpages/tppattern.cxx index 8a6b7848035e..1995c2779085 100644 --- a/cui/source/tabpages/tppattern.cxx +++ b/cui/source/tabpages/tppattern.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <vcl/wrkwin.hxx> #include <vcl/msgbox.hxx> #include <tools/urlobj.hxx> |