diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-17 11:59:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-17 11:59:16 +0000 |
commit | d81ca969c0bbfaebef690df4f2d0f9eda4801979 (patch) | |
tree | 0eef64a9d8753a39bbf79dbdd3c3cf79cd5a867c /xmloff/source/meta | |
parent | 770435ea5b889079e0f1a78a82c719ea38773df4 (diff) |
INTEGRATION: CWS basemodelrefactoring (1.23.62); FILE MERGED
2007/05/29 11:21:45 mba 1.23.62.2: RESYNC: (1.23-1.24); FILE MERGED
2007/03/23 22:35:38 mba 1.23.62.1: #i26672#: CharLocale property now named Language
Diffstat (limited to 'xmloff/source/meta')
-rw-r--r-- | xmloff/source/meta/xmlmetai.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/meta/xmlmetai.cxx b/xmloff/source/meta/xmlmetai.cxx index 0faf54522775..71c0f82ad732 100644 --- a/xmloff/source/meta/xmlmetai.cxx +++ b/xmloff/source/meta/xmlmetai.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlmetai.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:19:39 $ + * last change: $Author: obo $ $Date: 2007-07-17 12:59:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -98,7 +98,7 @@ using namespace ::xmloff::token; #define PROP_EDITINGCYCLES "EditingCycles" #define PROP_EDITINGDURATION "EditingDuration" -#define PROP_CHARLOCALE "CharLocale" +#define PROP_CHARLOCALE "Language" #define PROP_DOCSTATISTIC "DocumentStatistic" //------------------------------------------------------------------------- |