summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-06 18:08:16 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-07 11:05:05 +0200
commit7df89ec7a2ccfc9b448ea33d0a9d4412062dee67 (patch)
tree7a5a54587481bb80458d0593af1695fca49b0f08 /include/oox
parent0241519f323b2b29db747467b8c3d9590c33f0df (diff)
Remove unnecessary includes of sot/storage.hxx from include/
Change-Id: I242cd126814bbebdb99ea38d9e66513189c313d9
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/ole/olehelper.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/oox/ole/olehelper.hxx b/include/oox/ole/olehelper.hxx
index 17e76e254a86..f82cd2b681e3 100644
--- a/include/oox/ole/olehelper.hxx
+++ b/include/oox/ole/olehelper.hxx
@@ -21,6 +21,7 @@
#define INCLUDED_OOX_OLE_OLEHELPER_HXX
#include <rtl/ustring.hxx>
+#include <tools/ref.hxx>
#include <oox/helper/binarystreambase.hxx>
#include <oox/helper/storagebase.hxx>
#include <oox/helper/graphichelper.hxx>
@@ -37,8 +38,9 @@
#include <com/sun/star/container/XIndexContainer.hpp>
#include <filter/msfilter/msocximex.hxx>
#include <oox/dllapi.h>
-#include <sot/storage.hxx>
+class SotStorage;
+class SotStorageStream;
class SvGlobalName;
namespace oox {