diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-14 07:50:04 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-14 07:50:34 +0200 |
commit | e7ea15aef2ac619c153de57cb2bd97ab8dbadf68 (patch) | |
tree | 2575b322f5b1e78773dfab87222ce0f8358d959f /include/sfx2/frmhtml.hxx | |
parent | a8f721ff96121697de8a97856ba4da145fc0c14e (diff) |
sfx2: sal_Bool->bool
Change-Id: Ifd9bc57fd0c6d32796013cb9fca9c935a2f71e54
Diffstat (limited to 'include/sfx2/frmhtml.hxx')
-rw-r--r-- | include/sfx2/frmhtml.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/frmhtml.hxx b/include/sfx2/frmhtml.hxx index 2210871572bd..a501d84ace83 100644 --- a/include/sfx2/frmhtml.hxx +++ b/include/sfx2/frmhtml.hxx @@ -32,7 +32,7 @@ class SfxMedium; class SFX2_DLLPUBLIC SfxFrameHTMLParser : public SfxHTMLParser { protected: - SfxFrameHTMLParser( SvStream& rStream, sal_Bool bIsNewDoc=sal_True, SfxMedium *pMediumPtr=0 ): + SfxFrameHTMLParser( SvStream& rStream, bool bIsNewDoc=true, SfxMedium *pMediumPtr=0 ): SfxHTMLParser( rStream, bIsNewDoc, pMediumPtr ) {}; public: |