diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 20:07:23 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 20:07:23 +0200 |
commit | 2ce25faffd3ac3767aa52f8d7c71591d9043e3ad (patch) | |
tree | c43eb54c32924b919ad2ad7e653d0eaa47800d39 /chart2 | |
parent | 928d86d8a26af86d19b1c1cbcbb512494bf366dd (diff) |
fix typos (wich instead of which)
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/tp_Scale.cxx | 2 | ||||
-rw-r--r-- | chart2/source/tools/ObjectIdentifier.cxx | 2 | ||||
-rw-r--r-- | chart2/source/view/axes/VCartesianAxis.cxx | 2 | ||||
-rw-r--r-- | chart2/source/view/axes/VPolarAngleAxis.cxx | 2 | ||||
-rw-r--r-- | chart2/source/view/inc/PlottingPositionHelper.hxx | 2 | ||||
-rw-r--r-- | chart2/source/view/main/PropertyMapper.cxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/chart2/source/controller/dialogs/tp_Scale.cxx b/chart2/source/controller/dialogs/tp_Scale.cxx index d53a6cbaca29..0acab303de87 100644 --- a/chart2/source/controller/dialogs/tp_Scale.cxx +++ b/chart2/source/controller/dialogs/tp_Scale.cxx @@ -583,7 +583,7 @@ int ScaleTabPage::DeactivatePage(SfxItemSet* pItemSet) if( chart2::AxisType::REALNUMBER != m_nAxisType ) aCbxLogarithm.Show( false ); - //check wich entries need user action + //check which entries need user action if ( aCbxLogarithm.IsChecked() && ( ( !aCbxAutoMin.IsChecked() && fMin <= 0.0 ) diff --git a/chart2/source/tools/ObjectIdentifier.cxx b/chart2/source/tools/ObjectIdentifier.cxx index 8d4b3bae6677..9dc31b17363a 100644 --- a/chart2/source/tools/ObjectIdentifier.cxx +++ b/chart2/source/tools/ObjectIdentifier.cxx @@ -551,7 +551,7 @@ OUString ObjectIdentifier::createParticleForLegend( OUStringBuffer aRet; Reference< XDiagram > xDiagram( ChartModelHelper::findDiagram( xChartModel ) ); - //todo: if more than one diagram is implemeted, find the correct diagram wich is owner of the given legend + //todo: if more than one diagram is implemeted, find the correct diagram which is owner of the given legend aRet.append( ObjectIdentifier::createParticleForDiagram( xDiagram, xChartModel ) ); aRet.appendAscii(":"); diff --git a/chart2/source/view/axes/VCartesianAxis.cxx b/chart2/source/view/axes/VCartesianAxis.cxx index c231110384f7..55ebf3c109eb 100644 --- a/chart2/source/view/axes/VCartesianAxis.cxx +++ b/chart2/source/view/axes/VCartesianAxis.cxx @@ -1472,7 +1472,7 @@ void VCartesianAxis::createMaximumLabels() pTickFactory2D->updateScreenValues( m_aAllTickInfos ); //create tick mark text shapes - //@todo: iterate through all tick depth wich should be labeled + //@todo: iterate through all tick depth which should be labeled AxisLabelProperties aAxisLabelProperties( m_aAxisLabelProperties ); if( isAutoStaggeringOfLabelsAllowed( aAxisLabelProperties, pTickFactory2D->isHorizontalAxis(), pTickFactory2D->isVerticalAxis() ) ) diff --git a/chart2/source/view/axes/VPolarAngleAxis.cxx b/chart2/source/view/axes/VPolarAngleAxis.cxx index 981a9b6311d7..64688b4f7907 100644 --- a/chart2/source/view/axes/VPolarAngleAxis.cxx +++ b/chart2/source/view/axes/VPolarAngleAxis.cxx @@ -176,7 +176,7 @@ void VPolarAngleAxis::createLabels() boost::scoped_ptr< TickFactory > apTickFactory( this->createTickFactory() ); //create tick mark text shapes - //@todo: iterate through all tick depth wich should be labeled + //@todo: iterate through all tick depth which should be labeled EquidistantTickIter aTickIter( m_aAllTickInfos, m_aIncrement, 0, 0 ); this->updateUnscaledValuesAtTicks( aTickIter ); diff --git a/chart2/source/view/inc/PlottingPositionHelper.hxx b/chart2/source/view/inc/PlottingPositionHelper.hxx index 0c846535f98f..5dd6dae8059d 100644 --- a/chart2/source/view/inc/PlottingPositionHelper.hxx +++ b/chart2/source/view/inc/PlottingPositionHelper.hxx @@ -137,7 +137,7 @@ protected: //member bool m_bAllowShiftZAxisPos; }; -//describes wich axis of the drawinglayer scene or sreen axis are the normal axis +//describes which axis of the drawinglayer scene or sreen axis are the normal axis enum NormalAxis { NormalAxis_X diff --git a/chart2/source/view/main/PropertyMapper.cxx b/chart2/source/view/main/PropertyMapper.cxx index 811a7de04a2d..18339acfea38 100644 --- a/chart2/source/view/main/PropertyMapper.cxx +++ b/chart2/source/view/main/PropertyMapper.cxx @@ -169,7 +169,7 @@ const tMakePropertyNameMap& PropertyMapper::getPropertyNameMapForCharacterProper tMakePropertyNameMap ( "CharColor", "CharColor" ) ( "CharContoured", "CharContoured" ) - ( "CharEmphasis", "CharEmphasis" )//the service style::CharacterProperties describes a property called 'CharEmphasize' wich is nowhere implemented + ( "CharEmphasis", "CharEmphasis" )//the service style::CharacterProperties describes a property called 'CharEmphasize' which is nowhere implemented ( "CharFontFamily", "CharFontFamily" ) ( "CharFontFamilyAsian", "CharFontFamilyAsian" ) |