summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xichart.cxx
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2010-06-18 14:32:18 +0200
committerMikhail Voytenko <mav@openoffice.org>2010-06-18 14:32:18 +0200
commit4817dc1feb9c6e5942e35d15354e0bc357b17e29 (patch)
tree8c6e7eb176d426cf8ebf1e7de992557f9200ca77 /sc/source/filter/excel/xichart.cxx
parent0cbaf3f198736a6a19ce3ac3ec818cc1eff16f16 (diff)
parent1d1b3baf8942031e2f1a7189ed121b32188f82fb (diff)
rebase to m83
Diffstat (limited to 'sc/source/filter/excel/xichart.cxx')
-rwxr-xr-xsc/source/filter/excel/xichart.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xichart.cxx b/sc/source/filter/excel/xichart.cxx
index e9bfb8ca3f60..5c10a0716028 100755
--- a/sc/source/filter/excel/xichart.cxx
+++ b/sc/source/filter/excel/xichart.cxx
@@ -2902,7 +2902,8 @@ void XclImpChValueRange::Convert( ScaleData& rScaleData, bool bMirrorOrient ) co
Any& rIntervalCount = rSubIncrementSeq[ 0 ].IntervalCount;
if( bLogScale )
{
- rIntervalCount <<= sal_Int32( 10 );
+ if( !bAutoMinor )
+ rIntervalCount <<= sal_Int32( 9 );
}
else
{