summaryrefslogtreecommitdiff
path: root/formula/source/ui/dlg/funcpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'formula/source/ui/dlg/funcpage.hxx')
-rw-r--r--formula/source/ui/dlg/funcpage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/formula/source/ui/dlg/funcpage.hxx b/formula/source/ui/dlg/funcpage.hxx
index 424acefe57bc..62d803dd8ed6 100644
--- a/formula/source/ui/dlg/funcpage.hxx
+++ b/formula/source/ui/dlg/funcpage.hxx
@@ -50,7 +50,7 @@ protected:
virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE;
public:
- FormulaListBox( Window* pParent, WinBits nBits );
+ FormulaListBox( vcl::Window* pParent, WinBits nBits );
};
@@ -85,7 +85,7 @@ protected:
public:
- FuncPage( Window* pParent,const IFunctionManager* _pFunctionManager);
+ FuncPage( vcl::Window* pParent,const IFunctionManager* _pFunctionManager);
void SetCategory(sal_Int32 nCat);
void SetFunction(sal_Int32 nFunc);