summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:03:49 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:03:49 +0000
commitbaf38ba09639c6bbbb03ed899acf260a8e3bc8f5 (patch)
treeacf87715183f5438fb528f68a864766d1b44da21 /sw/source/core/unocore
parentbd66a9806772dce3af93939c8e4d55c2f4b41837 (diff)
INTEGRATION: CWS swdrawobjapi (1.98.10); FILE MERGED
2004/08/12 07:17:01 od 1.98.10.2: RESYNC: (1.98-1.101); FILE MERGED resolve merge conflict. 2004/08/06 13:53:03 od 1.98.10.1: #i28749# - adjustments for transform shape position between OpenOffice.org file format and OASIS Open Office file format
Diffstat (limited to 'sw/source/core/unocore')
-rw-r--r--sw/source/core/unocore/unoprnms.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/core/unocore/unoprnms.cxx b/sw/source/core/unocore/unoprnms.cxx
index 83246a5f1284..88341947bea2 100644
--- a/sw/source/core/unocore/unoprnms.cxx
+++ b/sw/source/core/unocore/unoprnms.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoprnms.cxx,v $
*
- * $Revision: 1.102 $
+ * $Revision: 1.103 $
*
- * last change: $Author: obo $ $Date: 2004-08-11 15:43:11 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:03:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -751,7 +751,9 @@ const SwPropNameTab aPropNameTab = {
/* 0669 UNO_NAME_COLLAPSING_BORDERS*/ {MAP_CHAR_LEN("CollapsingBorders")},
/* 0670 UNO_NAME_WRAP_INFLUENCE_ON_POSITION*/ {MAP_CHAR_LEN("WrapInfluenceOnPosition")},
/* 0671 DATA_BASE_URL */ {MAP_CHAR_LEN("DataBaseURL")},
-/* 0672 DATA_BASE_RESOURCE */ {MAP_CHAR_LEN("DataBaseResource")}
+/* 0672 DATA_BASE_RESOURCE */ {MAP_CHAR_LEN("DataBaseResource")},
+/* 0673 UNO_NAME_TRANSFORMATION_IN_HORI_L2R*/ {MAP_CHAR_LEN("TransformationInHoriL2R")},
+/* 0674 UNO_NAME_POSITION_LAYOUT_DIR*/ {MAP_CHAR_LEN("PositionLayoutDir")}
};
const SwPropNameLen& GetPropName( USHORT nId )