merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / vba / vbapalette.hxx
blob130e405a13e6b7363dcc6b304e4cb6a211e173b8
1 #ifndef VBAPALETTE_HXX
2 #define VBAPALETTE_HXX
3 #include <vbahelper/vbahelper.hxx>
5 class VbaPalette
7 css::uno::Reference< css::container::XIndexAccess > mxPalette;
8 public:
9 VbaPalette();
10 // if no palette available e.g. because the document doesn't have a
11 // palette defined then a default palette will be returned.
12 css::uno::Reference< css::container::XIndexAccess > getPalette() const;
15 #endif