diff options
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 3d74b3a263..495cacf85f 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -1985,8 +1985,8 @@ public: @param sListId list Id of the list whose level has to be marked/unmarked @param nListLevel level to mark - @param bValue - TRUE mark the level - - FALSE unmark the level + @param bValue - sal_True mark the level + - sal_False unmark the level */ void MarkListLevel( const String& sListId, const int nListLevel, @@ -1999,8 +1999,8 @@ public: @param rList list whose level has to be marked/unmarked @param nListLevel level to mark - @param bValue - TRUE mark the level - - FALSE unmark the level + @param bValue - sal_True mark the level + - sal_False unmark the level */ void MarkListLevel( SwList& rList, const int nListLevel, |