From e913083ed0db342f161b40a153c8af7ada6b4acc Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 30 Nov 2011 16:08:08 +0100 Subject: remove unused #include sfx2/filedlghelper.hxx --- cui/source/tabpages/tphatch.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/tabpages/tphatch.cxx') diff --git a/cui/source/tabpages/tphatch.cxx b/cui/source/tabpages/tphatch.cxx index febb0d305918..a2cefa2f0d08 100644 --- a/cui/source/tabpages/tphatch.cxx +++ b/cui/source/tabpages/tphatch.cxx @@ -767,7 +767,7 @@ IMPL_LINK( SvxHatchTabPage, ClickLoadHdl_Impl, void *, EMPTYARG ) IMPL_LINK( SvxHatchTabPage, ClickSaveHdl_Impl, void *, EMPTYARG ) { - ::sfx2::FileDialogHelper aDlg( + ::sfx2::FileDialogHelper aDlg( com::sun::star::ui::dialogs::TemplateDescription::FILESAVE_SIMPLE, 0 ); String aStrFilterType( RTL_CONSTASCII_USTRINGPARAM( "*.soh" ) ); aDlg.AddFilter( aStrFilterType, aStrFilterType ); -- cgit