Kaydet (Commit) 124ffb07 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

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
üst f7ea922b
......@@ -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 }
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment