summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/brwctrlr.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-21 14:50:24 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-21 14:50:24 +0000
commitdec1c296b50ba916c0e258ee6af2071f28724993 (patch)
treeeb877a7d008e581d7d7e0bfe3a78330b73a2df89 /dbaccess/source/ui/browser/brwctrlr.cxx
parent4e5af94a0b7dc06044db46580d0c1b7df53f3609 (diff)
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
Diffstat (limited to 'dbaccess/source/ui/browser/brwctrlr.cxx')
-rw-r--r--dbaccess/source/ui/browser/brwctrlr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx b/dbaccess/source/ui/browser/brwctrlr.cxx
index a7f6dbd35..30867efb1 100644
--- a/dbaccess/source/ui/browser/brwctrlr.cxx
+++ b/dbaccess/source/ui/browser/brwctrlr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: brwctrlr.cxx,v $
*
- * $Revision: 1.101 $
+ * $Revision: 1.102 $
*
- * last change: $Author: rt $ $Date: 2007-11-13 15:33:26 $
+ * last change: $Author: ihi $ $Date: 2007-11-21 15:50:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -2465,7 +2465,7 @@ void SbaXDataBrowserController::LoadFinished(sal_Bool /*bWasSynch*/)
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);