Kaydet (Commit) 332fffe3 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: prefere -> prefer

Change-Id: Ifad9097f933b2821c1168fc317889e66d6419545
üst 95141bfd
......@@ -1173,7 +1173,7 @@ void VCartesianAxis::get2DAxisMainLine( B2DVector& rStart, B2DVector& rEnd, doub
ScreenPosAndLogicPos aNotSoGoodPos( aPosList[1] );
//choose most bottom positions
if( !::rtl::math::approxEqual( fDeltaX, 0.0 ) ) // prefere left-right alignments
if( !::rtl::math::approxEqual( fDeltaX, 0.0 ) ) // prefer left-right alignments
{
if( aBestPos.aScreenPos.getX() > aNotSoGoodPos.aScreenPos.getX() )
m_aAxisProperties.m_aLabelAlignment = LABEL_ALIGN_RIGHT;
......
......@@ -2757,7 +2757,7 @@ void SwXMLTableContext::MakeTable()
{
case text::HoriOrientation::FULL:
case text::HoriOrientation::NONE:
// For text::HoriOrientation::NONE we would prefere to use the sum
// For text::HoriOrientation::NONE we would prefer to use the sum
// of the relative column widths as reference width.
// Unfortunately this works only if this sum interpreted as
// twip value is larger than the space that is available.
......
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