summaryrefslogtreecommitdiff
path: root/include/oox/ole/axfontdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ole/axfontdata.hxx')
-rw-r--r--include/oox/ole/axfontdata.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/include/oox/ole/axfontdata.hxx b/include/oox/ole/axfontdata.hxx
index 05694fbcd12e..b6bcf9e68aed 100644
--- a/include/oox/ole/axfontdata.hxx
+++ b/include/oox/ole/axfontdata.hxx
@@ -20,10 +20,14 @@
#ifndef INCLUDED_OOX_OLE_AXFONTDATA_HXX
#define INCLUDED_OOX_OLE_AXFONTDATA_HXX
-#include <oox/helper/binaryinputstream.hxx>
-#include <oox/helper/binaryoutputstream.hxx>
-#include <oox/helper/refvector.hxx>
#include <oox/dllapi.h>
+#include <rtl/ustring.hxx>
+#include <sal/types.h>
+
+namespace oox {
+ class BinaryInputStream;
+ class BinaryOutputStream;
+}
namespace oox {
namespace ole {