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 /sc | |
parent | 0241519f323b2b29db747467b8c3d9590c33f0df (diff) |
Remove unnecessary includes of sot/storage.hxx from include/
Change-Id: I242cd126814bbebdb99ea38d9e66513189c313d9
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/xml/xmlwrap.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/view/gridwin.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/view/viewfun3.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/view/viewfun4.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/view/viewfun5.cxx | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/filter/xml/xmlwrap.cxx b/sc/source/filter/xml/xmlwrap.cxx index 23fa1fca1df1..9cb0a7139afa 100644 --- a/sc/source/filter/xml/xmlwrap.cxx +++ b/sc/source/filter/xml/xmlwrap.cxx @@ -20,6 +20,7 @@ #include <rsc/rscsfx.hxx> #include <sfx2/docfile.hxx> #include <sfx2/objsh.hxx> +#include <sot/storage.hxx> #include <osl/diagnose.h> #include <comphelper/processfactory.hxx> #include <unotools/streamwrap.hxx> diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx index 1a895e1403ae..2e4860b79a48 100644 --- a/sc/source/ui/view/gridwin.cxx +++ b/sc/source/ui/view/gridwin.cxx @@ -21,6 +21,7 @@ #include <memory> #include <editeng/adjustitem.hxx> +#include <sot/storage.hxx> #include <svx/algitem.hxx> #include <editeng/editview.hxx> #include <editeng/editstat.hxx> diff --git a/sc/source/ui/view/viewfun3.cxx b/sc/source/ui/view/viewfun3.cxx index d44bda381190..4091230f9cc0 100644 --- a/sc/source/ui/view/viewfun3.cxx +++ b/sc/source/ui/view/viewfun3.cxx @@ -29,6 +29,7 @@ #include <svl/urlbmk.hxx> #include <comphelper/classids.hxx> #include <sot/formats.hxx> +#include <sot/storage.hxx> #include <vcl/graph.hxx> #include <vcl/virdev.hxx> #include <vcl/msgbox.hxx> diff --git a/sc/source/ui/view/viewfun4.cxx b/sc/source/ui/view/viewfun4.cxx index e15e201c9d44..30320b904795 100644 --- a/sc/source/ui/view/viewfun4.cxx +++ b/sc/source/ui/view/viewfun4.cxx @@ -24,6 +24,7 @@ #include <editeng/editstat.hxx> #include <editeng/editview.hxx> #include <editeng/flditem.hxx> +#include <sot/storage.hxx> #include <svx/hlnkitem.hxx> #include <editeng/langitem.hxx> #include <svx/svxerr.hxx> diff --git a/sc/source/ui/view/viewfun5.cxx b/sc/source/ui/view/viewfun5.cxx index 3172c1d69b1f..046f01ed808a 100644 --- a/sc/source/ui/view/viewfun5.cxx +++ b/sc/source/ui/view/viewfun5.cxx @@ -37,6 +37,7 @@ #include <comphelper/classids.hxx> #include <sot/formats.hxx> #include <sot/filelist.hxx> +#include <sot/storage.hxx> #include <unotools/pathoptions.hxx> #include <svl/ptitem.hxx> #include <svl/stritem.hxx> |