From c98a7eec7f24db4e3e7741a52463fca10156ecaf Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 28 Mar 2014 10:53:57 +0200 Subject: xmloff: sal_Bool->bool Change-Id: I1c97da5b7bbac348150399afbf386613433e5551 --- xmloff/inc/XMLLineNumberingImportContext.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/inc/XMLLineNumberingImportContext.hxx') diff --git a/xmloff/inc/XMLLineNumberingImportContext.hxx b/xmloff/inc/XMLLineNumberingImportContext.hxx index 6f80607819f3..fbfa477df39c 100644 --- a/xmloff/inc/XMLLineNumberingImportContext.hxx +++ b/xmloff/inc/XMLLineNumberingImportContext.hxx @@ -102,7 +102,7 @@ protected: enum LineNumberingToken eToken, const OUString& sValue); - virtual void CreateAndInsert(sal_Bool bOverwrite) SAL_OVERRIDE; + virtual void CreateAndInsert(bool bOverwrite) SAL_OVERRIDE; virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, -- cgit