Tag: cws_src680_sb59 User: sb Date: 2006/08/22 01:09:36 Modified: dba/dbaccess/source/ui/app/AppController.cxx
Log: #i67487# Made code warning-free (wntmsci10). File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.cxx?r1=1.32&r2=1.32.4.1 Delta lines: +5 -4 ------------------- --- AppController.cxx 19 Jul 2006 22:33:43 -0000 1.32 +++ AppController.cxx 22 Aug 2006 08:09:34 -0000 1.32.4.1 @@ -4,9 +4,9 @@ * * $RCSfile: AppController.cxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.32.4.1 $ * - * last change: $Author: kz $ $Date: 2006/07/19 22:33:43 $ + * last change: $Author: sb $ $Date: 2006/08/22 08:09:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -104,6 +104,7 @@ #ifndef _COM_SUN_STAR_UTIL_XFLUSHABLE_HPP_ #include <com/sun/star/util/XFlushable.hpp> #endif +#include "com/sun/star/ui/dialogs/TemplateDescription.hpp" /** === end UNO includes === **/ #ifndef _TOOLS_DEBUG_HXX @@ -1045,7 +1046,7 @@ if ( !sUrl.getLength() ) sUrl = SvtPathOptions().GetWorkPath(); - ::sfx2::FileDialogHelper aFileDlg( ::sfx2::FILESAVE_AUTOEXTENSION,static_cast<sal_uInt32>(nBits) ,getView()); + ::sfx2::FileDialogHelper aFileDlg( com::sun::star::ui::dialogs::TemplateDescription::FILESAVE_AUTOEXTENSION,static_cast<sal_uInt32>(nBits) ,getView()); aFileDlg.SetDisplayDirectory( sUrl ); const SfxFilter* pFilter = getStandardDatabaseFilter(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
