summaryrefslogtreecommitdiff
path: root/oox/inc/drawingml/chart/converterbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/drawingml/chart/converterbase.hxx')
-rw-r--r--oox/inc/drawingml/chart/converterbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/drawingml/chart/converterbase.hxx b/oox/inc/drawingml/chart/converterbase.hxx
index 6b53e5a32bfa..77238914b517 100644
--- a/oox/inc/drawingml/chart/converterbase.hxx
+++ b/oox/inc/drawingml/chart/converterbase.hxx
@@ -88,7 +88,7 @@ protected:
void registerTitleLayout(
const css::uno::Reference< css::chart2::XTitle >& rxTitle,
const ModelRef< LayoutModel >& rxLayout, ObjectType eObjType,
- sal_Int32 nMainIdx = -1, sal_Int32 nSubIdx = -1 );
+ sal_Int32 nMainIdx, sal_Int32 nSubIdx );
/** Converts the positions of the main title and all axis titles. */
void convertTitlePositions();