Tag: cws_src680_dba24b User: fs Date: 2007-08-27 10:46:01+0000 Modified: dba/dbaccess/source/ui/dlg/DriverSettings.hxx
Log: #i80930# only one implementation for the Special Settings page File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: DriverSettings.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/DriverSettings.hxx?r1=1.6&r2=1.6.88.1 Delta lines: +5 -20 -------------------- --- DriverSettings.hxx 2006-12-13 16:49:04+0000 1.6 +++ DriverSettings.hxx 2007-08-27 10:45:59+0000 1.6.88.1 @@ -4,9 +4,9 @@ * * $RCSfile: DriverSettings.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.6.88.1 $ * - * last change: $Author: kz $ $Date: 2006/12/13 16:49:04 $ + * last change: $Author: fs $ $Date: 2007/08/27 10:45:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -147,23 +147,8 @@ /// creates the GeneratedValues page static SfxTabPage* CreateGeneratedValuesPage( Window* _pParent, const SfxItemSet& _rAttrSet ); - /// creates a common page with the attributes needed for MySQL advanced settings. - static SfxTabPage* CreateMySQLSettingsPage( Window* _pParent, const SfxItemSet& _rAttrSet ); - - /// creates a common page with the attributes needed for Adabas advanced settings. - static SfxTabPage* CreateAdabasSettingsPage( Window* _pParent, const SfxItemSet& _rAttrSet ); - - /// creates a common page with the attributes needed for ADO advanced settings. - static SfxTabPage* CreateADOSettingsPage( Window* _pParent, const SfxItemSet& _rAttrSet ); - - /// creates a common page with the attributes needed for file-based (dBase, CSV) advanced settings. - static SfxTabPage* CreateFileSettingsPage( Window* _pParent, const SfxItemSet& _rAttrSet ); - - /// creates a common page with the attributes needed for MSA advanced settings. - static SfxTabPage* CreateAccessSettingsPage( Window* _pParent, const SfxItemSet& _rAttrSet ); - - /// creates a common page with all supported advanced attributes - static SfxTabPage* CreateFullSettingsPage( Window* _pParent, const SfxItemSet& _rAttrSet ); + /// creates the "Special Settings" page of the "Advanced Settings" dialog + static SfxTabPage* CreateSpecialSettingsPage( Window* _pParent, const SfxItemSet& _rAttrSet ); }; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
