Tag: cws_src680_dba201a User: fs Date: 05/05/19 00:56:16 Modified: /dba/dbaccess/source/ui/browser/ brwctrlr.cxx
Log: #121276# don't invalidate features we do not support File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: brwctrlr.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/brwctrlr.cxx?r1=1.86&r2=1.86.42.1 Delta lines: +4 -6 ------------------- --- brwctrlr.cxx 1 Mar 2005 19:15:34 -0000 1.86 +++ brwctrlr.cxx 19 May 2005 07:56:12 -0000 1.86.42.1 @@ -2,9 +2,9 @@ * * $RCSfile: brwctrlr.cxx,v $ * - * $Revision: 1.86 $ + * $Revision: 1.86.42.1 $ * - * last change: $Author: kz $ $Date: 2005/03/01 19:15:34 $ + * last change: $Author: fs $ $Date: 2005/05/19 07:56:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2203,9 +2203,7 @@ //------------------------------------------------------------------------------ void SbaXDataBrowserController::SelectionChanged() { - InvalidateFeature(ID_BROWSER_INSERTCOLUMNS); - InvalidateFeature(ID_BROWSER_INSERTCONTENT); - InvalidateFeature(ID_BROWSER_FORMLETTER); + // not interested in } //------------------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
