summaryrefslogtreecommitdiff
path: root/include/svtools/rtfout.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-24 09:42:33 +0200
committerNoel Grandin <noel@peralex.com>2014-03-25 14:32:53 +0200
commitf5864e8ff4958268b50b15bc4c60c3d0fcfe20d9 (patch)
treebe313acab5cc630c26ef0266ac363a51b62a8226 /include/svtools/rtfout.hxx
parent514d33fa3a409681be93bed3fb33f940a5549d88 (diff)
svtools: sal_Bool->bool
Change-Id: Ia0280d3d4f2d5b8a93a37a93847951391e928028
Diffstat (limited to 'include/svtools/rtfout.hxx')
-rw-r--r--include/svtools/rtfout.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/rtfout.hxx b/include/svtools/rtfout.hxx
index 42c0a7a8ede0..504a6482542a 100644
--- a/include/svtools/rtfout.hxx
+++ b/include/svtools/rtfout.hxx
@@ -36,10 +36,10 @@ public:
static SvStream& Out_Char( SvStream&, sal_Unicode cChar,
int *pUCMode,
rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252,
- sal_Bool bWriteHelpFile = sal_False );
+ bool bWriteHelpFile = false );
static SvStream& Out_String( SvStream&, const rtl::OUString&,
rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252,
- sal_Bool bWriteHelpFile = sal_False );
+ bool bWriteHelpFile = false );
static SvStream& Out_Hex( SvStream&, sal_uLong nHex, sal_uInt8 nLen );
};