diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-21 14:22:50 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-21 14:22:50 +0000 |
commit | 3a0f5a64db32c36819c7acf973783d42aa6a6a13 (patch) | |
tree | bbc5de21edcfd7c1482b82187afb8c18d4376d48 | |
parent | 16dc52f460b56d876216170b37802b12016c8ce5 (diff) |
INTEGRATION: CWS dba24c (1.20.200); FILE MERGED
2007/10/25 08:46:34 fs 1.20.200.1: during #i81658#: FILTER_CRITERIA -> FILTER
-rw-r--r-- | svx/source/form/fmprop.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/form/fmprop.cxx b/svx/source/form/fmprop.cxx index ed16d3ecec24..37e09645c843 100644 --- a/svx/source/form/fmprop.cxx +++ b/svx/source/form/fmprop.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fmprop.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: kz $ $Date: 2007-05-10 10:06:03 $ + * last change: $Author: ihi $ $Date: 2007-11-21 15:22:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -66,7 +66,7 @@ namespace svxform IMPLEMENT_CONSTASCII_USTRING(FM_PROP_ENABLED,"Enabled"); IMPLEMENT_CONSTASCII_USTRING(FM_PROP_READONLY,"ReadOnly"); IMPLEMENT_CONSTASCII_USTRING(FM_PROP_ISREADONLY,"IsReadOnly"); - IMPLEMENT_CONSTASCII_USTRING(FM_PROP_FILTER_CRITERIA,"Filter"); + IMPLEMENT_CONSTASCII_USTRING(FM_PROP_FILTER,"Filter"); IMPLEMENT_CONSTASCII_USTRING(FM_PROP_AUTOINCREMENT,"IsAutoIncrement"); IMPLEMENT_CONSTASCII_USTRING(FM_PROP_DATAENTRY,"DataEntry"); IMPLEMENT_CONSTASCII_USTRING(FM_PROP_WIDTH,"Width"); |