Kaydet (Commit) 63065fa7 authored tarafından Caolán McNamara's avatar Caolán McNamara

Tutorial step #3 change Dialog constructor

Change-Id: Ibdd805d568da2006caaa2d0b756e809e48786f0c
üst 0a28e23b
......@@ -44,7 +44,8 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
ChineseTranslationDialog::ChineseTranslationDialog( Window* pParent )
: ModalDialog( pParent, TextConversionDlgs_ResId( DLG_CHINESETRANSLATION ) )
: ModalDialog(pParent, "ChineseConversionDialog", "svx/ui/chineseconversiondialog.ui")
, m_aFL_Direction( this, TextConversionDlgs_ResId( FL_DIRECTION ) )
, m_aRB_To_Simplified( this, TextConversionDlgs_ResId( RB_TO_SIMPLIFIED ) )
, m_aRB_To_Traditional( this, TextConversionDlgs_ResId( RB_TO_TRADITIONAL ) )
......
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