User: ihi Date: 2007-11-21 15:41:18+0000 Modified: dba/dbaccess/source/core/inc/statement.hxx
Log: INTEGRATION: CWS dba24c (1.9.78); FILE MERGED 2007/09/27 07:51:58 fs 1.9.78.1: #i81691# cache the EscapeProcessing property File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: statement.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/statement.hxx?r1=1.9&r2=1.10 Delta lines: +4 -3 ------------------- --- statement.hxx 2007-01-17 14:52:54+0000 1.9 +++ statement.hxx 2007-11-21 15:41:16+0000 1.10 @@ -102,6 +102,7 @@ ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xAggregateAsSet; ::com::sun::star::uno::Reference< ::com::sun::star::util::XCancellable > m_xAggregateAsCancellable; sal_Bool m_bUseBookmarks; + sal_Bool m_bEscapeProcessing; virtual ~OStatementBase(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
