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 /sc | |
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 'sc')
154 files changed, 155 insertions, 0 deletions
diff --git a/sc/inc/ChartTools.hxx b/sc/inc/ChartTools.hxx index 6fb62208c4ed..0de4a8ecf627 100644 --- a/sc/inc/ChartTools.hxx +++ b/sc/inc/ChartTools.hxx @@ -11,6 +11,7 @@ #ifndef INCLUDED_SC_INC_CHARTTOOLS_HXX #define INCLUDED_SC_INC_CHARTTOOLS_HXX +#include <memory> #include <svx/svdoole2.hxx> #include <svx/svditer.hxx> diff --git a/sc/inc/addincol.hxx b/sc/inc/addincol.hxx index 79150156f969..bd2a48ec04c2 100644 --- a/sc/inc/addincol.hxx +++ b/sc/inc/addincol.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_INC_ADDINCOL_HXX #define INCLUDED_SC_INC_ADDINCOL_HXX +#include <memory> #include "global.hxx" #include <com/sun/star/sheet/XVolatileResult.hpp> #include <com/sun/star/sheet/XAddIn.hpp> diff --git a/sc/inc/appoptio.hxx b/sc/inc/appoptio.hxx index d3d6f5ba61eb..cdc055e07ee2 100644 --- a/sc/inc/appoptio.hxx +++ b/sc/inc/appoptio.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_INC_APPOPTIO_HXX #define INCLUDED_SC_INC_APPOPTIO_HXX +#include <memory> #include <vcl/field.hxx> #include <sfx2/zoomitem.hxx> #include <unotools/configitem.hxx> diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx index de789fb10dd7..f7a5e4a0616d 100644 --- a/sc/inc/attrib.hxx +++ b/sc/inc/attrib.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_INC_ATTRIB_HXX #define INCLUDED_SC_INC_ATTRIB_HXX +#include <memory> #include <svl/poolitem.hxx> #include <svl/intitem.hxx> #include <svl/eitem.hxx> diff --git a/sc/inc/chartpos.hxx b/sc/inc/chartpos.hxx index 8801f2c3ac63..ac53d74a0cbf 100644 --- a/sc/inc/chartpos.hxx +++ b/sc/inc/chartpos.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_INC_CHARTPOS_HXX #define INCLUDED_SC_INC_CHARTPOS_HXX +#include <memory> #include "rangelst.hxx" #include <map> diff --git a/sc/inc/chgviset.hxx b/sc/inc/chgviset.hxx index 3d93a4f18e0f..874f0724d6f1 100644 --- a/sc/inc/chgviset.hxx +++ b/sc/inc/chgviset.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_SC_INC_CHGVISET_HXX #define INCLUDED_SC_INC_CHGVISET_HXX +#include <memory> #include <tools/datetime.hxx> #include <unotools/textsearch.hxx> #include <svx/ctredlin.hxx> diff --git a/sc/inc/dapiuno.hxx b/sc/inc/dapiuno.hxx index db0449decf9b..ab766f7e60f2 100644 --- a/sc/inc/dapiuno.hxx +++ b/sc/inc/dapiuno.hxx @@ -51,6 +51,7 @@ #include <cppuhelper/implbase.hxx> +#include <memory> #include <vector> namespace com { namespace sun { namespace star { namespace sheet { diff --git a/sc/inc/dptabres.hxx b/sc/inc/dptabres.hxx index 23e1bfa5e727..5f778da68e43 100644 --- a/sc/inc/dptabres.hxx +++ b/sc/inc/dptabres.hxx @@ -32,6 +32,7 @@ #include <map> #include <unordered_map> #include <unordered_set> +#include <memory> #include <vector> namespace com { namespace sun { namespace star { namespace sheet { diff --git a/sc/inc/editutil.hxx b/sc/inc/editutil.hxx index 88ddd6138ea3..cc96945dfd67 100644 --- a/sc/inc/editutil.hxx +++ b/sc/inc/editutil.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_INC_EDITUTIL_HXX #define INCLUDED_SC_INC_EDITUTIL_HXX +#include <memory> #include "scdllapi.h" #include "address.hxx" #include <editeng/editeng.hxx> diff --git a/sc/inc/funcuno.hxx b/sc/inc/funcuno.hxx index b7c87ff9da87..cf0dc8065a1b 100644 --- a/sc/inc/funcuno.hxx +++ b/sc/inc/funcuno.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_INC_FUNCUNO_HXX #define INCLUDED_SC_INC_FUNCUNO_HXX +#include <memory> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/sheet/XFunctionAccess.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/sc/inc/paramisc.hxx b/sc/inc/paramisc.hxx index 5853051a4abd..5ab41a8f625b 100644 --- a/sc/inc/paramisc.hxx +++ b/sc/inc/paramisc.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_INC_PARAMISC_HXX #define INCLUDED_SC_INC_PARAMISC_HXX +#include <memory> #include "address.hxx" #include <sal/types.h> diff --git a/sc/inc/srchuno.hxx b/sc/inc/srchuno.hxx index d139311f4fc5..bd098fbfc085 100644 --- a/sc/inc/srchuno.hxx +++ b/sc/inc/srchuno.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_INC_SRCHUNO_HXX #define INCLUDED_SC_INC_SRCHUNO_HXX +#include <memory> #include <com/sun/star/util/XReplaceDescriptor.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> diff --git a/sc/inc/tokenuno.hxx b/sc/inc/tokenuno.hxx index 17108b038659..4b5ddab038a1 100644 --- a/sc/inc/tokenuno.hxx +++ b/sc/inc/tokenuno.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_INC_TOKENUNO_HXX #define INCLUDED_SC_INC_TOKENUNO_HXX +#include <memory> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/sc/inc/validat.hxx b/sc/inc/validat.hxx index 6aeb958d9137..7515b21e29e9 100644 --- a/sc/inc/validat.hxx +++ b/sc/inc/validat.hxx @@ -24,6 +24,7 @@ #include <com/sun/star/sheet/TableValidationVisibility.hpp> #include "scdllapi.h" +namespace vcl { class Window; } namespace sc { diff --git a/sc/qa/unit/helper/shared_test_impl.hxx b/sc/qa/unit/helper/shared_test_impl.hxx index f24eaad29f0d..00bc6c65a2dd 100644 --- a/sc/qa/unit/helper/shared_test_impl.hxx +++ b/sc/qa/unit/helper/shared_test_impl.hxx @@ -10,6 +10,7 @@ #ifndef INCLUDED_SC_QA_UNIT_HELPER_SHARED_TEST_IMPL_HXX #define INCLUDED_SC_QA_UNIT_HELPER_SHARED_TEST_IMPL_HXX +#include <memory> #include "colorscale.hxx" #include "conditio.hxx" #include "document.hxx" diff --git a/sc/qa/unit/screenshots/screenshots.cxx b/sc/qa/unit/screenshots/screenshots.cxx index eb208b4ed5b5..ee6441535450 100644 --- a/sc/qa/unit/screenshots/screenshots.cxx +++ b/sc/qa/unit/screenshots/screenshots.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include <test/screenshot_test.hxx> #include <com/sun/star/frame/Desktop.hpp> diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx index 93853a4c68ce..d96a3b62025d 100644 --- a/sc/qa/unit/subsequent_filters-test.cxx +++ b/sc/qa/unit/subsequent_filters-test.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include <sal/config.h> #include <unotest/filters-test.hxx> #include <test/bootstrapfixture.hxx> diff --git a/sc/qa/unit/ucalc_condformat.cxx b/sc/qa/unit/ucalc_condformat.cxx index c3fe3ed3afcf..17e4e5d52d3d 100644 --- a/sc/qa/unit/ucalc_condformat.cxx +++ b/sc/qa/unit/ucalc_condformat.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include "ucalc.hxx" #include "conditio.hxx" diff --git a/sc/qa/unit/ucalc_pivottable.cxx b/sc/qa/unit/ucalc_pivottable.cxx index 1706f63b03e5..a74b8d4793d2 100644 --- a/sc/qa/unit/ucalc_pivottable.cxx +++ b/sc/qa/unit/ucalc_pivottable.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include "ucalc.hxx" #include "dpshttab.hxx" #include "dpobject.hxx" diff --git a/sc/qa/unit/ucalc_sharedformula.cxx b/sc/qa/unit/ucalc_sharedformula.cxx index 1659c8b46166..a85baa17879c 100644 --- a/sc/qa/unit/ucalc_sharedformula.cxx +++ b/sc/qa/unit/ucalc_sharedformula.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include "ucalc.hxx" #include "editutil.hxx" #include "formulacell.hxx" diff --git a/sc/source/core/data/cellvalues.cxx b/sc/source/core/data/cellvalues.cxx index 867bac4fca2a..bad15747d064 100644 --- a/sc/source/core/data/cellvalues.cxx +++ b/sc/source/core/data/cellvalues.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include <cellvalues.hxx> #include <column.hxx> #include <cellvalue.hxx> diff --git a/sc/source/core/data/clipcontext.cxx b/sc/source/core/data/clipcontext.cxx index b03f164da9f2..5980de7f2ce4 100644 --- a/sc/source/core/data/clipcontext.cxx +++ b/sc/source/core/data/clipcontext.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include "clipcontext.hxx" #include "document.hxx" #include "mtvelements.hxx" diff --git a/sc/source/core/data/colorscale.cxx b/sc/source/core/data/colorscale.cxx index d29e25f3dfce..009cbd9f9bbe 100644 --- a/sc/source/core/data/colorscale.cxx +++ b/sc/source/core/data/colorscale.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include "colorscale.hxx" #include "document.hxx" #include "formulacell.hxx" diff --git a/sc/source/core/data/document10.cxx b/sc/source/core/data/document10.cxx index c5bc3118a174..0ceba39f8853 100644 --- a/sc/source/core/data/document10.cxx +++ b/sc/source/core/data/document10.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include <document.hxx> #include <clipcontext.hxx> #include <formulacell.hxx> diff --git a/sc/source/core/data/documentimport.cxx b/sc/source/core/data/documentimport.cxx index 5f0dc5a5c006..dd061648e485 100644 --- a/sc/source/core/data/documentimport.cxx +++ b/sc/source/core/data/documentimport.cxx @@ -26,6 +26,7 @@ #include <svl/sharedstringpool.hxx> #include <svl/languageoptions.hxx> +#include <memory> #include <vector> namespace { diff --git a/sc/source/core/data/dpcache.cxx b/sc/source/core/data/dpcache.cxx index ccd967b65c49..e73bee5e80d5 100644 --- a/sc/source/core/data/dpcache.cxx +++ b/sc/source/core/data/dpcache.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "dpcache.hxx" #include "document.hxx" diff --git a/sc/source/core/data/dpsave.cxx b/sc/source/core/data/dpsave.cxx index c10897a0a50a..30fb96af0cf5 100644 --- a/sc/source/core/data/dpsave.cxx +++ b/sc/source/core/data/dpsave.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "dpsave.hxx" #include "dpdimsave.hxx" #include "miscuno.hxx" diff --git a/sc/source/core/data/markdata.cxx b/sc/source/core/data/markdata.cxx index 9a490134e7d8..a4db65159016 100644 --- a/sc/source/core/data/markdata.cxx +++ b/sc/source/core/data/markdata.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "markdata.hxx" #include "markarr.hxx" #include "markmulti.hxx" diff --git a/sc/source/core/data/patattr.cxx b/sc/source/core/data/patattr.cxx index a0dc97b7553a..811f986d6aef 100644 --- a/sc/source/core/data/patattr.cxx +++ b/sc/source/core/data/patattr.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "scitems.hxx" #include <editeng/adjustitem.hxx> #include <svx/algitem.hxx> diff --git a/sc/source/core/data/postit.cxx b/sc/source/core/data/postit.cxx index c0a47df3c99c..d06072cc3ef1 100644 --- a/sc/source/core/data/postit.cxx +++ b/sc/source/core/data/postit.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "postit.hxx" #include <rtl/ustrbuf.hxx> diff --git a/sc/source/core/data/simpleformulacalc.cxx b/sc/source/core/data/simpleformulacalc.cxx index d855aeda43c4..4a240b58a01a 100644 --- a/sc/source/core/data/simpleformulacalc.cxx +++ b/sc/source/core/data/simpleformulacalc.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include "simpleformulacalc.hxx" #include "document.hxx" #include "tokenarray.hxx" diff --git a/sc/source/core/data/stlpool.cxx b/sc/source/core/data/stlpool.cxx index b4aa9bbb7505..f4f70c76e7f5 100644 --- a/sc/source/core/data/stlpool.cxx +++ b/sc/source/core/data/stlpool.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "scitems.hxx" #include <editeng/eeitem.hxx> #include <i18nlangtag/mslangid.hxx> diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx index 17f5fe0ba55d..9286e9c0343b 100644 --- a/sc/source/core/data/table2.cxx +++ b/sc/source/core/data/table2.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "table.hxx" #include "patattr.hxx" #include "docpool.hxx" diff --git a/sc/source/core/inc/addinlis.hxx b/sc/source/core/inc/addinlis.hxx index b11b90d0a5ee..c86663194767 100644 --- a/sc/source/core/inc/addinlis.hxx +++ b/sc/source/core/inc/addinlis.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_CORE_INC_ADDINLIS_HXX #define INCLUDED_SC_SOURCE_CORE_INC_ADDINLIS_HXX +#include <memory> #include "adiasync.hxx" #include <com/sun/star/sheet/XResultListener.hpp> #include <com/sun/star/sheet/XVolatileResult.hpp> diff --git a/sc/source/core/tool/autoform.cxx b/sc/source/core/tool/autoform.cxx index 15949443efe6..9a80710e404e 100644 --- a/sc/source/core/tool/autoform.cxx +++ b/sc/source/core/tool/autoform.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "autoform.hxx" #include <sfx2/app.hxx> diff --git a/sc/source/core/tool/cellkeytranslator.cxx b/sc/source/core/tool/cellkeytranslator.cxx index 8ccae176afd1..91e38c0e64b1 100644 --- a/sc/source/core/tool/cellkeytranslator.cxx +++ b/sc/source/core/tool/cellkeytranslator.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "cellkeytranslator.hxx" #include <comphelper/processfactory.hxx> #include <i18nlangtag/mslangid.hxx> diff --git a/sc/source/core/tool/chartarr.cxx b/sc/source/core/tool/chartarr.cxx index 36183f2e48c8..06463aef0709 100644 --- a/sc/source/core/tool/chartarr.cxx +++ b/sc/source/core/tool/chartarr.cxx @@ -34,6 +34,7 @@ #include <o3tl/make_unique.hxx> #include <formula/errorcodes.hxx> +#include <memory> #include <vector> using ::std::vector; diff --git a/sc/source/core/tool/chartlis.cxx b/sc/source/core/tool/chartlis.cxx index f482c39389ef..ba885a6be13d 100644 --- a/sc/source/core/tool/chartlis.cxx +++ b/sc/source/core/tool/chartlis.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <vcl/svapp.hxx> #include "chartlis.hxx" diff --git a/sc/source/core/tool/detdata.cxx b/sc/source/core/tool/detdata.cxx index b2671db8c2d1..3b8bad0a59bd 100644 --- a/sc/source/core/tool/detdata.cxx +++ b/sc/source/core/tool/detdata.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "detdata.hxx" #include "refupdat.hxx" #include "rechead.hxx" diff --git a/sc/source/core/tool/formulalogger.cxx b/sc/source/core/tool/formulalogger.cxx index b0c5064fb2b9..7c70d4c730f9 100644 --- a/sc/source/core/tool/formulalogger.cxx +++ b/sc/source/core/tool/formulalogger.cxx @@ -5,6 +5,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include <formulalogger.hxx> #include <formulacell.hxx> #include <tokenarray.hxx> diff --git a/sc/source/core/tool/interpr2.cxx b/sc/source/core/tool/interpr2.cxx index 19900015ee29..86ee46cf9ab3 100644 --- a/sc/source/core/tool/interpr2.cxx +++ b/sc/source/core/tool/interpr2.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "interpre.hxx" #include <comphelper/string.hxx> diff --git a/sc/source/core/tool/interpr3.cxx b/sc/source/core/tool/interpr3.cxx index 5bd341edd4ca..2ed998b836bb 100644 --- a/sc/source/core/tool/interpr3.cxx +++ b/sc/source/core/tool/interpr3.cxx @@ -32,6 +32,7 @@ #include "globstr.hrc" #include <math.h> +#include <memory> #include <vector> #include <algorithm> #include <comphelper/random.hxx> diff --git a/sc/source/core/tool/interpr8.cxx b/sc/source/core/tool/interpr8.cxx index 534da1e12b24..e2e1e9430a18 100644 --- a/sc/source/core/tool/interpr8.cxx +++ b/sc/source/core/tool/interpr8.cxx @@ -17,6 +17,7 @@ #include <stack> #include <cmath> +#include <memory> #include <vector> using namespace formula; diff --git a/sc/source/core/tool/queryparam.cxx b/sc/source/core/tool/queryparam.cxx index 438d5020961f..fe6aa1bea950 100644 --- a/sc/source/core/tool/queryparam.cxx +++ b/sc/source/core/tool/queryparam.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "queryparam.hxx" #include "queryentry.hxx" #include "scmatrix.hxx" diff --git a/sc/source/core/tool/rangeutl.cxx b/sc/source/core/tool/rangeutl.cxx index 263c7bcf6d36..ea0dbf962be8 100644 --- a/sc/source/core/tool/rangeutl.cxx +++ b/sc/source/core/tool/rangeutl.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "rangeutl.hxx" #include "document.hxx" #include "global.hxx" diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx index bd98d4b4213a..10fd2776b1d9 100644 --- a/sc/source/core/tool/scmatrix.cxx +++ b/sc/source/core/tool/scmatrix.cxx @@ -36,6 +36,7 @@ #include <math.h> +#include <memory> #include <vector> #include <limits> diff --git a/sc/source/core/tool/userlist.cxx b/sc/source/core/tool/userlist.cxx index ae9977668e89..0f542a9ed777 100644 --- a/sc/source/core/tool/userlist.cxx +++ b/sc/source/core/tool/userlist.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <unotools/charclass.hxx> #include "global.hxx" diff --git a/sc/source/filter/excel/exctools.cxx b/sc/source/filter/excel/exctools.cxx index 8f1ad2b6326c..a438f0927ab5 100644 --- a/sc/source/filter/excel/exctools.cxx +++ b/sc/source/filter/excel/exctools.cxx @@ -45,6 +45,7 @@ #include "xilink.hxx" #include "xecontent.hxx" +#include <memory> #include <vector> RootData::RootData() diff --git a/sc/source/filter/excel/impop.cxx b/sc/source/filter/excel/impop.cxx index 47962db8ab0b..32aaba1276dd 100644 --- a/sc/source/filter/excel/impop.cxx +++ b/sc/source/filter/excel/impop.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "imp_op.hxx" #include <filter/msfilter/countryid.hxx> diff --git a/sc/source/filter/excel/xecontent.cxx b/sc/source/filter/excel/xecontent.cxx index a243b80d58b8..427a8b3108fe 100644 --- a/sc/source/filter/excel/xecontent.cxx +++ b/sc/source/filter/excel/xecontent.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "xecontent.hxx" #include <list> diff --git a/sc/source/filter/excel/xestyle.cxx b/sc/source/filter/excel/xestyle.cxx index 49566fcb1aa5..bd3a8045c8a6 100644 --- a/sc/source/filter/excel/xestyle.cxx +++ b/sc/source/filter/excel/xestyle.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "xestyle.hxx" #include <iostream> diff --git a/sc/source/filter/excel/xihelper.cxx b/sc/source/filter/excel/xihelper.cxx index 11655d5a1fb6..cc4c62147477 100644 --- a/sc/source/filter/excel/xihelper.cxx +++ b/sc/source/filter/excel/xihelper.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "xihelper.hxx" #include <svl/itemset.hxx> #include <svl/sharedstringpool.hxx> diff --git a/sc/source/filter/excel/xistyle.cxx b/sc/source/filter/excel/xistyle.cxx index 9c29a8ef505a..600c1ab5d042 100644 --- a/sc/source/filter/excel/xistyle.cxx +++ b/sc/source/filter/excel/xistyle.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "xistyle.hxx" #include <sfx2/printer.hxx> #include <sfx2/objsh.hxx> diff --git a/sc/source/filter/excel/xlroot.cxx b/sc/source/filter/excel/xlroot.cxx index 4754fa6f82a9..f2dccf1b4aa7 100644 --- a/sc/source/filter/excel/xlroot.cxx +++ b/sc/source/filter/excel/xlroot.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "xlroot.hxx" #include <rtl/strbuf.hxx> #include <com/sun/star/awt/XDevice.hpp> diff --git a/sc/source/filter/ftools/fprogressbar.cxx b/sc/source/filter/ftools/fprogressbar.cxx index a958629e288f..823c3b22b251 100644 --- a/sc/source/filter/ftools/fprogressbar.cxx +++ b/sc/source/filter/ftools/fprogressbar.cxx @@ -23,6 +23,8 @@ #include <osl/diagnose.h> #include <o3tl/make_unique.hxx> +#include <climits> + ScfProgressBar::ScfProgressSegment::ScfProgressSegment( std::size_t nSize ) : mnSize( nSize ), mnPos( 0 ) diff --git a/sc/source/filter/ftools/ftools.cxx b/sc/source/filter/ftools/ftools.cxx index 1ba516220885..0bd43ae9778e 100644 --- a/sc/source/filter/ftools/ftools.cxx +++ b/sc/source/filter/ftools/ftools.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "ftools.hxx" #include <osl/diagnose.h> #include <osl/thread.h> diff --git a/sc/source/filter/ftools/sharedformulagroups.cxx b/sc/source/filter/ftools/sharedformulagroups.cxx index 1efd8d068015..89ff4b4b7d7b 100644 --- a/sc/source/filter/ftools/sharedformulagroups.cxx +++ b/sc/source/filter/ftools/sharedformulagroups.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include "sharedformulagroups.hxx" namespace sc { diff --git a/sc/source/filter/html/htmlpars.cxx b/sc/source/filter/html/htmlpars.cxx index 6f7dbde9bea3..b1f5f408bdc6 100644 --- a/sc/source/filter/html/htmlpars.cxx +++ b/sc/source/filter/html/htmlpars.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <sal/config.h> #include <comphelper/string.hxx> diff --git a/sc/source/filter/inc/XclExpChangeTrack.hxx b/sc/source/filter/inc/XclExpChangeTrack.hxx index cdf47298015b..19118d3a7819 100644 --- a/sc/source/filter/inc/XclExpChangeTrack.hxx +++ b/sc/source/filter/inc/XclExpChangeTrack.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_XCLEXPCHANGETRACK_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_XCLEXPCHANGETRACK_HXX +#include <memory> #include <stack> #include <tools/datetime.hxx> #include <rtl/uuid.h> diff --git a/sc/source/filter/inc/connectionsbuffer.hxx b/sc/source/filter/inc/connectionsbuffer.hxx index eaa473551fc2..c6cba16e9a2f 100644 --- a/sc/source/filter/inc/connectionsbuffer.hxx +++ b/sc/source/filter/inc/connectionsbuffer.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_CONNECTIONSBUFFER_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_CONNECTIONSBUFFER_HXX +#include <memory> #include <oox/helper/refvector.hxx> #include "workbookhelper.hxx" diff --git a/sc/source/filter/inc/drawingfragment.hxx b/sc/source/filter/inc/drawingfragment.hxx index d4000e834910..fa527f08344c 100644 --- a/sc/source/filter/inc/drawingfragment.hxx +++ b/sc/source/filter/inc/drawingfragment.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_DRAWINGFRAGMENT_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_DRAWINGFRAGMENT_HXX +#include <memory> #include <com/sun/star/awt/Rectangle.hpp> #include <oox/drawingml/shapegroupcontext.hxx> #include <oox/ole/axcontrol.hxx> diff --git a/sc/source/filter/inc/eeimport.hxx b/sc/source/filter/inc/eeimport.hxx index 55a20cc8ec4f..75ac0902ca58 100644 --- a/sc/source/filter/inc/eeimport.hxx +++ b/sc/source/filter/inc/eeimport.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_EEIMPORT_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_EEIMPORT_HXX +#include <memory> #include "global.hxx" #include "address.hxx" #include "filter.hxx" diff --git a/sc/source/filter/inc/exp_op.hxx b/sc/source/filter/inc/exp_op.hxx index 3a36c45535e1..42ee70d2ed74 100644 --- a/sc/source/filter/inc/exp_op.hxx +++ b/sc/source/filter/inc/exp_op.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_EXP_OP_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_EXP_OP_HXX +#include <memory> #include "filter.hxx" #include "root.hxx" #include "xeroot.hxx" diff --git a/sc/source/filter/inc/expbase.hxx b/sc/source/filter/inc/expbase.hxx index 4eb0459ad496..1699977e9586 100644 --- a/sc/source/filter/inc/expbase.hxx +++ b/sc/source/filter/inc/expbase.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_EXPBASE_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_EXPBASE_HXX +#include <memory> #include "global.hxx" #include "address.hxx" diff --git a/sc/source/filter/inc/formulaparser.hxx b/sc/source/filter/inc/formulaparser.hxx index b06aa1ba87d7..a71ba98a5c7b 100644 --- a/sc/source/filter/inc/formulaparser.hxx +++ b/sc/source/filter/inc/formulaparser.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_FORMULAPARSER_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_FORMULAPARSER_HXX +#include <memory> #include "formulabase.hxx" namespace oox { diff --git a/sc/source/filter/inc/namebuff.hxx b/sc/source/filter/inc/namebuff.hxx index 83fe5b21ba2c..d5eb862dd889 100644 --- a/sc/source/filter/inc/namebuff.hxx +++ b/sc/source/filter/inc/namebuff.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_NAMEBUFF_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_NAMEBUFF_HXX +#include <memory> #include <rtl/ustring.hxx> #include <osl/diagnose.h> #include "compiler.hxx" diff --git a/sc/source/filter/inc/pagesettings.hxx b/sc/source/filter/inc/pagesettings.hxx index 4e92abbe49ae..59dd1ebd0a6c 100644 --- a/sc/source/filter/inc/pagesettings.hxx +++ b/sc/source/filter/inc/pagesettings.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_PAGESETTINGS_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_PAGESETTINGS_HXX +#include <memory> #include "worksheethelper.hxx" namespace oox { class PropertySet; } diff --git a/sc/source/filter/inc/rtfexp.hxx b/sc/source/filter/inc/rtfexp.hxx index aec9f13bcf64..8309e1eb6948 100644 --- a/sc/source/filter/inc/rtfexp.hxx +++ b/sc/source/filter/inc/rtfexp.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_RTFEXP_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_RTFEXP_HXX +#include <memory> #include "expbase.hxx" class ScRTFExport : public ScExportBase diff --git a/sc/source/filter/inc/scflt.hxx b/sc/source/filter/inc/scflt.hxx index bff355c044ba..b42265184a21 100644 --- a/sc/source/filter/inc/scflt.hxx +++ b/sc/source/filter/inc/scflt.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_SCFLT_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_SCFLT_HXX +#include <memory> #include "viewopti.hxx" #include "collect.hxx" #include <tools/solar.h> diff --git a/sc/source/filter/inc/sheetdatacontext.hxx b/sc/source/filter/inc/sheetdatacontext.hxx index a9aead29288a..55285693420f 100644 --- a/sc/source/filter/inc/sheetdatacontext.hxx +++ b/sc/source/filter/inc/sheetdatacontext.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_SHEETDATACONTEXT_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_SHEETDATACONTEXT_HXX +#include <memory> #include "excelhandlers.hxx" #include "richstring.hxx" #include "sheetdatabuffer.hxx" diff --git a/sc/source/filter/inc/stylesbuffer.hxx b/sc/source/filter/inc/stylesbuffer.hxx index 19ed1e86346a..605cfa49a1e0 100644 --- a/sc/source/filter/inc/stylesbuffer.hxx +++ b/sc/source/filter/inc/stylesbuffer.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_STYLESBUFFER_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_STYLESBUFFER_HXX +#include <memory> #include <com/sun/star/awt/FontDescriptor.hpp> #include <com/sun/star/table/CellHoriJustify.hpp> #include <com/sun/star/table/CellOrientation.hpp> diff --git a/sc/source/filter/inc/themebuffer.hxx b/sc/source/filter/inc/themebuffer.hxx index 76a6d021ab91..103fefa8e695 100644 --- a/sc/source/filter/inc/themebuffer.hxx +++ b/sc/source/filter/inc/themebuffer.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_THEMEBUFFER_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_THEMEBUFFER_HXX +#include <memory> #include <oox/drawingml/theme.hxx> #include "workbookhelper.hxx" diff --git a/sc/source/filter/inc/tokstack.hxx b/sc/source/filter/inc/tokstack.hxx index 55d0dba05ea1..a3e75bb61238 100644 --- a/sc/source/filter/inc/tokstack.hxx +++ b/sc/source/filter/inc/tokstack.hxx @@ -25,6 +25,7 @@ #include "tokenarray.hxx" #include <osl/diagnose.h> +#include <memory> #include <vector> namespace svl { diff --git a/sc/source/filter/inc/worksheetfragment.hxx b/sc/source/filter/inc/worksheetfragment.hxx index 945b1740e4a8..4993bc67f198 100644 --- a/sc/source/filter/inc/worksheetfragment.hxx +++ b/sc/source/filter/inc/worksheetfragment.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_WORKSHEETFRAGMENT_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_WORKSHEETFRAGMENT_HXX +#include <memory> #include "excelhandlers.hxx" namespace oox { diff --git a/sc/source/filter/inc/xcl97rec.hxx b/sc/source/filter/inc/xcl97rec.hxx index 40d9b98bc6fa..4e55abbcf4a9 100644 --- a/sc/source/filter/inc/xcl97rec.hxx +++ b/sc/source/filter/inc/xcl97rec.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_XCL97REC_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_XCL97REC_HXX +#include <memory> #include "excrecds.hxx" #include "xcl97esc.hxx" #include "xlstyle.hxx" diff --git a/sc/source/filter/inc/xecontent.hxx b/sc/source/filter/inc/xecontent.hxx index 78eec282e0b6..8ad6da320c06 100644 --- a/sc/source/filter/inc/xecontent.hxx +++ b/sc/source/filter/inc/xecontent.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_XECONTENT_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_XECONTENT_HXX +#include <memory> #include "rangelst.hxx" #include "xlcontent.hxx" #include "xladdress.hxx" diff --git a/sc/source/filter/inc/xilink.hxx b/sc/source/filter/inc/xilink.hxx index c6bb1828656e..9a6cdf8d0dfd 100644 --- a/sc/source/filter/inc/xilink.hxx +++ b/sc/source/filter/inc/xilink.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_XILINK_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_XILINK_HXX +#include <memory> #include <map> #include "xllink.hxx" #include "xiroot.hxx" diff --git a/sc/source/filter/lotus/lotattr.cxx b/sc/source/filter/lotus/lotattr.cxx index 863afbeebe27..874a56db6ba0 100644 --- a/sc/source/filter/lotus/lotattr.cxx +++ b/sc/source/filter/lotus/lotattr.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "lotattr.hxx" #include <editeng/boxitem.hxx> diff --git a/sc/source/filter/oox/condformatbuffer.cxx b/sc/source/filter/oox/condformatbuffer.cxx index 58836c29dc96..677ddb98af26 100644 --- a/sc/source/filter/oox/condformatbuffer.cxx +++ b/sc/source/filter/oox/condformatbuffer.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "condformatbuffer.hxx" #include <com/sun/star/sheet/ConditionOperator2.hpp> diff --git a/sc/source/filter/oox/defnamesbuffer.cxx b/sc/source/filter/oox/defnamesbuffer.cxx index b681921c592d..22055ea3da45 100644 --- a/sc/source/filter/oox/defnamesbuffer.cxx +++ b/sc/source/filter/oox/defnamesbuffer.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "defnamesbuffer.hxx" #include <com/sun/star/sheet/ComplexReference.hpp> diff --git a/sc/source/filter/oox/extlstcontext.cxx b/sc/source/filter/oox/extlstcontext.cxx index 54f332aa740a..e1a988949f27 100644 --- a/sc/source/filter/oox/extlstcontext.cxx +++ b/sc/source/filter/oox/extlstcontext.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include "extlstcontext.hxx" #include "worksheethelper.hxx" #include <oox/core/contexthandler.hxx> diff --git a/sc/source/filter/oox/worksheethelper.cxx b/sc/source/filter/oox/worksheethelper.cxx index 9cc3cf294e77..9e8758cf184d 100644 --- a/sc/source/filter/oox/worksheethelper.cxx +++ b/sc/source/filter/oox/worksheethelper.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "worksheethelper.hxx" #include <algorithm> diff --git a/sc/source/filter/oox/worksheetsettings.cxx b/sc/source/filter/oox/worksheetsettings.cxx index 2f4041c5798c..f83a759d33fd 100644 --- a/sc/source/filter/oox/worksheetsettings.cxx +++ b/sc/source/filter/oox/worksheetsettings.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "worksheetsettings.hxx" #include <oox/core/filterbase.hxx> diff --git a/sc/source/filter/orcus/interface.cxx b/sc/source/filter/orcus/interface.cxx index c21d16ae982d..b7e0fe208049 100644 --- a/sc/source/filter/orcus/interface.cxx +++ b/sc/source/filter/orcus/interface.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include "orcusinterface.hxx" #include "document.hxx" diff --git a/sc/source/filter/rtf/rtfparse.cxx b/sc/source/filter/rtf/rtfparse.cxx index 1ee195fb3d8b..321bf8ec728b 100644 --- a/sc/source/filter/rtf/rtfparse.cxx +++ b/sc/source/filter/rtf/rtfparse.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "scitems.hxx" #include <editeng/eeitem.hxx> #include <editeng/editeng.hxx> diff --git a/sc/source/filter/xcl97/XclExpChangeTrack.cxx b/sc/source/filter/xcl97/XclExpChangeTrack.cxx index c959ab460e78..3e97fc30222b 100644 --- a/sc/source/filter/xcl97/XclExpChangeTrack.cxx +++ b/sc/source/filter/xcl97/XclExpChangeTrack.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <stdio.h> #include <sot/storage.hxx> #include "XclExpChangeTrack.hxx" diff --git a/sc/source/filter/xcl97/xcl97esc.cxx b/sc/source/filter/xcl97/xcl97esc.cxx index 568e8ef6f4cd..aa6523be3fff 100644 --- a/sc/source/filter/xcl97/xcl97esc.cxx +++ b/sc/source/filter/xcl97/xcl97esc.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <com/sun/star/awt/XControlModel.hpp> #include <com/sun/star/embed/XClassifiedObject.hpp> #include <com/sun/star/form/XFormsSupplier.hpp> diff --git a/sc/source/filter/xml/XMLChangeTrackingImportHelper.hxx b/sc/source/filter/xml/XMLChangeTrackingImportHelper.hxx index 4f4114fe498c..f0628f59de49 100644 --- a/sc/source/filter/xml/XMLChangeTrackingImportHelper.hxx +++ b/sc/source/filter/xml/XMLChangeTrackingImportHelper.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_XML_XMLCHANGETRACKINGIMPORTHELPER_HXX #define INCLUDED_SC_SOURCE_FILTER_XML_XMLCHANGETRACKINGIMPORTHELPER_HXX +#include <memory> #include "chgtrack.hxx" #include <list> #include <com/sun/star/util/DateTime.hpp> diff --git a/sc/source/filter/xml/XMLExportDatabaseRanges.cxx b/sc/source/filter/xml/XMLExportDatabaseRanges.cxx index d1a169100e94..77d2711bbe2f 100644 --- a/sc/source/filter/xml/XMLExportDatabaseRanges.cxx +++ b/sc/source/filter/xml/XMLExportDatabaseRanges.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "XMLExportDatabaseRanges.hxx" #include <xmloff/xmltoken.hxx> #include <xmloff/xmlnmspe.hxx> diff --git a/sc/source/filter/xml/XMLTableShapeImportHelper.cxx b/sc/source/filter/xml/XMLTableShapeImportHelper.cxx index 83751e0a7eb6..36922cd04326 100644 --- a/sc/source/filter/xml/XMLTableShapeImportHelper.cxx +++ b/sc/source/filter/xml/XMLTableShapeImportHelper.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "XMLTableShapeImportHelper.hxx" #include "xmlimprt.hxx" #include "XMLConverter.hxx" diff --git a/sc/source/filter/xml/XMLTrackedChangesContext.cxx b/sc/source/filter/xml/XMLTrackedChangesContext.cxx index 315877586bfa..40adee5e36e5 100644 --- a/sc/source/filter/xml/XMLTrackedChangesContext.cxx +++ b/sc/source/filter/xml/XMLTrackedChangesContext.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "XMLTrackedChangesContext.hxx" #include "xmlimprt.hxx" #include "xmlconti.hxx" diff --git a/sc/source/filter/xml/xmlcelli.cxx b/sc/source/filter/xml/xmlcelli.cxx index 9556288953f9..8d31e4f9b374 100644 --- a/sc/source/filter/xml/xmlcelli.cxx +++ b/sc/source/filter/xml/xmlcelli.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "xmlcelli.hxx" #include "xmlimprt.hxx" #include "xmltabi.hxx" diff --git a/sc/source/filter/xml/xmlcondformat.cxx b/sc/source/filter/xml/xmlcondformat.cxx index 4f413a133753..95ac3fc6848b 100644 --- a/sc/source/filter/xml/xmlcondformat.cxx +++ b/sc/source/filter/xml/xmlcondformat.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include "xmlcondformat.hxx" #include <xmloff/nmspmap.hxx> diff --git a/sc/source/filter/xml/xmlcondformat.hxx b/sc/source/filter/xml/xmlcondformat.hxx index 963e3dbc154c..4975b5b086ae 100644 --- a/sc/source/filter/xml/xmlcondformat.hxx +++ b/sc/source/filter/xml/xmlcondformat.hxx @@ -10,6 +10,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_XML_XMLCONDFORMAT_HXX #define INCLUDED_SC_SOURCE_FILTER_XML_XMLCONDFORMAT_HXX +#include <memory> #include <xmloff/xmlictxt.hxx> #include "xmlimprt.hxx" #include "importcontext.hxx" diff --git a/sc/source/filter/xml/xmldpimp.hxx b/sc/source/filter/xml/xmldpimp.hxx index 36757416223a..2df132e7850d 100644 --- a/sc/source/filter/xml/xmldpimp.hxx +++ b/sc/source/filter/xml/xmldpimp.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_XML_XMLDPIMP_HXX #define INCLUDED_SC_SOURCE_FILTER_XML_XMLDPIMP_HXX +#include <memory> #include <xmloff/xmlictxt.hxx> #include <xmloff/xmlimp.hxx> #include <com/sun/star/sheet/DataPilotFieldReference.hpp> diff --git a/sc/source/filter/xml/xmlwrap.cxx b/sc/source/filter/xml/xmlwrap.cxx index 8eaa8b9a8b9b..abe9593f521d 100644 --- a/sc/source/filter/xml/xmlwrap.cxx +++ b/sc/source/filter/xml/xmlwrap.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <tools/errinf.hxx> #include <rsc/rscsfx.hxx> #include <sfx2/docfile.hxx> #include <sfx2/objsh.hxx> diff --git a/sc/source/ui/Accessibility/AccessibleCell.cxx b/sc/source/ui/Accessibility/AccessibleCell.cxx index dbb9a5f76cf7..a88d46a0d7d5 100644 --- a/sc/source/ui/Accessibility/AccessibleCell.cxx +++ b/sc/source/ui/Accessibility/AccessibleCell.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <sal/config.h> #include <utility> diff --git a/sc/source/ui/Accessibility/AccessibleCsvControl.cxx b/sc/source/ui/Accessibility/AccessibleCsvControl.cxx index 463f55e3c2f8..467d89134dfc 100644 --- a/sc/source/ui/Accessibility/AccessibleCsvControl.cxx +++ b/sc/source/ui/Accessibility/AccessibleCsvControl.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <sal/config.h> #include <utility> diff --git a/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx b/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx index 8158ae57907c..26918937235f 100644 --- a/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx @@ -8,6 +8,7 @@ * */ +#include <memory> #include <sfx2/dispatch.hxx> #include <svl/zforlist.hxx> #include <svl/undo.hxx> diff --git a/sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx b/sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx index ce72c969972e..ce309cb135e9 100644 --- a/sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx @@ -8,6 +8,7 @@ * */ +#include <memory> #include <sfx2/dispatch.hxx> #include <svl/zforlist.hxx> #include <svl/undo.hxx> diff --git a/sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx b/sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx index 6309f4f82356..0a7e5785340b 100644 --- a/sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx @@ -8,6 +8,7 @@ * */ +#include <memory> #include <sfx2/dispatch.hxx> #include <svl/zforlist.hxx> #include <svl/undo.hxx> diff --git a/sc/source/ui/StatisticsDialogs/FTestDialog.cxx b/sc/source/ui/StatisticsDialogs/FTestDialog.cxx index 30675e93b319..57b4ac77e0f0 100644 --- a/sc/source/ui/StatisticsDialogs/FTestDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/FTestDialog.cxx @@ -8,6 +8,7 @@ * */ +#include <memory> #include <sfx2/dispatch.hxx> #include <svl/zforlist.hxx> #include <svl/undo.hxx> diff --git a/sc/source/ui/StatisticsDialogs/MovingAverageDialog.cxx b/sc/source/ui/StatisticsDialogs/MovingAverageDialog.cxx index 88a25d518adb..7ea5fadbbff5 100644 --- a/sc/source/ui/StatisticsDialogs/MovingAverageDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/MovingAverageDialog.cxx @@ -8,6 +8,7 @@ * */ +#include <memory> #include <sfx2/dispatch.hxx> #include <svl/zforlist.hxx> #include <svl/undo.hxx> diff --git a/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx b/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx index 40a85ae8a9de..272b4b541c1f 100644 --- a/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx @@ -8,6 +8,7 @@ * */ +#include <memory> #include <sfx2/dispatch.hxx> #include <svl/zforlist.hxx> #include <svl/undo.hxx> diff --git a/sc/source/ui/StatisticsDialogs/TTestDialog.cxx b/sc/source/ui/StatisticsDialogs/TTestDialog.cxx index a3d6e245f5a2..8509f72d6226 100644 --- a/sc/source/ui/StatisticsDialogs/TTestDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/TTestDialog.cxx @@ -8,6 +8,7 @@ * */ +#include <memory> #include <sfx2/dispatch.hxx> #include <svl/zforlist.hxx> #include <svl/undo.hxx> diff --git a/sc/source/ui/StatisticsDialogs/ZTestDialog.cxx b/sc/source/ui/StatisticsDialogs/ZTestDialog.cxx index ebdf064f3af7..91460d3778c7 100644 --- a/sc/source/ui/StatisticsDialogs/ZTestDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/ZTestDialog.cxx @@ -8,6 +8,7 @@ * */ +#include <memory> #include <sfx2/dispatch.hxx> #include <svl/zforlist.hxx> #include <svl/undo.hxx> diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx index 787835b0a4f5..bcfcef3f2126 100644 --- a/sc/source/ui/app/inputhdl.cxx +++ b/sc/source/ui/app/inputhdl.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "inputhdl.hxx" #include "scitems.hxx" #include <editeng/eeitem.hxx> diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index 713a0fd5f451..8325302b79da 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <algorithm> #include "scitems.hxx" diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx index c9cacdb323be..167568f44a51 100644 --- a/sc/source/ui/condformat/condformatdlgentry.cxx +++ b/sc/source/ui/condformat/condformatdlgentry.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include "condformatdlg.hxx" #include "condformatdlgentry.hxx" #include "conditio.hxx" diff --git a/sc/source/ui/dbgui/PivotLayoutDialog.cxx b/sc/source/ui/dbgui/PivotLayoutDialog.cxx index 0e0ed4b144bf..95cd569d12a8 100644 --- a/sc/source/ui/dbgui/PivotLayoutDialog.cxx +++ b/sc/source/ui/dbgui/PivotLayoutDialog.cxx @@ -19,6 +19,7 @@ #include "dputil.hxx" #include "dbdocfun.hxx" +#include <memory> #include <vector> #include <com/sun/star/sheet/DataPilotFieldOrientation.hpp> diff --git a/sc/source/ui/dbgui/PivotLayoutTreeList.cxx b/sc/source/ui/dbgui/PivotLayoutTreeList.cxx index 684b00078786..717b07565f49 100644 --- a/sc/source/ui/dbgui/PivotLayoutTreeList.cxx +++ b/sc/source/ui/dbgui/PivotLayoutTreeList.cxx @@ -9,6 +9,7 @@ * This file incorporates work covered by the following license notice: */ +#include <memory> #include "PivotLayoutTreeList.hxx" #include "PivotLayoutDialog.hxx" diff --git a/sc/source/ui/dbgui/PivotLayoutTreeListData.cxx b/sc/source/ui/dbgui/PivotLayoutTreeListData.cxx index 0b8250813e20..ab9139692b9f 100644 --- a/sc/source/ui/dbgui/PivotLayoutTreeListData.cxx +++ b/sc/source/ui/dbgui/PivotLayoutTreeListData.cxx @@ -9,6 +9,7 @@ * This file incorporates work covered by the following license notice: */ +#include <memory> #include "PivotLayoutTreeListData.hxx" #include "PivotLayoutDialog.hxx" diff --git a/sc/source/ui/dbgui/PivotLayoutTreeListLabel.cxx b/sc/source/ui/dbgui/PivotLayoutTreeListLabel.cxx index 3f1fd31c0f10..7b80c9fc0aac 100644 --- a/sc/source/ui/dbgui/PivotLayoutTreeListLabel.cxx +++ b/sc/source/ui/dbgui/PivotLayoutTreeListLabel.cxx @@ -9,6 +9,7 @@ * This file incorporates work covered by the following license notice: */ +#include <memory> #include "PivotLayoutTreeListLabel.hxx" #include "PivotLayoutDialog.hxx" diff --git a/sc/source/ui/dbgui/dbnamdlg.cxx b/sc/source/ui/dbgui/dbnamdlg.cxx index c4cc4ce4fcb8..1955934d4430 100644 --- a/sc/source/ui/dbgui/dbnamdlg.cxx +++ b/sc/source/ui/dbgui/dbnamdlg.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <sal/config.h> #include <cassert> diff --git a/sc/source/ui/dbgui/sortkeydlg.cxx b/sc/source/ui/dbgui/sortkeydlg.cxx index adf72d7d68f8..748782e9cf94 100644 --- a/sc/source/ui/dbgui/sortkeydlg.cxx +++ b/sc/source/ui/dbgui/sortkeydlg.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include "sortkeydlg.hxx" #include "sortdlg.hxx" #include <vcl/layout.hxx> diff --git a/sc/source/ui/docshell/dbdocimp.cxx b/sc/source/ui/docshell/dbdocimp.cxx index 12fb1fd49c1c..c4310abf8b84 100644 --- a/sc/source/ui/docshell/dbdocimp.cxx +++ b/sc/source/ui/docshell/dbdocimp.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <tools/errinf.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/types.hxx> #include <vcl/msgbox.hxx> diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx index b4f95a008d71..3497ade75ec0 100644 --- a/sc/source/ui/docshell/docsh.cxx +++ b/sc/source/ui/docshell/docsh.cxx @@ -20,6 +20,7 @@ #include "docsh.hxx" #include "scitems.hxx" +#include <tools/errinf.hxx> #include <editeng/justifyitem.hxx> #include <comphelper/classids.hxx> #include <formula/errorcodes.hxx> diff --git a/sc/source/ui/docshell/docsh5.cxx b/sc/source/ui/docshell/docsh5.cxx index 9d23184c4b3e..8c65cbe41054 100644 --- a/sc/source/ui/docshell/docsh5.cxx +++ b/sc/source/ui/docshell/docsh5.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <sal/config.h> #include <cassert> diff --git a/sc/source/ui/docshell/docsh8.cxx b/sc/source/ui/docshell/docsh8.cxx index d43e851763e8..28a1be9b246e 100644 --- a/sc/source/ui/docshell/docsh8.cxx +++ b/sc/source/ui/docshell/docsh8.cxx @@ -19,6 +19,7 @@ #include <config_features.h> +#include <tools/errinf.hxx> #include <tools/urlobj.hxx> #include <svl/converter.hxx> #include <comphelper/processfactory.hxx> diff --git a/sc/source/ui/drawfunc/mediash.cxx b/sc/source/ui/drawfunc/mediash.cxx index 406cd6fa49c8..d7dedbc3de04 100644 --- a/sc/source/ui/drawfunc/mediash.cxx +++ b/sc/source/ui/drawfunc/mediash.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <sfx2/app.hxx> #include <sfx2/objface.hxx> #include <sfx2/request.hxx> diff --git a/sc/source/ui/formdlg/formula.cxx b/sc/source/ui/formdlg/formula.cxx index 4cb52d5ca53b..d2bb3521490b 100644 --- a/sc/source/ui/formdlg/formula.cxx +++ b/sc/source/ui/formdlg/formula.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "scitems.hxx" #include <sfx2/dispatch.hxx> #include <sfx2/docfile.hxx> diff --git a/sc/source/ui/inc/AccessibleCell.hxx b/sc/source/ui/inc/AccessibleCell.hxx index 9f6652d26e60..fdfe812ff2dd 100644 --- a/sc/source/ui/inc/AccessibleCell.hxx +++ b/sc/source/ui/inc/AccessibleCell.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLECELL_HXX #define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLECELL_HXX +#include <memory> #include "AccessibleCellBase.hxx" #include "global.hxx" #include "viewdata.hxx" diff --git a/sc/source/ui/inc/AccessibleCsvControl.hxx b/sc/source/ui/inc/AccessibleCsvControl.hxx index 8f0fad53b70f..eb2db5f0f003 100644 --- a/sc/source/ui/inc/AccessibleCsvControl.hxx +++ b/sc/source/ui/inc/AccessibleCsvControl.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLECSVCONTROL_HXX #define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLECSVCONTROL_HXX +#include <memory> #include <com/sun/star/accessibility/XAccessibleText.hpp> #include <com/sun/star/accessibility/XAccessibleTable.hpp> #include <com/sun/star/accessibility/XAccessibleSelection.hpp> diff --git a/sc/source/ui/inc/PivotLayoutTreeList.hxx b/sc/source/ui/inc/PivotLayoutTreeList.hxx index 71e7cb2e1730..d4b5e8ff00cb 100644 --- a/sc/source/ui/inc/PivotLayoutTreeList.hxx +++ b/sc/source/ui/inc/PivotLayoutTreeList.hxx @@ -11,6 +11,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_PIVOTLAYOUTTREELIST_HXX #define INCLUDED_SC_SOURCE_UI_INC_PIVOTLAYOUTTREELIST_HXX +#include <memory> #include "PivotLayoutTreeListBase.hxx" class ScPivotLayoutTreeList : public ScPivotLayoutTreeListBase diff --git a/sc/source/ui/inc/condformatdlgentry.hxx b/sc/source/ui/inc/condformatdlgentry.hxx index 5b23e6ec12fb..ad40058ceeb2 100644 --- a/sc/source/ui/inc/condformatdlgentry.hxx +++ b/sc/source/ui/inc/condformatdlgentry.hxx @@ -10,6 +10,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_CONDFORMATDLGENTRY_HXX #define INCLUDED_SC_SOURCE_UI_INC_CONDFORMATDLGENTRY_HXX +#include <memory> #include "colorscale.hxx" #include "conditio.hxx" #include <formula/funcutl.hxx> diff --git a/sc/source/ui/inc/dataprovider.hxx b/sc/source/ui/inc/dataprovider.hxx index c18b04eba037..2ad4397ce8d1 100644 --- a/sc/source/ui/inc/dataprovider.hxx +++ b/sc/source/ui/inc/dataprovider.hxx @@ -10,6 +10,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_DATAPROVIDER_HXX #define INCLUDED_SC_SOURCE_UI_INC_DATAPROVIDER_HXX +#include <memory> #include <salhelper/thread.hxx> #include <tools/stream.hxx> #include <rtl/ustring.hxx> diff --git a/sc/source/ui/inc/docfunc.hxx b/sc/source/ui/inc/docfunc.hxx index fdae6367abe3..db006875c3c2 100644 --- a/sc/source/ui/inc/docfunc.hxx +++ b/sc/source/ui/inc/docfunc.hxx @@ -27,6 +27,7 @@ #include "token.hxx" #include "rangenam.hxx" +#include <memory> #include <vector> #include <map> diff --git a/sc/source/ui/inc/formula.hxx b/sc/source/ui/inc/formula.hxx index 479d67586b8a..05a0bf99c422 100644 --- a/sc/source/ui/inc/formula.hxx +++ b/sc/source/ui/inc/formula.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_FORMULA_HXX #define INCLUDED_SC_SOURCE_UI_INC_FORMULA_HXX +#include <memory> #include "anyrefdg.hxx" #include "global.hxx" #include <vcl/lstbox.hxx> diff --git a/sc/source/ui/inc/graphsh.hxx b/sc/source/ui/inc/graphsh.hxx index ab61f6b5b678..5964ff8038a0 100644 --- a/sc/source/ui/inc/graphsh.hxx +++ b/sc/source/ui/inc/graphsh.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_GRAPHSH_HXX #define INCLUDED_SC_SOURCE_UI_INC_GRAPHSH_HXX +#include <memory> #include <sfx2/shell.hxx> #include "shellids.hxx" #include <sfx2/module.hxx> diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx index cc30dd92a4ed..289640098e6b 100644 --- a/sc/source/ui/inc/gridwin.hxx +++ b/sc/source/ui/inc/gridwin.hxx @@ -28,6 +28,7 @@ #include <com/sun/star/sheet/DataPilotFieldOrientation.hpp> #include <basegfx/matrix/b2dhommatrix.hxx> +#include <memory> #include <vector> namespace editeng { diff --git a/sc/source/ui/inc/pagedata.hxx b/sc/source/ui/inc/pagedata.hxx index a2325fe2bbcf..7dce22202e32 100644 --- a/sc/source/ui/inc/pagedata.hxx +++ b/sc/source/ui/inc/pagedata.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_PAGEDATA_HXX #define INCLUDED_SC_SOURCE_UI_INC_PAGEDATA_HXX +#include <memory> #include "global.hxx" #include "address.hxx" diff --git a/sc/source/ui/inc/printfun.hxx b/sc/source/ui/inc/printfun.hxx index 56360a178625..b302818b8a31 100644 --- a/sc/source/ui/inc/printfun.hxx +++ b/sc/source/ui/inc/printfun.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_PRINTFUN_HXX #define INCLUDED_SC_SOURCE_UI_INC_PRINTFUN_HXX +#include <memory> #include "pagepar.hxx" #include "editutil.hxx" diff --git a/sc/source/ui/inc/tabview.hxx b/sc/source/ui/inc/tabview.hxx index a9cccb10bbbd..61596968e793 100644 --- a/sc/source/ui/inc/tabview.hxx +++ b/sc/source/ui/inc/tabview.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_TABVIEW_HXX #define INCLUDED_SC_SOURCE_UI_INC_TABVIEW_HXX +#include <memory> #include <vcl/scrbar.hxx> #include <vcl/help.hxx> diff --git a/sc/source/ui/inc/uiobject.hxx b/sc/source/ui/inc/uiobject.hxx index f5e6ba947ed3..a76e4b315977 100644 --- a/sc/source/ui/inc/uiobject.hxx +++ b/sc/source/ui/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 ScGridWindow; diff --git a/sc/source/ui/inc/undodraw.hxx b/sc/source/ui/inc/undodraw.hxx index cfe804c24cd9..bc6bdf3046b4 100644 --- a/sc/source/ui/inc/undodraw.hxx +++ b/sc/source/ui/inc/undodraw.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_UNDODRAW_HXX #define INCLUDED_SC_SOURCE_UI_INC_UNDODRAW_HXX +#include <memory> #include <svl/undo.hxx> class ScDocShell; diff --git a/sc/source/ui/inc/undostyl.hxx b/sc/source/ui/inc/undostyl.hxx index d7d96ab6304c..ac63b0ab7063 100644 --- a/sc/source/ui/inc/undostyl.hxx +++ b/sc/source/ui/inc/undostyl.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_UNDOSTYL_HXX #define INCLUDED_SC_SOURCE_UI_INC_UNDOSTYL_HXX +#include <memory> #include <rsc/rscsfx.hxx> #include "undobase.hxx" diff --git a/sc/source/ui/miscdlgs/solveroptions.cxx b/sc/source/ui/miscdlgs/solveroptions.cxx index 88575bd8bb2b..0fa302070af6 100644 --- a/sc/source/ui/miscdlgs/solveroptions.cxx +++ b/sc/source/ui/miscdlgs/solveroptions.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "solveroptions.hxx" #include "scresid.hxx" #include "global.hxx" diff --git a/sc/source/ui/namedlg/namedlg.cxx b/sc/source/ui/namedlg/namedlg.cxx index 2aac5a9a3ae9..e5e3e3ec80be 100644 --- a/sc/source/ui/namedlg/namedlg.cxx +++ b/sc/source/ui/namedlg/namedlg.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "global.hxx" #include "reffact.hxx" #include "document.hxx" diff --git a/sc/source/ui/namedlg/namemgrtable.cxx b/sc/source/ui/namedlg/namemgrtable.cxx index 99689657e747..50e6614b35f4 100644 --- a/sc/source/ui/namedlg/namemgrtable.cxx +++ b/sc/source/ui/namedlg/namemgrtable.cxx @@ -8,6 +8,7 @@ */ //ScRangeManagerTable +#include <memory> #include "global.hxx" #include "reffact.hxx" #include "document.hxx" diff --git a/sc/source/ui/uitest/uiobject.cxx b/sc/source/ui/uitest/uiobject.cxx index c3f8b50ec1a9..462915db0ac8 100644 --- a/sc/source/ui/uitest/uiobject.cxx +++ b/sc/source/ui/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 "rangeutl.hxx" diff --git a/sc/source/ui/unoobj/PivotTableDataProvider.cxx b/sc/source/ui/unoobj/PivotTableDataProvider.cxx index fe1e383de966..f86f6106c331 100644 --- a/sc/source/ui/unoobj/PivotTableDataProvider.cxx +++ b/sc/source/ui/unoobj/PivotTableDataProvider.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include <sal/config.h> #include "PivotTableDataProvider.hxx" diff --git a/sc/source/ui/unoobj/PivotTableDataSequence.cxx b/sc/source/ui/unoobj/PivotTableDataSequence.cxx index da8bb26c3dc3..8c41e90c6c70 100644 --- a/sc/source/ui/unoobj/PivotTableDataSequence.cxx +++ b/sc/source/ui/unoobj/PivotTableDataSequence.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include "PivotTableDataSequence.hxx" #include <sal/config.h> diff --git a/sc/source/ui/unoobj/TablePivotCharts.cxx b/sc/source/ui/unoobj/TablePivotCharts.cxx index e76a88b05f25..62fb682398e9 100644 --- a/sc/source/ui/unoobj/TablePivotCharts.cxx +++ b/sc/source/ui/unoobj/TablePivotCharts.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include <com/sun/star/embed/Aspects.hpp> #include <com/sun/star/awt/Size.hpp> #include <com/sun/star/chart/ChartDataRowSource.hpp> diff --git a/sc/source/ui/unoobj/chart2uno.cxx b/sc/source/ui/unoobj/chart2uno.cxx index cab984e09dbe..6a24e7dbeec8 100644 --- a/sc/source/ui/unoobj/chart2uno.cxx +++ b/sc/source/ui/unoobj/chart2uno.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <sal/config.h> #include <algorithm> diff --git a/sc/source/ui/unoobj/condformatuno.cxx b/sc/source/ui/unoobj/condformatuno.cxx index d49993b69b8a..e97311a6cff1 100644 --- a/sc/source/ui/unoobj/condformatuno.cxx +++ b/sc/source/ui/unoobj/condformatuno.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include "condformatuno.hxx" #include "document.hxx" diff --git a/sc/source/ui/unoobj/editsrc.cxx b/sc/source/ui/unoobj/editsrc.cxx index 15475b3dcb4b..170c18628323 100644 --- a/sc/source/ui/unoobj/editsrc.cxx +++ b/sc/source/ui/unoobj/editsrc.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <sal/config.h> #include <utility> diff --git a/sc/source/ui/unoobj/fielduno.cxx b/sc/source/ui/unoobj/fielduno.cxx index 944f27144a80..785de1c51cc3 100644 --- a/sc/source/ui/unoobj/fielduno.cxx +++ b/sc/source/ui/unoobj/fielduno.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "fielduno.hxx" #include "textuno.hxx" #include "miscuno.hxx" diff --git a/sc/source/ui/unoobj/servuno.cxx b/sc/source/ui/unoobj/servuno.cxx index 65b97bdc6cff..2bfa684aa590 100644 --- a/sc/source/ui/unoobj/servuno.cxx +++ b/sc/source/ui/unoobj/servuno.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <config_features.h> #include <sal/macros.h> diff --git a/sc/source/ui/unoobj/textuno.cxx b/sc/source/ui/unoobj/textuno.cxx index 5abda13658b7..8d06f5ed5471 100644 --- a/sc/source/ui/unoobj/textuno.cxx +++ b/sc/source/ui/unoobj/textuno.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <sal/config.h> #include "scitems.hxx" diff --git a/sc/source/ui/unoobj/tokenuno.cxx b/sc/source/ui/unoobj/tokenuno.cxx index cb767923743e..5998f9503047 100644 --- a/sc/source/ui/unoobj/tokenuno.cxx +++ b/sc/source/ui/unoobj/tokenuno.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "tokenuno.hxx" #include <sal/macros.h> diff --git a/sc/source/ui/view/gridwin2.cxx b/sc/source/ui/view/gridwin2.cxx index c55ce677e730..653776227e0e 100644 --- a/sc/source/ui/view/gridwin2.cxx +++ b/sc/source/ui/view/gridwin2.cxx @@ -46,6 +46,7 @@ #include <com/sun/star/sheet/DataPilotFieldOrientation.hpp> #include <unordered_map> +#include <memory> #include <vector> using namespace css; diff --git a/sc/source/ui/view/gridwin4.cxx b/sc/source/ui/view/gridwin4.cxx index c75f34526a0f..e22bdc79f3d4 100644 --- a/sc/source/ui/view/gridwin4.cxx +++ b/sc/source/ui/view/gridwin4.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "scitems.hxx" #include <editeng/eeitem.hxx> diff --git a/sc/source/ui/view/tabvwshb.cxx b/sc/source/ui/view/tabvwshb.cxx index 0d5deada9a14..fa0f91a0b61c 100644 --- a/sc/source/ui/view/tabvwshb.cxx +++ b/sc/source/ui/view/tabvwshb.cxx @@ -24,6 +24,7 @@ #include <com/sun/star/embed/EmbedMisc.hpp> #include <com/sun/star/embed/EmbedStates.hpp> +#include <tools/errinf.hxx> #include <sfx2/app.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <svx/svxdlg.hxx> diff --git a/sc/source/ui/view/viewfun4.cxx b/sc/source/ui/view/viewfun4.cxx index f0c4b19d2772..c5b10dc7ce11 100644 --- a/sc/source/ui/view/viewfun4.cxx +++ b/sc/source/ui/view/viewfun4.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include "scitems.hxx" #include <editeng/eeitem.hxx> |