Kaydet (Commit) 451635d6 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS sb59 (1.11.62); FILE MERGED

2006/08/21 16:02:59 sb 1.11.62.1: #i67487# Made code compile (warning-free) again after resync to SRC680m182.
üst e04f7f10
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: datanavi.cxx,v $ * $RCSfile: datanavi.cxx,v $
* *
* $Revision: 1.12 $ * $Revision: 1.13 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 05:03:49 $ * last change: $Author: obo $ $Date: 2006-10-12 12:44:29 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -123,6 +123,7 @@ ...@@ -123,6 +123,7 @@
#ifndef _COM_SUN_STAR_FRAME_XMODEL_HPP_ #ifndef _COM_SUN_STAR_FRAME_XMODEL_HPP_
#include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/frame/XModel.hpp>
#endif #endif
#include "com/sun/star/ui/dialogs/TemplateDescription.hpp"
#ifndef _COM_SUN_STAR_XFORMS_XFORMSSUPPLIER_HPP_ #ifndef _COM_SUN_STAR_XFORMS_XFORMSSUPPLIER_HPP_
#include <com/sun/star/xforms/XFormsSupplier.hpp> #include <com/sun/star/xforms/XFormsSupplier.hpp>
#endif #endif
...@@ -3714,7 +3715,8 @@ namespace svxform ...@@ -3714,7 +3715,8 @@ namespace svxform
//------------------------------------------------------------------------ //------------------------------------------------------------------------
IMPL_LINK( AddInstanceDialog, FilePickerHdl, PushButton *, EMPTYARG ) IMPL_LINK( AddInstanceDialog, FilePickerHdl, PushButton *, EMPTYARG )
{ {
::sfx2::FileDialogHelper aDlg( ::sfx2::FILEOPEN_SIMPLE, 0 ); ::sfx2::FileDialogHelper aDlg(
css::ui::dialogs::TemplateDescription::FILEOPEN_SIMPLE, 0 );
INetURLObject aFile( SvtPathOptions().GetWorkPath() ); INetURLObject aFile( SvtPathOptions().GetWorkPath() );
aDlg.AddFilter( m_sAllFilterName, DEFINE_CONST_UNICODE(FILEDIALOG_FILTER_ALL) ); aDlg.AddFilter( m_sAllFilterName, DEFINE_CONST_UNICODE(FILEDIALOG_FILTER_ALL) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment