This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new 3a942b5b8a Update unomap.cxx (cherry picked from commit
8b1e061436fef1eba9eef1e2a1c3974a8d059982)
3a942b5b8a is described below
commit 3a942b5b8ae8f2f69a6c6b66ecc864ebca0e5acd
Author: Matthias Seidel <[email protected]>
AuthorDate: Tue Oct 11 13:41:19 2022 +0200
Update unomap.cxx
(cherry picked from commit 8b1e061436fef1eba9eef1e2a1c3974a8d059982)
---
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 9dfb5a063d..92f8dc0ac2 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 }, \ /* misspelling kept for compatibility */
{ 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