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 --- sot/source/base/formats.cxx | 1 + sot/source/unoolestorage/xolesimplestorage.cxx | 2 ++ 2 files changed, 3 insertions(+) (limited to 'sot') diff --git a/sot/source/base/formats.cxx b/sot/source/base/formats.cxx index 64a19aaae1ec..2dcc65cf2b20 100644 --- a/sot/source/base/formats.cxx +++ b/sot/source/base/formats.cxx @@ -27,6 +27,7 @@ #include #include +#include #include using namespace ::com::sun::star::uno; diff --git a/sot/source/unoolestorage/xolesimplestorage.cxx b/sot/source/unoolestorage/xolesimplestorage.cxx index d8df5f6236f0..269a8a5df5ae 100644 --- a/sot/source/unoolestorage/xolesimplestorage.cxx +++ b/sot/source/unoolestorage/xolesimplestorage.cxx @@ -21,6 +21,8 @@ #include #include +#include +#include #include #include #include -- cgit