#i10000# Changes from CWS rtlcontrols conflicted with restructuring in m37
This commit is contained in:
parent
c54faaa60c
commit
34fa72e873
2 changed files with 3 additions and 3 deletions
|
@ -1055,9 +1055,6 @@ IMPL_LINK( FmXFormView, OnStartControlWizard, void*, /**/ )
|
|||
DBG_UNHANDLED_EXCEPTION();
|
||||
}
|
||||
}
|
||||
|
||||
if ( xPSI.is() && xPSI->hasPropertyByName( FM_PROP_WRITING_MODE ) )
|
||||
_rxModel->setPropertyValue( FM_PROP_WRITING_MODE, makeAny( WritingMode2::CONTEXT ) );
|
||||
}
|
||||
|
||||
m_xLastCreatedControlModel.clear();
|
||||
|
|
|
@ -590,6 +590,9 @@ namespace svxform
|
|||
{
|
||||
_rxControlModel->setPropertyValue( FM_PROP_STRICTFORMAT, makeAny( sal_Bool( sal_True ) ) );
|
||||
}
|
||||
|
||||
if ( xPSI->hasPropertyByName( FM_PROP_WRITING_MODE ) )
|
||||
_rxModel->setPropertyValue( FM_PROP_WRITING_MODE, makeAny( WritingMode2::CONTEXT ) );
|
||||
}
|
||||
catch( const Exception& )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue