summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-07-14 10:40:23 +0000
committerKurt Zenker <kz@openoffice.org>2005-07-14 10:40:23 +0000
commit1920528b4d2b45a069e7099d2484288dbfceb9af (patch)
treea0696362e3e9ff6156f5dbb5e94b28c179e29a53 /sw/source/core/unocore
parent02999bf142af37d92a4465cefaa1638ca108f5f9 (diff)
INTEGRATION: CWS dvoqbfix4 (1.176.54); FILE MERGED
2005/06/02 16:56:02 dvo 1.176.54.1: #i43675# add WritingMode property to frame style
Diffstat (limited to 'sw/source/core/unocore')
-rw-r--r--sw/source/core/unocore/unomap.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/unocore/unomap.cxx b/sw/source/core/unocore/unomap.cxx
index f13e10f2f1bf..aeacb96e4007 100644
--- a/sw/source/core/unocore/unomap.cxx
+++ b/sw/source/core/unocore/unomap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unomap.cxx,v $
*
- * $Revision: 1.177 $
+ * $Revision: 1.178 $
*
- * last change: $Author: obo $ $Date: 2005-07-08 11:06:34 $
+ * last change: $Author: kz $ $Date: 2005-07-14 11:40:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -768,7 +768,7 @@ const SfxItemPropertyMap* SwUnoPropertyMapProvider::GetPropertyMap(sal_uInt16 nP
{ SW_PROP_NMID(UNO_NAME_IS_FOLLOWING_TEXT_FLOW), RES_FOLLOW_TEXT_FLOW, CPPU_E2T(CPPUTYPE_BOOLEAN), PROPERTY_NONE, 0},
// OD 2004-05-05 #i28701#
{ SW_PROP_NMID(UNO_NAME_WRAP_INFLUENCE_ON_POSITION), RES_WRAP_INFLUENCE_ON_OBJPOS, CPPU_E2T(CPPUTYPE_INT8), PROPERTY_NONE, MID_WRAP_INFLUENCE},
-
+ { SW_PROP_NMID(UNO_NAME_WRITING_MODE), RES_FRAMEDIR, CPPU_E2T(CPPUTYPE_INT16), PROPERTY_NONE, 0 },
{0,0,0,0,0}
};
aMapArr[nPropertyId] = aFrameStyleMap;