summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp/dbaexchange.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-21 14:21:04 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-21 14:21:04 +0000
commitc0f92c25dacc041283b1f9fe25926655d68ca184 (patch)
tree1f13c7dec15e7c224df46c6ec5a70c557e97b4c0 /svx/source/fmcomp/dbaexchange.cxx
parentb2a53674986661c00828603236194d2f392dab28 (diff)
INTEGRATION: CWS dba24c (1.19.110); FILE MERGED
2007/10/25 08:47:04 fs 1.19.110.1: during #i81658#: FILTER_CRITERIA -> FILTER
Diffstat (limited to 'svx/source/fmcomp/dbaexchange.cxx')
-rw-r--r--svx/source/fmcomp/dbaexchange.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/fmcomp/dbaexchange.cxx b/svx/source/fmcomp/dbaexchange.cxx
index 0d7cf757a58f..04d76a51f10c 100644
--- a/svx/source/fmcomp/dbaexchange.cxx
+++ b/svx/source/fmcomp/dbaexchange.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dbaexchange.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 18:07:36 $
+ * last change: $Author: ihi $ $Date: 2007-11-21 15:21:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -495,7 +495,7 @@ namespace svx
{
::rtl::OUString sFilter, sSort;
if (::cppu::any2bool(_rxLivingForm->getPropertyValue(FM_PROP_APPLYFILTER)))
- _rxLivingForm->getPropertyValue(FM_PROP_FILTER_CRITERIA) >>= sFilter;
+ _rxLivingForm->getPropertyValue(FM_PROP_FILTER) >>= sFilter;
_rxLivingForm->getPropertyValue(FM_PROP_SORT) >>= sSort;
bHasFilterOrSort = (sFilter.getLength()>0) || (sSort.getLength()>0);