summaryrefslogtreecommitdiff
path: root/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx')
-rw-r--r--svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx b/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx
index f9c9b83fc3e6..d9ff8b97d10d 100644
--- a/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx
+++ b/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx
@@ -52,11 +52,11 @@ private:
void impl_UpdateVariantsCheckBox();
private:
- RadioButton m_aRB_To_Simplified;
- RadioButton m_aRB_To_Traditional;
+ RadioButton* m_pRB_To_Simplified;
+ RadioButton* m_pRB_To_Traditional;
- CheckBox m_aCB_Translate_Commonterms;
- PushButton m_aPB_Editterms;
+ CheckBox* m_pCB_Translate_Commonterms;
+ PushButton* m_pPB_Editterms;
OKButton* m_pBP_OK;