diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-17 09:57:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-17 09:57:29 +0000 |
commit | 5145398db35e238937722070f65fa22800843223 (patch) | |
tree | 491fe4838def80d1402ebdecfd565f4b27ac421a /sw/inc/unoprnms.hxx | |
parent | eb4be45278b66acaadd6af1c8a4a9272989f743e (diff) |
INTEGRATION: CWS impress17 (1.101.92); FILE MERGED
2004/10/28 12:08:52 od 1.101.92.1: #i36248# - adjustments to correct representation of connector shape position
in the OASIS Open Office file format and to export its position
correctly to the OpenOffice.org file format.
Diffstat (limited to 'sw/inc/unoprnms.hxx')
-rw-r--r-- | sw/inc/unoprnms.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index 097d0e6f4757..69760d841e10 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unoprnms.hxx,v $ * - * $Revision: 1.101 $ + * $Revision: 1.102 $ * - * last change: $Author: rt $ $Date: 2004-09-27 11:46:56 $ + * last change: $Author: obo $ $Date: 2004-11-17 10:57:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -759,7 +759,11 @@ enum SwPropNameIds /* 0673 */ UNO_NAME_TRANSFORMATION_IN_HORI_L2R, /* 0674 */ UNO_NAME_POSITION_LAYOUT_DIR, // <-- -/* 0675 */ SW_PROPNAME_END +// --> OD 2004-10-28 #i36248# +/* 0675 */ UNO_NAME_STARTPOSITION_IN_HORI_L2R, +/* 0676 */ UNO_NAME_ENDPOSITION_IN_HORI_L2R, +// <-- +/* 0677 */ SW_PROPNAME_END }; |