diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-08 13:10:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-08 13:10:20 +0000 |
commit | 124ffb072a8449e7b4e354c46f01c87ac5c4422a (patch) | |
tree | e628053cc9933b3d582aa614d2c7cb83f368069d /xmloff/source/text/txtprhdl.cxx | |
parent | f7ea922b1a02f602cda556cb3a8315caac59b954 (diff) |
INTEGRATION: CWS swobjpos03 (1.22.104); FILE MERGED
2003/11/21 08:41:18 od 1.22.104.2: #i22341# property map <pXML_VertRel_Enum> - extend by entry for new
vertical orientation <RelOrientation::TEXT_LINE>
2003/10/27 12:49:33 od 1.22.104.1: merging changes from cws swobjpos02
Diffstat (limited to 'xmloff/source/text/txtprhdl.cxx')
-rw-r--r-- | xmloff/source/text/txtprhdl.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/text/txtprhdl.cxx b/xmloff/source/text/txtprhdl.cxx index e176ddca4323..56995090c0dc 100644 --- a/xmloff/source/text/txtprhdl.cxx +++ b/xmloff/source/text/txtprhdl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtprhdl.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: hr $ $Date: 2004-02-02 18:45:25 $ + * last change: $Author: hr $ $Date: 2004-03-08 14:10:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -256,6 +256,8 @@ SvXMLEnumMapEntry __READONLY_DATA pXML_VertRel_Enum[] = { XML_PAGE_CONTENT, RelOrientation::PAGE_PRINT_AREA }, { XML_FRAME, RelOrientation::FRAME }, // import only { XML_FRAME_CONTENT, RelOrientation::PRINT_AREA }, // import only + // OD 13.11.2003 #i22341# - new vertical alignment at top of line + { XML_LINE, RelOrientation::TEXT_LINE }, { XML_TOKEN_INVALID, 0 } }; |