summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes/VAxisProperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/axes/VAxisProperties.hxx')
-rw-r--r--chart2/source/view/axes/VAxisProperties.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/chart2/source/view/axes/VAxisProperties.hxx b/chart2/source/view/axes/VAxisProperties.hxx
index 7da3d8a47118..bf4a50824887 100644
--- a/chart2/source/view/axes/VAxisProperties.hxx
+++ b/chart2/source/view/axes/VAxisProperties.hxx
@@ -147,7 +147,9 @@ private:
protected:
virtual TickmarkProperties makeTickmarkProperties( sal_Int32 nDepth ) const;
- VLineProperties makeLinePropertiesForDepth( sal_Int32 nDepth ) const;
+ //@todo get this from somewhere; maybe for each subincrement
+ //so far the model does not offer different settings for each tick depth
+ VLineProperties makeLinePropertiesForDepth( sal_Int32 /*nDepth*/ ) const { return m_aLineProperties; }
};
} //namespace chart