summaryrefslogtreecommitdiff
path: root/fpicker/source/office/iodlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/iodlg.hxx')
-rw-r--r--fpicker/source/office/iodlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/office/iodlg.hxx b/fpicker/source/office/iodlg.hxx
index c7b38a31796c..c727cfa28c03 100644
--- a/fpicker/source/office/iodlg.hxx
+++ b/fpicker/source/office/iodlg.hxx
@@ -89,7 +89,7 @@ private:
CheckBox* _pCbPreviewBox;
CheckBox* _pCbSelection;
PushButton* _pPbPlay;
- Window* _pPrevWin;
+ vcl::Window* _pPrevWin;
FixedBitmap* _pPrevBmp;
CustomContainer* _pContainer;
SvtFileView* _pFileView;
@@ -193,8 +193,8 @@ protected:
short PrepareExecute();
public:
- SvtFileDialog( Window* _pParent, WinBits nBits, WinBits nExtraBits );
- SvtFileDialog( Window* _pParent, WinBits nBits );
+ SvtFileDialog( vcl::Window* _pParent, WinBits nBits, WinBits nExtraBits );
+ SvtFileDialog( vcl::Window* _pParent, WinBits nBits );
virtual ~SvtFileDialog();
virtual long OK();