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 --- oox/source/crypto/DocumentEncryption.cxx | 1 - oox/source/docprop/docprophandler.cxx | 2 ++ oox/source/helper/textinputstream.cxx | 1 + oox/source/ole/olestorage.cxx | 2 ++ 4 files changed, 5 insertions(+), 1 deletion(-) (limited to 'oox') diff --git a/oox/source/crypto/DocumentEncryption.cxx b/oox/source/crypto/DocumentEncryption.cxx index 493fcbf6ee85..fe894f37a0c8 100644 --- a/oox/source/crypto/DocumentEncryption.cxx +++ b/oox/source/crypto/DocumentEncryption.cxx @@ -23,7 +23,6 @@ namespace oox { namespace core { using namespace css::io; -using namespace css::lang; using namespace css::uno; DocumentEncryption::DocumentEncryption(Reference const & xDocumentStream, diff --git a/oox/source/docprop/docprophandler.cxx b/oox/source/docprop/docprophandler.cxx index 24e45cef9276..ec75f877fabf 100644 --- a/oox/source/docprop/docprophandler.cxx +++ b/oox/source/docprop/docprophandler.cxx @@ -21,7 +21,9 @@ #include #include +#include #include +#include #include #include diff --git a/oox/source/helper/textinputstream.cxx b/oox/source/helper/textinputstream.cxx index 6159edee7a8b..e592ce0b5283 100644 --- a/oox/source/helper/textinputstream.cxx +++ b/oox/source/helper/textinputstream.cxx @@ -19,6 +19,7 @@ #include "oox/helper/textinputstream.hxx" +#include #include #include #include diff --git a/oox/source/ole/olestorage.cxx b/oox/source/ole/olestorage.cxx index 7d282bfdf6f1..1527c4ef814a 100644 --- a/oox/source/ole/olestorage.cxx +++ b/oox/source/ole/olestorage.cxx @@ -22,6 +22,8 @@ #include #include #include +#include +#include #include #include #include -- cgit