diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-12-13 21:49:20 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-12-13 22:12:39 +0100 |
commit | 29baa05bb9c62ef1e4c759f7c4744d11dd40a385 (patch) | |
tree | d6cf4063c87df36ffbe096442e9e578b6225f868 /sfx2/source/doc/objstor.cxx | |
parent | f6c08dca7d950e583cfc4454a74ed9806eda0609 (diff) |
tools: remove unused #include from solar.h
Change-Id: I214e13add371380701ae39403d90a574a63e495d
Diffstat (limited to 'sfx2/source/doc/objstor.cxx')
-rw-r--r-- | sfx2/source/doc/objstor.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx index da74a0a5d075..5547c7ac51cc 100644 --- a/sfx2/source/doc/objstor.cxx +++ b/sfx2/source/doc/objstor.cxx @@ -69,6 +69,7 @@ #include <com/sun/star/document/XDocumentProperties.hpp> #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp> +#include <comphelper/fileformat.h> #include <comphelper/processfactory.hxx> #include <comphelper/interaction.hxx> #include <svtools/sfxecode.hxx> |