Tag: cws_src680_dba24 User: oj Date: 05/02/07 05:07:18 Modified: /dba/dbaccess/source/ui/browser/ genericcontroller.cxx
Log: clear SupportedFeatures before filling them File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: genericcontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/genericcontroller.cxx?r1=1.59.4.2&r2=1.59.4.3 Delta lines: +2 -0 ------------------- --- genericcontroller.cxx 3 Feb 2005 13:52:12 -0000 1.59.4.2 +++ genericcontroller.cxx 7 Feb 2005 13:07:15 -0000 1.59.4.3 @@ -219,6 +219,7 @@ #if OSL_DEBUG_LEVEL >= 2 m_bDescribingSupportedFeatures = true; #endif + m_aSupportedFeatures.clear(); describeSupportedFeatures(); #if OSL_DEBUG_LEVEL >= 2 m_bDescribingSupportedFeatures = false; @@ -262,6 +263,7 @@ { vos::OGuard aSolarGuard( Application::GetSolarMutex() ); ::osl::MutexGuard aGuard(m_aMutex); + Reference< XWindow > xParent; Reference< XFrame > xFrame; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
