diff options
author | Noel Grandin <noel@peralex.com> | 2012-09-25 16:55:02 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-10-04 21:29:33 +0200 |
commit | 9d7c5393309d6e50554a18e2e50b4b97bb26cb57 (patch) | |
tree | 6acb75fb1922a455c3e6ba8557353927c4091dca | |
parent | c849c4b987021d933690ec77b714b9202df0686a (diff) |
sal_Bool->bool in regexp
Change-Id: I45301c519037ac6c027bfb5a44e8a2a2d53b3ad2
-rw-r--r-- | regexp/inc/regexp/reclass.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regexp/inc/regexp/reclass.hxx b/regexp/inc/regexp/reclass.hxx index d59664f0613b..71a3f1824f05 100644 --- a/regexp/inc/regexp/reclass.hxx +++ b/regexp/inc/regexp/reclass.hxx @@ -307,7 +307,7 @@ class REGEXP_DLLPUBLIC Regexpr struct re_pattern_buffer *bufp; - sal_Bool isIgnoreCase; + bool isIgnoreCase; /** Either a translate table to apply to all characters before comparing them, or zero for no translation. The translation is applied to a |