From 8a81f542a6ca566661305c53899b7e422cbaa432 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 7 Apr 2014 16:42:18 +0200 Subject: xmloff: sal_Bool->bool Change-Id: I873c80baec8e70e3e8f642644563b92137571a30 --- xmloff/inc/XMLLineNumberingImportContext.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xmloff/inc/XMLLineNumberingImportContext.hxx') diff --git a/xmloff/inc/XMLLineNumberingImportContext.hxx b/xmloff/inc/XMLLineNumberingImportContext.hxx index 8cc440cbcce8..3dd9aee2b972 100644 --- a/xmloff/inc/XMLLineNumberingImportContext.hxx +++ b/xmloff/inc/XMLLineNumberingImportContext.hxx @@ -70,10 +70,10 @@ class XMLLineNumberingImportContext : public SvXMLStyleContext sal_Int16 nNumberPosition; sal_Int16 nIncrement; sal_Int16 nSeparatorIncrement; - sal_Bool bNumberLines; - sal_Bool bCountEmptyLines; - sal_Bool bCountInFloatingFrames; - sal_Bool bRestartNumbering; + bool bNumberLines; + bool bCountEmptyLines; + bool bCountInFloatingFrames; + bool bRestartNumbering; public: -- cgit