summaryrefslogtreecommitdiff
path: root/filter/source/xsltdialog/xmlfiltertabpagexslt.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 12:45:02 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 12:45:02 +0000
commit4c821fc2a61816030031d827b915d36684a6cd7c (patch)
treeea773778342c79d5823e72e72a68000b81f914e7 /filter/source/xsltdialog/xmlfiltertabpagexslt.cxx
parent7f105af8d44d1d92203f0724b2c234f0ed90f81a (diff)
INTEGRATION: CWS sb59 (1.4.192); FILE MERGED
2006/08/22 12:58:29 sb 1.4.192.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'filter/source/xsltdialog/xmlfiltertabpagexslt.cxx')
-rw-r--r--filter/source/xsltdialog/xmlfiltertabpagexslt.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/filter/source/xsltdialog/xmlfiltertabpagexslt.cxx b/filter/source/xsltdialog/xmlfiltertabpagexslt.cxx
index 6e306cf35474..f4f50f8bcac0 100644
--- a/filter/source/xsltdialog/xmlfiltertabpagexslt.cxx
+++ b/filter/source/xsltdialog/xmlfiltertabpagexslt.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlfiltertabpagexslt.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 07:49:14 $
+ * last change: $Author: obo $ $Date: 2006-10-12 13:45:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,6 +40,8 @@
#include <com/sun/star/frame/XConfigManager.hpp>
#endif
+#include "com/sun/star/ui/dialogs/TemplateDescription.hpp"
+
#ifndef _FILEDLGHELPER_HXX
#include <sfx2/filedlghelper.hxx>
#endif
@@ -225,7 +227,8 @@ IMPL_LINK ( XMLFilterTabPageXSLT, ClickBrowseHdl_Impl, PushButton *, pButton )
}
// Open Fileopen-Dialog
- ::sfx2::FileDialogHelper aDlg( ::sfx2::FILEOPEN_SIMPLE, 0 );
+ ::sfx2::FileDialogHelper aDlg(
+ com::sun::star::ui::dialogs::TemplateDescription::FILEOPEN_SIMPLE, 0 );
aDlg.SetDisplayDirectory( GetURL( *pURLBox ) );