summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-11-09 09:46:12 +0000
committerOliver Specht <os@openoffice.org>2000-11-09 09:46:12 +0000
commit78175c9c68f25fffdd2819d012976489e35ad235 (patch)
treec3fa4e50c96413dc56bbac0e4b271debfeb5c471 /sw/source/core
parent77b49969ef9234f9526ec3322425e3c98b4d1edb (diff)
LevelFormat property added to bibliography
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/unocore/unomap.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unomap.cxx b/sw/source/core/unocore/unomap.cxx
index aed1d016867e..dcdad3474806 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.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: os $ $Date: 2000-11-08 12:42:49 $
+ * last change: $Author: os $ $Date: 2000-11-09 10:46:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1702,6 +1702,7 @@ const SfxItemPropertyMap* SwUnoPropertyMapProvider::GetPropertyMap(sal_uInt16
{ SW_PROP_NAME(UNO_NAME_BACK_TRANSPARENT ), RES_BACKGROUND, &::getBooleanCppuType(), PROPERTY_NONE ,MID_GRAPHIC_TRANSPARENT },
{ MAP_CHAR_LEN("ParaStyleHeading"), WID_PARA_HEAD, &::getCppuType((const OUString*)0) , 0, 0},
{ MAP_CHAR_LEN("ParaStyleLevel1"), WID_PARA_LEV1, &::getCppuType((const OUString*)0) , 0, 0},
+ { SW_PROP_NAME(UNO_NAME_LEVEL_FORMAT ), WID_LEVEL_FORMAT , &::getCppuType((uno::Reference<container::XIndexReplace>*)0) , PROPERTY_NONE,0},
{0,0,0,0}
};
aMapArr[nPropertyId] = aBibliographyMap_Impl;