Tag: cws_src680_dba201a User: fs Date: 05/05/19 00:55:27 Modified: /dba/dbaccess/source/ui/browser/ dsEntriesNoExp.cxx
Log: #121276# don't invalidate features we do not support File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: dsEntriesNoExp.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/dsEntriesNoExp.cxx?r1=1.12&r2=1.12.86.1 Delta lines: +13 -3 -------------------- --- dsEntriesNoExp.cxx 16 Nov 2004 14:49:57 -0000 1.12 +++ dsEntriesNoExp.cxx 19 May 2005 07:55:25 -0000 1.12.86.1 @@ -2,9 +2,9 @@ * * $RCSfile: dsEntriesNoExp.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.12.86.1 $ * - * last change: $Author: obo $ $Date: 2004/11/16 14:49:57 $ + * last change: $Author: fs $ $Date: 2005/05/19 07:55:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -177,6 +177,16 @@ else DBG_ERROR("SbaTableQueryBrowser::isSelected: invalid entry!"); return sal_False; +} +//------------------------------------------------------------------------------ +void SbaTableQueryBrowser::SelectionChanged() +{ + if ( !m_bShowMenu ) + { + InvalidateFeature(ID_BROWSER_INSERTCOLUMNS); + InvalidateFeature(ID_BROWSER_INSERTCONTENT); + InvalidateFeature(ID_BROWSER_FORMLETTER); + } } //------------------------------------------------------------------------------ void SbaTableQueryBrowser::describeSupportedFeatures() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
