Kaydet (Commit) f902073e authored tarafından Matteo Casalin's avatar Matteo Casalin

Update style of initializer list to preferred convention

Change-Id: Ia8874a881d2a625500bbf74997ab75457e6f6b7e
üst b0cf4b3e
...@@ -94,27 +94,27 @@ SwHHCWrapper::SwHHCWrapper( ...@@ -94,27 +94,27 @@ SwHHCWrapper::SwHHCWrapper(
const Font *pTargetFont, const Font *pTargetFont,
sal_Int32 nConvOptions, sal_Int32 nConvOptions,
sal_Bool bIsInteractive, sal_Bool bIsInteractive,
sal_Bool bStart, sal_Bool bOther, sal_Bool bSelection ) : sal_Bool bStart, sal_Bool bOther, sal_Bool bSelection )
editeng::HangulHanjaConversion( &pSwView->GetEditWin(), rxContext, : editeng::HangulHanjaConversion( &pSwView->GetEditWin(), rxContext,
LanguageTag( nSourceLanguage ).getLocale(), LanguageTag( nSourceLanguage ).getLocale(),
LanguageTag( nTargetLanguage ).getLocale(), LanguageTag( nTargetLanguage ).getLocale(),
pTargetFont, pTargetFont,
nConvOptions, nConvOptions,
bIsInteractive ), bIsInteractive )
m_pView( pSwView ), , m_pView( pSwView )
m_pWin( &pSwView->GetEditWin() ), , m_pWin( &pSwView->GetEditWin() )
m_rWrtShell( pSwView->GetWrtShell() ), , m_rWrtShell( pSwView->GetWrtShell() )
m_pConvArgs( 0 ), , m_pConvArgs( 0 )
m_nLastPos( 0 ), , m_nLastPos( 0 )
m_nUnitOffset( 0 ), , m_nUnitOffset( 0 )
m_nPageCount( 0 ), , m_nPageCount( 0 )
m_nPageStart( 0 ), , m_nPageStart( 0 )
m_bIsDrawObj( sal_False ), , m_bIsDrawObj( sal_False )
m_bIsOtherCntnt( bOther ), , m_bIsOtherCntnt( bOther )
m_bStartChk( bOther ), , m_bStartChk( bOther )
m_bIsSelection( bSelection ), , m_bIsSelection( bSelection )
m_bStartDone( bOther || bStart ), , m_bStartDone( bOther || bStart )
m_bEndDone( sal_False ) , m_bEndDone( sal_False )
{ {
} }
......
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