diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-06 18:08:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-07 11:05:05 +0200 |
commit | 7df89ec7a2ccfc9b448ea33d0a9d4412062dee67 (patch) | |
tree | 7a5a54587481bb80458d0593af1695fca49b0f08 /include/svx/galmisc.hxx | |
parent | 0241519f323b2b29db747467b8c3d9590c33f0df (diff) |
Remove unnecessary includes of sot/storage.hxx from include/
Change-Id: I242cd126814bbebdb99ea38d9e66513189c313d9
Diffstat (limited to 'include/svx/galmisc.hxx')
-rw-r--r-- | include/svx/galmisc.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/galmisc.hxx b/include/svx/galmisc.hxx index c0604ea80067..729bdd20fd24 100644 --- a/include/svx/galmisc.hxx +++ b/include/svx/galmisc.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SVX_GALMISC_HXX #define INCLUDED_SVX_GALMISC_HXX -#include <sot/storage.hxx> +#include <sot/formats.hxx> #include <tools/urlobj.hxx> #include <svtools/imap.hxx> #include <svl/hint.hxx> @@ -33,6 +33,7 @@ #include <tools/time.hxx> class GalleryTheme; +class SotStorageStream; struct ExchangeData { |