Tag: cws_src680_dba24 User: fs Date: 05/02/03 00:10:57 Modified: /dba/dbaccess/source/ui/misc/ singledoccontroller.cxx
Log: #i40468# invalidate supported features only File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: singledoccontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/singledoccontroller.cxx?r1=1.13&r2=1.13.70.1 Delta lines: +5 -4 ------------------- --- singledoccontroller.cxx 9 Sep 2004 09:47:19 -0000 1.13 +++ singledoccontroller.cxx 3 Feb 2005 08:10:54 -0000 1.13.70.1 @@ -2,9 +2,9 @@ * * $RCSfile: singledoccontroller.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.13.70.1 $ * - * last change: $Author: rt $ $Date: 2004/09/09 09:47:19 $ + * last change: $Author: fs $ $Date: 2005/02/03 08:10:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -541,6 +541,7 @@ { m_bModified = _bModified; InvalidateFeature(ID_BROWSER_SAVEDOC); + if ( IsFeatureSupported( ID_BROWSER_SAVEASDOC ) ) InvalidateFeature(ID_BROWSER_SAVEASDOC); } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
