Kaydet (Commit) 9d7c5393 authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Michael Stahl

sal_Bool->bool in regexp

Change-Id: I45301c519037ac6c027bfb5a44e8a2a2d53b3ad2
üst c849c4b9
...@@ -307,7 +307,7 @@ class REGEXP_DLLPUBLIC Regexpr ...@@ -307,7 +307,7 @@ class REGEXP_DLLPUBLIC Regexpr
struct re_pattern_buffer *bufp; struct re_pattern_buffer *bufp;
sal_Bool isIgnoreCase; bool isIgnoreCase;
/** Either a translate table to apply to all characters before comparing /** Either a translate table to apply to all characters before comparing
them, or zero for no translation. The translation is applied to a them, or zero for no translation. The translation is applied to a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment