summaryrefslogtreecommitdiff
path: root/cui/source/inc/optdict.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/optdict.hxx')
-rw-r--r--cui/source/inc/optdict.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/inc/optdict.hxx b/cui/source/inc/optdict.hxx
index 4e0a5779b2da..e26a4b37f253 100644
--- a/cui/source/inc/optdict.hxx
+++ b/cui/source/inc/optdict.hxx
@@ -63,7 +63,7 @@ private:
DECL_LINK(ModifyHdl_Impl, void *);
public:
- SvxNewDictionaryDialog( Window* pParent,
+ SvxNewDictionaryDialog( vcl::Window* pParent,
::com::sun::star::uno::Reference<
::com::sun::star::linguistic2::XSpellChecker1 > &xSpl );
@@ -80,9 +80,9 @@ class SvxDictEdit : public Edit
bool bSpaces;
public:
- SvxDictEdit(Window* pParent, const ResId& rResId) :
+ SvxDictEdit(vcl::Window* pParent, const ResId& rResId) :
Edit(pParent, rResId), bSpaces(false){}
- SvxDictEdit(Window* pParent, WinBits aWB) :
+ SvxDictEdit(vcl::Window* pParent, WinBits aWB) :
Edit(pParent, aWB), bSpaces(false){}
void SetActionHdl( const Link& rLink )
@@ -148,7 +148,7 @@ protected:
// virtual void Paint( const Rectangle& rRect );
public:
- SvxEditDictionaryDialog( Window* pParent,
+ SvxEditDictionaryDialog( vcl::Window* pParent,
const OUString& rName,
::com::sun::star::uno::Reference<
::com::sun::star::linguistic2::XSpellChecker1> &xSpl );