Tag: cws_src680_sb59 User: sb Date: 2006/08/22 01:16:44 Modified: dba/dbaccess/source/ui/dlg/dbwizsetup.cxx
Log: #i67487# Made code compile (warning-free) after resync to SRC680m182. File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: dbwizsetup.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/dbwizsetup.cxx?r1=1.18&r2=1.18.28.1 Delta lines: +5 -5 ------------------- --- dbwizsetup.cxx 20 Jun 2006 03:06:31 -0000 1.18 +++ dbwizsetup.cxx 22 Aug 2006 08:16:41 -0000 1.18.28.1 @@ -4,9 +4,9 @@ * * $RCSfile: dbwizsetup.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.18.28.1 $ * - * last change: $Author: hr $ $Date: 2006/06/20 03:06:31 $ + * last change: $Author: sb $ $Date: 2006/08/22 08:16:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -175,7 +175,7 @@ #ifndef _COM_SUN_STAR_TASK_XINTERACTIONHANDLER_HPP_ #include <com/sun/star/task/XInteractionHandler.hpp> #endif - +#include "com/sun/star/ui/dialogs/TemplateDescription.hpp" #include <memory> @@ -1098,7 +1098,7 @@ { sal_Bool bRet = sal_False; WinBits nBits(WB_STDMODAL|WB_SAVEAS); - ::sfx2::FileDialogHelper aFileDlg( ::sfx2::FILESAVE_AUTOEXTENSION, static_cast<sal_uInt32>(nBits), this); + ::sfx2::FileDialogHelper aFileDlg( com::sun::star::ui::dialogs::TemplateDescription::FILESAVE_AUTOEXTENSION, static_cast<sal_uInt32>(nBits), this); const SfxFilter* pFilter = getStandardDatabaseFilter(); if ( pFilter ) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
