From 6dce9c6757823b9e89863716ae70ff4e8ddd4e60 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 6 Feb 2017 17:08:38 +0100 Subject: Add missing #includes ...and remove some unncessary using directives/declarations, in preparation of removing now-unnecessary #includes from cppumaker-generated files, post e57ca02849c3d87142ff5ff9099a212e72b8139c "Remove dynamic exception specifications". Change-Id: Iaf1f268871e2ee1d1c76cf90f03557527ebc9067 --- comphelper/source/container/IndexedPropertyValuesContainer.cxx | 2 ++ comphelper/source/container/embeddedobjectcontainer.cxx | 2 ++ comphelper/source/container/enumerablemap.cxx | 2 ++ comphelper/source/eventattachermgr/eventattachermgr.cxx | 1 + comphelper/source/misc/accessiblecontexthelper.cxx | 1 + comphelper/source/misc/accessiblekeybindinghelper.cxx | 3 +++ comphelper/source/misc/accessibletexthelper.cxx | 1 + comphelper/source/misc/backupfilehelper.cxx | 3 +++ comphelper/source/misc/instancelocker.cxx | 2 ++ comphelper/source/misc/officeresourcebundle.cxx | 1 + comphelper/source/misc/storagehelper.cxx | 1 + comphelper/source/property/opropertybag.cxx | 1 + comphelper/source/streaming/memorystream.cxx | 2 ++ comphelper/source/streaming/oslfile2streamwrap.cxx | 4 ++++ comphelper/source/streaming/seekableinput.cxx | 4 ++++ comphelper/source/streaming/seqinputstreamserv.cxx | 2 ++ comphelper/source/streaming/seqoutputstreamserv.cxx | 1 + comphelper/source/streaming/seqstream.cxx | 5 +++++ comphelper/source/xml/ofopxmlhelper.cxx | 1 + 19 files changed, 39 insertions(+) (limited to 'comphelper') diff --git a/comphelper/source/container/IndexedPropertyValuesContainer.cxx b/comphelper/source/container/IndexedPropertyValuesContainer.cxx index 9bc88a408d43..d577ebe1ca24 100644 --- a/comphelper/source/container/IndexedPropertyValuesContainer.cxx +++ b/comphelper/source/container/IndexedPropertyValuesContainer.cxx @@ -22,6 +22,8 @@ #include #include #include +#include +#include #include #include diff --git a/comphelper/source/container/embeddedobjectcontainer.cxx b/comphelper/source/container/embeddedobjectcontainer.cxx index b495850d7773..4e0324a56efd 100644 --- a/comphelper/source/container/embeddedobjectcontainer.cxx +++ b/comphelper/source/container/embeddedobjectcontainer.cxx @@ -20,12 +20,14 @@ #include #include #include +#include #include #include #include #include #include #include +#include #include #include #include diff --git a/comphelper/source/container/enumerablemap.cxx b/comphelper/source/container/enumerablemap.cxx index b87f2c1ea6a0..fcd42c341912 100644 --- a/comphelper/source/container/enumerablemap.cxx +++ b/comphelper/source/container/enumerablemap.cxx @@ -26,8 +26,10 @@ #include #include +#include #include #include +#include #include #include diff --git a/comphelper/source/eventattachermgr/eventattachermgr.cxx b/comphelper/source/eventattachermgr/eventattachermgr.cxx index 6272c46827e3..faf6915f3323 100644 --- a/comphelper/source/eventattachermgr/eventattachermgr.cxx +++ b/comphelper/source/eventattachermgr/eventattachermgr.cxx @@ -37,6 +37,7 @@ #include #include #include +#include #include #include #include diff --git a/comphelper/source/misc/accessiblecontexthelper.cxx b/comphelper/source/misc/accessiblecontexthelper.cxx index 0fa19a2ef05c..abd94a0f7bbd 100644 --- a/comphelper/source/misc/accessiblecontexthelper.cxx +++ b/comphelper/source/misc/accessiblecontexthelper.cxx @@ -22,6 +22,7 @@ #include #include #include +#include #include diff --git a/comphelper/source/misc/accessiblekeybindinghelper.cxx b/comphelper/source/misc/accessiblekeybindinghelper.cxx index 72ce3b74657c..cf0985966885 100644 --- a/comphelper/source/misc/accessiblekeybindinghelper.cxx +++ b/comphelper/source/misc/accessiblekeybindinghelper.cxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include + +#include #include diff --git a/comphelper/source/misc/accessibletexthelper.cxx b/comphelper/source/misc/accessibletexthelper.cxx index 2bb088dc2595..87a01f21282c 100644 --- a/comphelper/source/misc/accessibletexthelper.cxx +++ b/comphelper/source/misc/accessibletexthelper.cxx @@ -24,6 +24,7 @@ #include #include #include +#include #include #include diff --git a/comphelper/source/misc/backupfilehelper.cxx b/comphelper/source/misc/backupfilehelper.cxx index 59d2f06a68b7..fff86ffff791 100644 --- a/comphelper/source/misc/backupfilehelper.cxx +++ b/comphelper/source/misc/backupfilehelper.cxx @@ -18,8 +18,11 @@ #include #include +#include +#include #include #include +#include #include #include #include diff --git a/comphelper/source/misc/instancelocker.cxx b/comphelper/source/misc/instancelocker.cxx index a67ae554f238..ea22167ac261 100644 --- a/comphelper/source/misc/instancelocker.cxx +++ b/comphelper/source/misc/instancelocker.cxx @@ -21,11 +21,13 @@ #include #include +#include #include #include #include #include #include +#include #include #include diff --git a/comphelper/source/misc/officeresourcebundle.cxx b/comphelper/source/misc/officeresourcebundle.cxx index 922f29712125..1e7b54433dee 100644 --- a/comphelper/source/misc/officeresourcebundle.cxx +++ b/comphelper/source/misc/officeresourcebundle.cxx @@ -19,6 +19,7 @@ #include +#include #include #include #include diff --git a/comphelper/source/misc/storagehelper.cxx b/comphelper/source/misc/storagehelper.cxx index b5fea9884aa4..0157843e5ba7 100644 --- a/comphelper/source/misc/storagehelper.cxx +++ b/comphelper/source/misc/storagehelper.cxx @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include diff --git a/comphelper/source/property/opropertybag.cxx b/comphelper/source/property/opropertybag.cxx index 540c0a2f8dfc..c07e8c56b2c0 100644 --- a/comphelper/source/property/opropertybag.cxx +++ b/comphelper/source/property/opropertybag.cxx @@ -20,6 +20,7 @@ #include "opropertybag.hxx" +#include #include #include #include diff --git a/comphelper/source/streaming/memorystream.cxx b/comphelper/source/streaming/memorystream.cxx index da162ef75c12..9702a9dce81d 100644 --- a/comphelper/source/streaming/memorystream.cxx +++ b/comphelper/source/streaming/memorystream.cxx @@ -19,7 +19,9 @@ #include +#include #include +#include #include #include #include diff --git a/comphelper/source/streaming/oslfile2streamwrap.cxx b/comphelper/source/streaming/oslfile2streamwrap.cxx index defbdf3cc313..1a9c1200db5c 100644 --- a/comphelper/source/streaming/oslfile2streamwrap.cxx +++ b/comphelper/source/streaming/oslfile2streamwrap.cxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include + +#include +#include #include #include diff --git a/comphelper/source/streaming/seekableinput.cxx b/comphelper/source/streaming/seekableinput.cxx index 2d14cd0aadb8..3d8c7633f6ef 100644 --- a/comphelper/source/streaming/seekableinput.cxx +++ b/comphelper/source/streaming/seekableinput.cxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include + +#include +#include #include #include diff --git a/comphelper/source/streaming/seqinputstreamserv.cxx b/comphelper/source/streaming/seqinputstreamserv.cxx index 9ed69589b730..0bee70b8f303 100644 --- a/comphelper/source/streaming/seqinputstreamserv.cxx +++ b/comphelper/source/streaming/seqinputstreamserv.cxx @@ -28,7 +28,9 @@ #include #include #include +#include #include +#include #include #include #include diff --git a/comphelper/source/streaming/seqoutputstreamserv.cxx b/comphelper/source/streaming/seqoutputstreamserv.cxx index d722ff9c14aa..b581530a2257 100644 --- a/comphelper/source/streaming/seqoutputstreamserv.cxx +++ b/comphelper/source/streaming/seqoutputstreamserv.cxx @@ -29,6 +29,7 @@ #include #include #include +#include #include #include diff --git a/comphelper/source/streaming/seqstream.cxx b/comphelper/source/streaming/seqstream.cxx index 89625838132a..b375f7c6d6be 100644 --- a/comphelper/source/streaming/seqstream.cxx +++ b/comphelper/source/streaming/seqstream.cxx @@ -17,6 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include + +#include +#include +#include #include #include diff --git a/comphelper/source/xml/ofopxmlhelper.cxx b/comphelper/source/xml/ofopxmlhelper.cxx index e1633fe3432b..cc8067dc9901 100644 --- a/comphelper/source/xml/ofopxmlhelper.cxx +++ b/comphelper/source/xml/ofopxmlhelper.cxx @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include -- cgit