diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-10-16 18:29:11 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-10-16 18:33:24 +0900 |
commit | b1167e125076c8d088119585672105fd0bcbd6ee (patch) | |
tree | 84322e510a9b4fdbe96adbb69a73af6cab8717b5 /sw/inc/bparr.hxx | |
parent | 20e7a9bda9ae9eae2af47402903e17f95ae3510a (diff) |
sal_Bool to bool
Change-Id: I89050a1aa899b1a6cd49800f805af9611fd0a9a7
Diffstat (limited to 'sw/inc/bparr.hxx')
-rw-r--r-- | sw/inc/bparr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/bparr.hxx b/sw/inc/bparr.hxx index e5035a805547..2a644d385988 100644 --- a/sw/inc/bparr.hxx +++ b/sw/inc/bparr.hxx @@ -54,7 +54,7 @@ protected: typedef BigPtrEntry* ElementPtr; -typedef sal_Bool (*FnForEach)( const ElementPtr&, void* pArgs ); +typedef bool (*FnForEach)( const ElementPtr&, void* pArgs ); // 1000 entries per Block = a bit less then 4K #define MAXENTRY 1000 |