Tag: cws_src680_qiq User: fs Date: 06/06/19 02:26:30 Modified: /dba/dbaccess/source/ui/inc/ adtabdlg.hxx
Log: #i51143# 'Add Tables' or 'Add Table or Query' decision now publicly available File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: adtabdlg.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/adtabdlg.hxx?r1=1.7.124.1&r2=1.7.124.2 Delta lines: +7 -4 ------------------- --- adtabdlg.hxx 12 May 2006 11:09:18 -0000 1.7.124.1 +++ adtabdlg.hxx 19 Jun 2006 09:26:26 -0000 1.7.124.2 @@ -4,9 +4,9 @@ * * $RCSfile: adtabdlg.hxx,v $ * - * $Revision: 1.7.124.1 $ + * $Revision: 1.7.124.2 $ * - * last change: $Author: fs $ $Date: 2006/05/12 11:09:18 $ + * last change: $Author: fs $ $Date: 2006/06/19 09:26:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -125,12 +125,15 @@ IAddTableDialogContext& _rContext ); virtual ~OAddTableDlg(); - virtual BOOL Close(); - void DetermineAddTable() { aAddButton.Enable( impl_isAddAllowed() ); } void Update(); + static String getDialogTitleForContext( + IAddTableDialogContext& _rContext ); + private: + virtual BOOL Close(); + bool impl_isAddAllowed(); void impl_addTable(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
