summaryrefslogtreecommitdiff
path: root/include/sfx2/filedlghelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/filedlghelper.hxx')
-rw-r--r--include/sfx2/filedlghelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/filedlghelper.hxx b/include/sfx2/filedlghelper.hxx
index 000f502a664a..10a2a12b158c 100644
--- a/include/sfx2/filedlghelper.hxx
+++ b/include/sfx2/filedlghelper.hxx
@@ -55,7 +55,7 @@ namespace com
}
class SfxItemSet;
-class Window;
+namespace vcl { class Window; }
// the SFXWB constants are for the nFlags parameter of the constructor
#define SFXWB_INSERT 0x04000000L // turn Open into Insert dialog
@@ -103,7 +103,7 @@ private:
public:
FileDialogHelper( sal_Int16 nDialogType,
sal_Int64 nFlags,
- Window* _pPreferredParent = NULL );
+ vcl::Window* _pPreferredParent = NULL );
FileDialogHelper( sal_Int16 nDialogType,
sal_Int64 nFlags,
@@ -126,7 +126,7 @@ public:
const OUString& aExtName,
const OUString& rStandardDir,
const ::com::sun::star::uno::Sequence< OUString >& rBlackList,
- Window* _pPreferredParent = NULL );
+ vcl::Window* _pPreferredParent = NULL );
virtual ~FileDialogHelper();