summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbanames.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbanames.hxx')
-rw-r--r--sc/source/ui/vba/vbanames.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbanames.hxx b/sc/source/ui/vba/vbanames.hxx
index b58ef5224..385b10e88 100644
--- a/sc/source/ui/vba/vbanames.hxx
+++ b/sc/source/ui/vba/vbanames.hxx
@@ -34,7 +34,10 @@
#include <ooo/vba/XCollection.hpp>
#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <com/sun/star/sheet/XNamedRanges.hpp>
-#include "vbacollectionimpl.hxx"
+#include <vbahelper/vbacollectionimpl.hxx>
+
+class ScDocument;
+class ScDocShell;
typedef CollTestImplHelper< ov::excel::XNames > ScVbaNames_BASE;