diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-11-30 16:08:08 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-12-03 00:48:11 +0100 |
commit | e913083ed0db342f161b40a153c8af7ada6b4acc (patch) | |
tree | dcab80929389a0f3184f7c9534777c91ed73bf0f /cui/source/tabpages/tphatch.cxx | |
parent | fa5dffd7149661850bb27ea0b2d24de06d38a6bc (diff) |
remove unused #include sfx2/filedlghelper.hxx
Diffstat (limited to 'cui/source/tabpages/tphatch.cxx')
-rw-r--r-- | cui/source/tabpages/tphatch.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |