Kaydet (Commit) 0d315e93 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix typo

Change-Id: I6f70a7abc6a468011ca72fd222741768b9c1bb8d
üst ad287ab7
......@@ -111,7 +111,7 @@ sal_Int32 VAxisBase::estimateMaximumAutoMainIncrementCount()
return 10;
}
void VAxisBase::setExrtaLinePositionAtOtherAxis( double fCrossingAt )
void VAxisBase::setExtraLinePositionAtOtherAxis( double fCrossingAt )
{
m_aAxisProperties.m_pfExrtaLinePositionAtOtherAxis.reset(fCrossingAt);
}
......
......@@ -62,7 +62,7 @@ public:
virtual sal_Int32 estimateMaximumAutoMainIncrementCount();
virtual void createAllTickInfos( TickInfoArraysType& rAllTickInfos );
void setExrtaLinePositionAtOtherAxis( double fCrossingAt );
void setExtraLinePositionAtOtherAxis( double fCrossingAt );
protected: //methods
size_t getIndexOfLongestLabel( const css::uno::Sequence<OUString>& rLabels );
......
......@@ -514,13 +514,13 @@ void VCoordinateSystem::createAxesShapes()
if( aFullAxisIndex.first == 0 )
{
if( AxisType::CATEGORY!=m_aExplicitScales[1].AxisType )
pVAxis->setExrtaLinePositionAtOtherAxis(
pVAxis->setExtraLinePositionAtOtherAxis(
m_aExplicitScales[1].Origin );
}
else if( aFullAxisIndex.first == 1 )
{
if( AxisType::CATEGORY!=m_aExplicitScales[0].AxisType )
pVAxis->setExrtaLinePositionAtOtherAxis(
pVAxis->setExtraLinePositionAtOtherAxis(
m_aExplicitScales[0].Origin );
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment