diff options
author | Sergey Vladimirov <sergey@apache.org> | 2011-07-18 20:46:10 +0000 |
---|---|---|
committer | Sergey Vladimirov <sergey@apache.org> | 2011-07-18 20:46:10 +0000 |
commit | 2ee11bc6a156824e6af5c994b99507cbe29ce5ac (patch) | |
tree | 17ae9416f0497d9c0fecf17fb7eec46c74b3f025 /src/types | |
parent | 040da08842ffcc6c4e84869959f0f65fee403d80 (diff) | |
download | poi-2ee11bc6a156824e6af5c994b99507cbe29ce5ac.tar.gz poi-2ee11bc6a156824e6af5c994b99507cbe29ce5ac.zip |
fix compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148045 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/types')
-rw-r--r-- | src/types/definitions/chp_type.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/types/definitions/chp_type.xml b/src/types/definitions/chp_type.xml index 36751c9094..e082bd9853 100644 --- a/src/types/definitions/chp_type.xml +++ b/src/types/definitions/chp_type.xml @@ -240,9 +240,9 @@ description="Index to character style descriptor in the stylesheet that tags this run of text. When istd is istdNormalChar (10 decimal), characters in run are not affected by a character style. If chp.istd contains any other value, chpx of the specified character style are applied to CHP for this run before any other exceptional properties are applied."/> <field type="int" size="2" name="idslRMReason" - description="An index to strings displayed as reasons for actions taken by Word‘s AutoFormat code"/> + description="An index to strings displayed as reasons for actions taken by Word's AutoFormat code"/> <field type="int" size="2" name="idslReasonDel" - description="An index to strings displayed as reasons for actions taken by Word‘s AutoFormat code"/> + description="An index to strings displayed as reasons for actions taken by Word's AutoFormat code"/> <field type="int" size="2" name="cpg" description="Code page of run in pre-Unicode files"/> |