This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 1aad1b44b8 Update unomap.cxx
1aad1b44b8 is described below
commit 1aad1b44b8f6e14bb7a2f0bad79a4e105d711f92
Author: Matthias Seidel <[email protected]>
AuthorDate: Tue Oct 11 13:54:33 2022 +0200
Update unomap.cxx
---
main/sw/source/core/unocore/unomap.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main/sw/source/core/unocore/unomap.cxx
b/main/sw/source/core/unocore/unomap.cxx
index 92f8dc0ac2..982582e548 100644
--- a/main/sw/source/core/unocore/unomap.cxx
+++ b/main/sw/source/core/unocore/unomap.cxx
@@ -148,7 +148,7 @@ SwUnoPropertyMapProvider::~SwUnoPropertyMapProvider()
{ SW_PROP_NMID(UNO_NAME_PARA_CONDITIONAL_STYLE_NAME),
FN_UNO_PARA_CONDITIONAL_STYLE_NAME, CPPU_E2T(CPPUTYPE_OUSTRING),
PropertyAttribute::READONLY, 0},
\
{ SW_PROP_NMID(UNO_NAME_LIST_ID), FN_UNO_LIST_ID,
CPPU_E2T(CPPUTYPE_OUSTRING), PropertyAttribute::MAYBEVOID, 0}, \
{ SW_PROP_NMID(UNO_NAME_PARA_IS_NUMBERING_RESTART),
FN_NUMBER_NEWSTART, CPPU_E2T(CPPUTYPE_BOOLEAN),
PropertyAttribute::MAYBEVOID, 0 }, \
- { SW_PROP_NMID(UNO_NAME_PARA_CONTINUEING_PREVIOUS_SUB_TREE),
FN_UNO_PARA_CONT_PREV_SUBTREE, CPPU_E2T(CPPUTYPE_BOOLEAN),
PropertyAttribute::READONLY, 0 }, \ /* misspelling kept for compatibility */
+ { SW_PROP_NMID(UNO_NAME_PARA_CONTINUEING_PREVIOUS_SUB_TREE),
FN_UNO_PARA_CONT_PREV_SUBTREE, CPPU_E2T(CPPUTYPE_BOOLEAN),
PropertyAttribute::READONLY, 0 }, \
{ SW_PROP_NMID(UNO_NAME_PARA_LIST_LABEL_STRING),
FN_UNO_PARA_NUM_STRING, CPPU_E2T(CPPUTYPE_OUSTRING),
PropertyAttribute::READONLY, 0 }, \
{ SW_PROP_NMID(UNO_NAME_OUTLINE_LEVEL),
RES_PARATR_OUTLINELEVEL, CPPU_E2T(CPPUTYPE_INT16),
PropertyAttribute::MAYBEVOID, 0}, // #outline level, zhaojianwei