summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-06-15 10:46:01 +0200
committerobo <obo@openoffice.org>2010-06-15 10:46:01 +0200
commit41516fd6140d69ccfc3707d94fe75f7c47ecf0d4 (patch)
tree2c3cbd1a13e042b514bf17e3c1f54a10ee7f61a4 /oox
parent6ff88de548f1325a07002b43d17f9d4f7bc052c0 (diff)
parentb8a3a4eae747175220aa7e7e24aea5bd0f0b402c (diff)
CWS-TOOLING: integrate CWS chart47
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/chart/axisconverter.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/source/drawingml/chart/axisconverter.cxx b/oox/source/drawingml/chart/axisconverter.cxx
index 77cf21698c62..da4fc3e5b83f 100644
--- a/oox/source/drawingml/chart/axisconverter.cxx
+++ b/oox/source/drawingml/chart/axisconverter.cxx
@@ -241,7 +241,8 @@ void AxisConverter::convertFromModel( const Reference< XCoordinateSystem >& rxCo
Any& rIntervalCount = rSubIncrementSeq[ 0 ].IntervalCount;
if( bLogScale )
{
- rIntervalCount <<= sal_Int32( 10 );
+ if( mrModel.mofMinorUnit.has() )
+ rIntervalCount <<= sal_Int32( 9 );
}
else
{