diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/doc/docfilt.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/doc/objstor.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx index c39452f7a9b1..d89235a8a70e 100644 --- a/sfx2/source/doc/docfile.cxx +++ b/sfx2/source/doc/docfile.cxx @@ -101,6 +101,7 @@ #include <ucbhelper/content.hxx> #include <ucbhelper/interactionrequest.hxx> #include <sot/stg.hxx> +#include <sot/storage.hxx> #include <unotools/saveopt.hxx> #include <svl/documentlockfile.hxx> #include <com/sun/star/document/DocumentRevisionListPersistence.hpp> diff --git a/sfx2/source/doc/docfilt.cxx b/sfx2/source/doc/docfilt.cxx index ad597513f8b0..7defffe6a757 100644 --- a/sfx2/source/doc/docfilt.cxx +++ b/sfx2/source/doc/docfilt.cxx @@ -23,6 +23,7 @@ #include <string> #include <sot/exchange.hxx> +#include <sot/storage.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx index 319a91e36079..d431a1e5f400 100644 --- a/sfx2/source/doc/objstor.cxx +++ b/sfx2/source/doc/objstor.cxx @@ -87,6 +87,7 @@ #include <unotools/tempfile.hxx> #include <unotools/docinfohelper.hxx> #include <ucbhelper/content.hxx> +#include <sot/storage.hxx> #include <sot/storinfo.hxx> #include <sot/exchange.hxx> #include <sot/formats.hxx> |