diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-20 17:16:37 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-24 08:12:10 +0200 |
commit | a4dc5ea2f7290a925bf225e1b9babbf4df43b7e6 (patch) | |
tree | 0ba569b208aed8c3b04e68ff3092bf4be5e0b81e /sw | |
parent | b41badb803b4d4597901fdc6c899305f3e914aaa (diff) |
svtools: sal_Bool->bool
Change-Id: I288a5c8b86d21a1b91f464aaf162aed9aca35a42
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/html/htmlbas.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlbas.cxx b/sw/source/filter/html/htmlbas.cxx index 354a8b7ee0f9..83d63c39379f 100644 --- a/sw/source/filter/html/htmlbas.cxx +++ b/sw/source/filter/html/htmlbas.cxx @@ -104,7 +104,7 @@ void SwHTMLParser::EndScript() { // Fuer JavaScript und StarBasic noch ein Basic-Modul anlegen // Das Basic entfernt natuerlich weiterhin keine SGML-Kommentare - RemoveSGMLComment( aScriptSource, sal_True ); + RemoveSGMLComment( aScriptSource, true ); // get library name OUString aLibName; |