User: ihi Date: 2007-11-21 15:50:27+0000 Modified: dba/dbaccess/source/ui/browser/brwctrlr.cxx
Log: INTEGRATION: CWS dba24c (1.100.20); FILE MERGED 2007/09/12 09:09:39 fs 1.100.20.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons 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.101&r2=1.102 Delta lines: +1 -1 ------------------- --- brwctrlr.cxx 2007-11-13 15:33:26+0000 1.101 +++ brwctrlr.cxx 2007-11-21 15:50:24+0000 1.102 @@ -2465,7 +2465,7 @@ try { Reference< XPropertySet > xFormSet(getRowSet(), UNO_QUERY); - if (::comphelper::getBOOL(xFormSet->getPropertyValue(PROPERTY_USE_ESCAPE_PROCESSING))) + if (::comphelper::getBOOL(xFormSet->getPropertyValue(PROPERTY_ESCAPE_PROCESSING))) { // (only if the statement isn't native) // (it is allowed to use the PROPERTY_ISPASSTHROUGH : _after_ loading a form it is valid) Reference<XMultiServiceFactory> xFactory(::dbtools::getConnection(getRowSet()),UNO_QUERY); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
