diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-17 09:56:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-17 09:56:58 +0000 |
commit | c56b7a8b8768513c61479b3f80892ca9163cede0 (patch) | |
tree | 20e0a572f350f01ded82b7f93a8eb89f654ab532 /sw/inc/cmdid.h | |
parent | 71e7f845686a5adaac962b00ba8ddbe745e738cf (diff) |
INTEGRATION: CWS impress17 (1.59.90); FILE MERGED
2004/10/28 12:08:52 od 1.59.90.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/cmdid.h')
-rw-r--r-- | sw/inc/cmdid.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index b9158148e97c..ad0df6ba6fc4 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -2,9 +2,9 @@ * * $RCSfile: cmdid.h,v $ * - * $Revision: 1.60 $ + * $Revision: 1.61 $ * - * last change: $Author: obo $ $Date: 2004-11-16 10:18:44 $ + * last change: $Author: obo $ $Date: 2004-11-17 10:56:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1176,6 +1176,10 @@ Achtung: Ab sofort sind in diesem File keine C++-Kommentare (//) mehr // com::sun::star::text::Shape::PositionLayoutDir property #define FN_SHAPE_POSITION_LAYOUT_DIR (FN_PARAM2+24) // <-- +// --> OD 2004-10-28 #i36248# +#define FN_SHAPE_STARTPOSITION_IN_HORI_L2R (FN_PARAM2+25) +#define FN_SHAPE_ENDPOSITION_IN_HORI_L2R (FN_PARAM2+26) +// <-- /*-------------------------------------------------------------------- Bereich: Druckoptionen --------------------------------------------------------------------*/ |