summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbahyperlink.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbahyperlink.hxx')
-rw-r--r--sc/source/ui/vba/vbahyperlink.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/source/ui/vba/vbahyperlink.hxx b/sc/source/ui/vba/vbahyperlink.hxx
index 3e941a748541..14fe255599a2 100644
--- a/sc/source/ui/vba/vbahyperlink.hxx
+++ b/sc/source/ui/vba/vbahyperlink.hxx
@@ -21,12 +21,13 @@
#define INCLUDED_SC_SOURCE_UI_VBA_VBAHYPERLINK_HXX
#include <ooo/vba/excel/XHyperlink.hpp>
-#include <com/sun/star/table/XCell.hpp>
-#include <com/sun/star/beans/XPropertySet.hpp>
-#include <ooo/vba/excel/XRange.hpp>
#include <vbahelper/vbahelperinterface.hxx>
+namespace ooo { namespace vba { namespace excel { class XRange; } } }
+namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } } } }
+namespace com { namespace sun { namespace star { namespace table { class XCell; } } } }
+
typedef InheritedHelperInterfaceWeakImpl< ov::excel::XHyperlink > HyperlinkImpl_BASE;
class ScVbaHyperlink : public HyperlinkImpl_BASE