diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-30 07:40:08 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-30 07:40:08 +0000 |
commit | a3e444417d7467112d87b388da113808474b6f0e (patch) | |
tree | 2a00d354fb65d17a5bbf87a4143d64305256aa19 /dbaccess/source/shared | |
parent | ea936048579db3b169d4f96acff4f7f3aaf06bee (diff) |
INTEGRATION: CWS dba24d (1.13.70); FILE MERGED
2007/12/01 13:40:18 fs 1.13.70.2: RESYNC: (1.13-1.14); FILE MERGED
2007/11/08 14:06:52 fs 1.13.70.1: during #i81658#: string cleanup
Diffstat (limited to 'dbaccess/source/shared')
-rw-r--r-- | dbaccess/source/shared/dbustrings.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dbaccess/source/shared/dbustrings.cxx b/dbaccess/source/shared/dbustrings.cxx index 6846ea8cf2db..7dc090cab892 100644 --- a/dbaccess/source/shared/dbustrings.cxx +++ b/dbaccess/source/shared/dbustrings.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dbustrings.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: ihi $ $Date: 2007-11-21 15:48:56 $ + * last change: $Author: rt $ $Date: 2008-01-30 08:40:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -75,5 +75,4 @@ namespace dbaui IMPLEMENT_CONSTASCII_USTRING(PROPERTY_TABSTOP, "TabStop"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_DEFAULTCONTROL, "DefaultControl"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ENABLED, "Enabled"); - IMPLEMENT_CONSTASCII_USTRING(PROPERTY_COLUMN, "Column"); } |