diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-05-30 11:21:38 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-05-30 23:28:56 +0200 |
commit | b75c104ace039cff957696ea3de091f60b26c918 (patch) | |
tree | c40d457c72c422af7e7f7eda473cd52636ba51d1 /sw | |
parent | 50ad242fe9acb366c8e0d1fa8d0de7cdb579eecb (diff) |
0 is fine here
Change-Id: I5f4e98f644dfd10e6fb35d15622b46fdcac00395
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/utlui/content.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx index d0c72c307a73..815df8c61130 100644 --- a/sw/source/uibase/utlui/content.cxx +++ b/sw/source/uibase/utlui/content.cxx @@ -481,7 +481,7 @@ void SwContentType::Invalidate() void SwContentType::FillMemberList(bool* pbLevelOrVisibilityChanged) { SwContentArr* pOldMember = 0; - int nOldMemberCount = -1; + int nOldMemberCount = 0; SwPtrMsgPoolItem aAskItem( RES_CONTENT_VISIBLE, 0 ); if(pMember && pbLevelOrVisibilityChanged) { |