User: ihi Date: 2007-11-21 15:50:08+0000 Modified: dba/dbaccess/source/ui/app/AppControllerDnD.cxx
Log: INTEGRATION: CWS dba24c (1.22.22); FILE MERGED 2007/09/17 09:34:43 fs 1.22.22.2: #i49183# make getSelectionElementNames const 2007/09/12 09:09:39 fs 1.22.22.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppControllerDnD.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppControllerDnD.cxx?r1=1.22&r2=1.23 Delta lines: +2 -2 ------------------- --- AppControllerDnD.cxx 2007-07-24 12:06:24+0000 1.22 +++ AppControllerDnD.cxx 2007-11-21 15:50:06+0000 1.23 @@ -592,7 +592,7 @@ m_bCurrentlyModified = (xModi.is() && xModi->isModified()); } // ----------------------------------------------------------------------------- -void OApplicationController::getSelectionElementNames(::std::vector< ::rtl::OUString>& _rNames) +void OApplicationController::getSelectionElementNames(::std::vector< ::rtl::OUString>& _rNames) const { ::vos::OGuard aSolarGuard( Application::GetSolarMutex() ); ::osl::MutexGuard aGuard(m_aMutex); @@ -835,7 +835,7 @@ else { xNewQuery->setPropertyValue(PROPERTY_COMMAND,makeAny(sCommand)); - xNewQuery->setPropertyValue(PROPERTY_USE_ESCAPE_PROCESSING,makeAny(bEscapeProcessing)); + xNewQuery->setPropertyValue(PROPERTY_ESCAPE_PROCESSING,makeAny(bEscapeProcessing)); } // insert xDestQueries->insertByName( sTargetName, makeAny(xNewQuery) ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
