summaryrefslogtreecommitdiff
path: root/include/oox/ole/vbaproject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ole/vbaproject.hxx')
-rw-r--r--include/oox/ole/vbaproject.hxx19
1 files changed, 13 insertions, 6 deletions
diff --git a/include/oox/ole/vbaproject.hxx b/include/oox/ole/vbaproject.hxx
index d5230988e211..ea7ffcccd351 100644
--- a/include/oox/ole/vbaproject.hxx
+++ b/include/oox/ole/vbaproject.hxx
@@ -20,27 +20,34 @@
#ifndef INCLUDED_OOX_OLE_VBAPROJECT_HXX
#define INCLUDED_OOX_OLE_VBAPROJECT_HXX
+#include <functional>
#include <map>
-#include <com/sun/star/uno/XInterface.hpp>
-#include <oox/helper/refvector.hxx>
-#include <oox/helper/storagebase.hxx>
+
+#include <com/sun/star/uno/Reference.hxx>
#include <oox/dllapi.h>
-#include <oox/ole/vbamodule.hxx>
+#include <oox/helper/refmap.hxx>
+#include <oox/helper/refvector.hxx>
+#include <rtl/ustring.hxx>
+#include <sal/types.h>
namespace com { namespace sun { namespace star {
namespace container { class XNameContainer; }
- namespace document { class XEventsSupplier; }
namespace frame { class XModel; }
namespace script { class XLibraryContainer; }
namespace script { namespace vba { class XVBAMacroResolver; } }
namespace uno { class XComponentContext; }
+ namespace uno { class XInterface; }
} } }
-namespace oox { class GraphicHelper; }
+namespace oox {
+ class GraphicHelper;
+ class StorageBase;
+}
namespace oox {
namespace ole {
+class VbaModule;
class OOX_DLLPUBLIC VbaFilterConfig
{