summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbachart.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbachart.hxx')
-rw-r--r--sc/source/ui/vba/vbachart.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbachart.hxx b/sc/source/ui/vba/vbachart.hxx
index 62cd53c85546..02b79e909a0d 100644
--- a/sc/source/ui/vba/vbachart.hxx
+++ b/sc/source/ui/vba/vbachart.hxx
@@ -50,7 +50,7 @@ friend class ScVbaAxis;
css::uno::Reference< css::chart::XTwoAxisXSupplier > xTwoAxisXSupplier;
css::uno::Reference< css::chart::XTwoAxisYSupplier > xTwoAxisYSupplier;
- css::uno::Sequence< OUString > getDefaultSeriesDescriptions( sal_Int32 nCount );
+ static css::uno::Sequence< OUString > getDefaultSeriesDescriptions( sal_Int32 nCount );
css::uno::Sequence< css::uno::Sequence< double > > dblValues;
void setDefaultChartType()throw ( css::script::BasicErrorException ) ;
void setDiagram( const OUString& _sDiagramType) throw( css::script::BasicErrorException );