Tag: cws_src680_qiq User: fs Date: 06/05/12 04:10:18 Modified: /dba/dbaccess/source/ui/relationdesign/ RelationController.cxx
Log: #i51143# +allowViews/+allowQueries File Changes: Directory: /dba/dbaccess/source/ui/relationdesign/ ================================================== File [changed]: RelationController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/relationdesign/RelationController.cxx?r1=1.42&r2=1.42.118.1 Delta lines: +16 -4 -------------------- --- RelationController.cxx 23 Sep 2005 12:45:06 -0000 1.42 +++ RelationController.cxx 12 May 2006 11:10:16 -0000 1.42.118.1 @@ -4,9 +4,9 @@ * * $RCSfile: RelationController.cxx,v $ * - * $Revision: 1.42 $ + * $Revision: 1.42.118.1 $ * - * last change: $Author: hr $ $Date: 2005/09/23 12:45:06 $ + * 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. @@ -221,7 +221,6 @@ ,m_bRelationsPossible(sal_True) { DBG_CTOR(ORelationController,NULL); - m_bViewsAllowed = sal_False; InvalidateAll(); } // ----------------------------------------------------------------------------- @@ -594,6 +593,19 @@ pView->Invalidate(INVALIDATE_NOERASE); } } + +// ----------------------------------------------------------------------------- +bool ORelationController::allowViews() const +{ + return false; +} + +// ----------------------------------------------------------------------------- +bool ORelationController::allowQueries() const +{ + return false; +} + // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
