summaryrefslogtreecommitdiff
path: root/sw/inc/list.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-11-03 12:18:57 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-11-03 12:20:23 +0900
commit2a9fd5d68304beebcffd2f6a66e65c95eb433c40 (patch)
tree56eec3b99f62e1ceb84b98e76cb9a2b2a033af5d /sw/inc/list.hxx
parentf70cf02d9073a2a7557eb01bac401213d5c11314 (diff)
sal_Bool to bool
Change-Id: I35412e2d2e36e3eabdff2a6692bf6edc68a2d724
Diffstat (limited to 'sw/inc/list.hxx')
-rw-r--r--sw/inc/list.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/list.hxx b/sw/inc/list.hxx
index e30a5ad0ad4e..f21a32f38ed8 100644
--- a/sw/inc/list.hxx
+++ b/sw/inc/list.hxx
@@ -48,7 +48,7 @@ class SwList
void ValidateListTree();
void MarkListLevel( const int nListLevel,
- const sal_Bool bValue );
+ const bool bValue );
bool IsListLevelMarked( const int nListLevel ) const;