Tag: cws_src680_qiq User: fs Date: 06/05/12 04:10:19 Modified: /dba/dbaccess/source/ui/querydesign/ querycontroller.cxx
Log: #i51143# +allowViews/+allowQueries File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: querycontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/querycontroller.cxx?r1=1.103.4.1&r2=1.103.4.2 Delta lines: +14 -2 -------------------- --- querycontroller.cxx 10 May 2006 11:08:50 -0000 1.103.4.1 +++ querycontroller.cxx 12 May 2006 11:10:16 -0000 1.103.4.2 @@ -4,9 +4,9 @@ * * $RCSfile: querycontroller.cxx,v $ * - * $Revision: 1.103.4.1 $ + * $Revision: 1.103.4.2 $ * - * last change: $Author: fs $ $Date: 2006/05/10 11:08:50 $ + * last change: $Author: fs $ $Date: 2006/05/12 11:10:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1697,7 +1697,19 @@ Execute( ID_BROWSER_ADDTABLE,Sequence<PropertyValue>() ); return 0L; } + +// ----------------------------------------------------------------------------- +bool OQueryController::allowViews() const +{ + return true; +} + // ----------------------------------------------------------------------------- +bool OQueryController::allowQueries() const +{ + return true; +} + // ----------------------------------------------------------------------------- } // namespace dbaui // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
