summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbapalette.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbapalette.hxx')
-rw-r--r--sc/source/ui/vba/vbapalette.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbapalette.hxx b/sc/source/ui/vba/vbapalette.hxx
index aa1c8eb27d6c..388fd5908b6b 100644
--- a/sc/source/ui/vba/vbapalette.hxx
+++ b/sc/source/ui/vba/vbapalette.hxx
@@ -30,7 +30,7 @@
#ifndef SC_VBAPALETTE_HXX
#define SC_VBAPALETTE_HXX
-#include "vbahelper.hxx"
+#include "excelvbahelper.hxx"
#include <document.hxx>
#include <com/sun/star/container/XIndexAccess.hpp>
@@ -42,7 +42,7 @@ public:
ScVbaPalette( SfxObjectShell* pShell = NULL ) : m_pShell( pShell ){}
// if no palette available e.g. because the document doesn't have a
// palette defined then a default palette will be returned.
- css::uno::Reference< css::container::XIndexAccess > getPalette();
+ css::uno::Reference< css::container::XIndexAccess > getPalette() const;
static css::uno::Reference< css::container::XIndexAccess > getDefaultPalette();
};