summaryrefslogtreecommitdiff
path: root/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx')
-rw-r--r--svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx
index 87aa9c4b0689..689709125aee 100644
--- a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx
+++ b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx
@@ -379,8 +379,8 @@ void DictionaryList::Resize()
}
void DictionaryList::init(const Reference< linguistic2::XConversionDictionary>& xDictionary,
- Window *pED_Term, Window *pED_Mapping, ListBox *pLB_Property,
- Window *pFT_Term, Window *pFT_Mapping, Window *pFT_Property)
+ vcl::Window *pED_Term, vcl::Window *pED_Mapping, ListBox *pLB_Property,
+ vcl::Window *pFT_Term, vcl::Window *pFT_Mapping, vcl::Window *pFT_Property)
{
SetStyle( WB_VSCROLL | WB_TABSTOP );
SetSelectionMode( SINGLE_SELECTION );
@@ -428,7 +428,7 @@ void ChineseDictionaryDialog::initDictionaryControl(DictionaryList *pList,
m_pFT_Term, m_pFT_Mapping, m_pFT_Property);
}
-ChineseDictionaryDialog::ChineseDictionaryDialog( Window* pParent )
+ChineseDictionaryDialog::ChineseDictionaryDialog( vcl::Window* pParent )
: ModalDialog(pParent, "ChineseDictionaryDialog",
"svx/ui/chinesedictionary.ui")
, m_nTextConversionOptions(i18n::TextConversionOption::NONE)