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 /editeng/source | |
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 'editeng/source')
-rw-r--r-- | editeng/source/accessibility/AccessibleStaticTextBase.cxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/editdbg.cxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/editdoc.cxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/editeng.cxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/editobj.cxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/editundo.cxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/editview.cxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/eehtml.hxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/fieldupdater.cxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/impedit5.cxx | 1 | ||||
-rw-r--r-- | editeng/source/items/frmitems.cxx | 1 | ||||
-rw-r--r-- | editeng/source/items/xmlcnitm.cxx | 1 | ||||
-rw-r--r-- | editeng/source/misc/svxacorr.cxx | 1 | ||||
-rw-r--r-- | editeng/source/misc/unolingu.cxx | 1 | ||||
-rw-r--r-- | editeng/source/outliner/outlvw.cxx | 1 | ||||
-rw-r--r-- | editeng/source/rtf/svxrtf.cxx | 1 | ||||
-rw-r--r-- | editeng/source/uno/unoedhlp.cxx | 1 | ||||
-rw-r--r-- | editeng/source/uno/unoedprx.cxx | 1 | ||||
-rw-r--r-- | editeng/source/xml/xmltxtexp.cxx | 1 |
19 files changed, 19 insertions, 0 deletions
diff --git a/editeng/source/accessibility/AccessibleStaticTextBase.cxx b/editeng/source/accessibility/AccessibleStaticTextBase.cxx index c75af4633b90..e607d30a6a4f 100644 --- a/editeng/source/accessibility/AccessibleStaticTextBase.cxx +++ b/editeng/source/accessibility/AccessibleStaticTextBase.cxx @@ -23,6 +23,7 @@ #include <limits.h> #include <utility> +#include <memory> #include <vector> #include <algorithm> #include <functional> diff --git a/editeng/source/editeng/editdbg.cxx b/editeng/source/editeng/editdbg.cxx index 9249c0b2b0d3..df8f248ff5f6 100644 --- a/editeng/source/editeng/editdbg.cxx +++ b/editeng/source/editeng/editdbg.cxx @@ -18,6 +18,7 @@ */ +#include <memory> #include <vcl/wrkwin.hxx> #include <vcl/dialog.hxx> #include <vcl/msgbox.hxx> diff --git a/editeng/source/editeng/editdoc.cxx b/editeng/source/editeng/editdoc.cxx index 572402936587..26728ffbd853 100644 --- a/editeng/source/editeng/editdoc.cxx +++ b/editeng/source/editeng/editdoc.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <comphelper/string.hxx> #include <vcl/wrkwin.hxx> #include <vcl/dialog.hxx> diff --git a/editeng/source/editeng/editeng.cxx b/editeng/source/editeng/editeng.cxx index 8dfa3a1220d9..94074d786d18 100644 --- a/editeng/source/editeng/editeng.cxx +++ b/editeng/source/editeng/editeng.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <comphelper/lok.hxx> #include <vcl/wrkwin.hxx> #include <vcl/dialog.hxx> diff --git a/editeng/source/editeng/editobj.cxx b/editeng/source/editeng/editobj.cxx index 778bb6677f5d..b215865d0ee3 100644 --- a/editeng/source/editeng/editobj.cxx +++ b/editeng/source/editeng/editobj.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <comphelper/string.hxx> #include <rtl/strbuf.hxx> #include <vcl/wrkwin.hxx> diff --git a/editeng/source/editeng/editundo.cxx b/editeng/source/editeng/editundo.cxx index f10d7636398b..5df5f9c6c185 100644 --- a/editeng/source/editeng/editundo.cxx +++ b/editeng/source/editeng/editundo.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <vcl/wrkwin.hxx> #include <vcl/dialog.hxx> #include <vcl/msgbox.hxx> diff --git a/editeng/source/editeng/editview.cxx b/editeng/source/editeng/editview.cxx index 3f6aeacd7c37..ecc78b89d071 100644 --- a/editeng/source/editeng/editview.cxx +++ b/editeng/source/editeng/editview.cxx @@ -18,6 +18,7 @@ */ +#include <memory> #include <sal/macros.h> #include <vcl/wrkwin.hxx> #include <vcl/dialog.hxx> diff --git a/editeng/source/editeng/eehtml.hxx b/editeng/source/editeng/eehtml.hxx index 633c453f60b8..69a69e74aeea 100644 --- a/editeng/source/editeng/eehtml.hxx +++ b/editeng/source/editeng/eehtml.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_EDITENG_SOURCE_EDITENG_EEHTML_HXX #define INCLUDED_EDITENG_SOURCE_EDITENG_EEHTML_HXX +#include <memory> #include <editdoc.hxx> #include <svtools/parhtml.hxx> diff --git a/editeng/source/editeng/fieldupdater.cxx b/editeng/source/editeng/fieldupdater.cxx index 022d008cf6fe..d2253d51e1ef 100644 --- a/editeng/source/editeng/fieldupdater.cxx +++ b/editeng/source/editeng/fieldupdater.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include "editeng/fieldupdater.hxx" #include "editeng/flditem.hxx" #include <editeng/edtdlg.hxx> diff --git a/editeng/source/editeng/impedit5.cxx b/editeng/source/editeng/impedit5.cxx index 9a91f087f960..62fec10b9244 100644 --- a/editeng/source/editeng/impedit5.cxx +++ b/editeng/source/editeng/impedit5.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <vcl/wrkwin.hxx> #include <vcl/dialog.hxx> #include <vcl/msgbox.hxx> diff --git a/editeng/source/items/frmitems.cxx b/editeng/source/items/frmitems.cxx index 61bd4a58f3a1..18a8cd955c78 100644 --- a/editeng/source/items/frmitems.cxx +++ b/editeng/source/items/frmitems.cxx @@ -17,6 +17,7 @@ * the License at http: // www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/drawing/LineStyle.hpp> #include <com/sun/star/script/Converter.hpp> diff --git a/editeng/source/items/xmlcnitm.cxx b/editeng/source/items/xmlcnitm.cxx index 520b3b1fea0e..33f07dd5882a 100644 --- a/editeng/source/items/xmlcnitm.cxx +++ b/editeng/source/items/xmlcnitm.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <com/sun/star/xml/AttributeData.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> #include <o3tl/any.hxx> diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx index b3e90ffc16eb..f6fd40376a34 100644 --- a/editeng/source/misc/svxacorr.cxx +++ b/editeng/source/misc/svxacorr.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <sal/config.h> #include <com/sun/star/io/IOException.hpp> diff --git a/editeng/source/misc/unolingu.cxx b/editeng/source/misc/unolingu.cxx index c87953bd37d0..d4bf657e1532 100644 --- a/editeng/source/misc/unolingu.cxx +++ b/editeng/source/misc/unolingu.cxx @@ -18,6 +18,7 @@ */ +#include <memory> #include <editeng/unolingu.hxx> #include <unotools/pathoptions.hxx> #include <com/sun/star/frame/Desktop.hpp> diff --git a/editeng/source/outliner/outlvw.cxx b/editeng/source/outliner/outlvw.cxx index 3d34502f611f..bbfee79f2e68 100644 --- a/editeng/source/outliner/outlvw.cxx +++ b/editeng/source/outliner/outlvw.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <com/sun/star/i18n/WordType.hpp> #include <svl/intitem.hxx> diff --git a/editeng/source/rtf/svxrtf.cxx b/editeng/source/rtf/svxrtf.cxx index 4ba268e7c90c..ad244b97e66a 100644 --- a/editeng/source/rtf/svxrtf.cxx +++ b/editeng/source/rtf/svxrtf.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <tools/diagnose_ex.h> #include <rtl/tencinfo.h> #include <svl/itemiter.hxx> diff --git a/editeng/source/uno/unoedhlp.cxx b/editeng/source/uno/unoedhlp.cxx index 00f27fddea8e..37205eef052f 100644 --- a/editeng/source/uno/unoedhlp.cxx +++ b/editeng/source/uno/unoedhlp.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <editeng/unoedhlp.hxx> #include <editeng/editdata.hxx> #include <editeng/editeng.hxx> diff --git a/editeng/source/uno/unoedprx.cxx b/editeng/source/uno/unoedprx.cxx index 7ddbb28a4d3a..2ac4bea3d59d 100644 --- a/editeng/source/uno/unoedprx.cxx +++ b/editeng/source/uno/unoedprx.cxx @@ -23,6 +23,7 @@ #include <limits.h> #include <utility> +#include <memory> #include <vector> #include <algorithm> #include <osl/mutex.hxx> diff --git a/editeng/source/xml/xmltxtexp.cxx b/editeng/source/xml/xmltxtexp.cxx index dfdba2f8c8a0..dc21c86c9eb0 100644 --- a/editeng/source/xml/xmltxtexp.cxx +++ b/editeng/source/xml/xmltxtexp.cxx @@ -20,6 +20,7 @@ /** this file implements an export of a selected EditEngine content into a xml stream. See editeng/source/inc/xmledit.hxx for interface */ +#include <memory> #include <com/sun/star/ucb/XAnyCompareFactory.hpp> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> |