diff options
author | Oliver Specht <os@openoffice.org> | 2001-03-21 12:02:57 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-03-21 12:02:57 +0000 |
commit | cac8fa82ff2b60821840e177818749e8d55b246d (patch) | |
tree | 1884b95689ae478370b5066137cdb4de0c1bfb19 /sw | |
parent | 6396e77b2677979775c29e6d90c7c97f4de37cc6 (diff) |
new cell property: IsProtected
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/unocore/unomap.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unomap.cxx b/sw/source/core/unocore/unomap.cxx index a8d373cc7880..0dd3d2982cd0 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.63 $ + * $Revision: 1.64 $ * - * last change: $Author: dvo $ $Date: 2001-03-20 18:51:04 $ + * last change: $Author: os $ $Date: 2001-03-21 13:02:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1158,6 +1158,7 @@ const SfxItemPropertyMap* SwUnoPropertyMapProvider::GetPropertyMap(sal_uInt16 { SW_PROP_NAME(UNO_NAME_BOTTOM_BORDER_DISTANCE), RES_BOX, &::getCppuType((const sal_Int32*)0), 0, BOTTOM_BORDER_DISTANCE|CONVERT_TWIPS }, { SW_PROP_NAME(UNO_NAME_USER_DEFINED_ATTRIBUTES), RES_UNKNOWNATR_CONTAINER, &::getCppuType((uno::Reference<container::XNameContainer>*)0), PropertyAttribute::MAYBEVOID, 0 }, { SW_PROP_NAME(UNO_NAME_TEXT_SECTION), FN_UNO_TEXT_SECTION, &::getCppuType((uno::Reference<text::XTextSection>*)0), PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 }, + { SW_PROP_NAME(UNO_NAME_IS_PROTECTED), RES_PROTECT, &::getBooleanCppuType(), 0, MID_PROTECT_CONTENT}, {0,0,0,0} }; aMapArr[nPropertyId] = aCellMap_Impl; |