summaryrefslogtreecommitdiff
path: root/sw/inc/ndarr.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-10-16 18:29:11 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-10-16 18:33:24 +0900
commitb1167e125076c8d088119585672105fd0bcbd6ee (patch)
tree84322e510a9b4fdbe96adbb69a73af6cab8717b5 /sw/inc/ndarr.hxx
parent20e7a9bda9ae9eae2af47402903e17f95ae3510a (diff)
sal_Bool to bool
Change-Id: I89050a1aa899b1a6cd49800f805af9611fd0a9a7
Diffstat (limited to 'sw/inc/ndarr.hxx')
-rw-r--r--sw/inc/ndarr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx
index 2f393af73bd0..a7401a02badc 100644
--- a/sw/inc/ndarr.hxx
+++ b/sw/inc/ndarr.hxx
@@ -79,7 +79,7 @@ struct SwPosition;
// --------------------
typedef SwNode * SwNodePtr;
-typedef sal_Bool (*FnForEach_SwNodes)( const SwNodePtr&, void* pArgs );
+typedef bool (*FnForEach_SwNodes)( const SwNodePtr&, void* pArgs );
typedef struct _xmlTextWriter *xmlTextWriterPtr;
struct CompareSwOutlineNodes