From c94293272dce73b76a0cadc5d80be05daf73b628 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 4 Oct 2010 16:56:46 +0100 Subject: tweak missing bool --- xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/source') diff --git a/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx b/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx index a3c9dfafc762..43df2b34dcde 100644 --- a/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx +++ b/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx @@ -123,7 +123,7 @@ void XMLIndexBibliographyConfigurationContext::ProcessAttribute( } else if( IsXMLToken(sLocalName, XML_NUMBERED_ENTRIES) ) { - sal_Bool bTmp; + bool bTmp; if( SvXMLUnitConverter::convertBool(bTmp, sValue) ) { bNumberedEntries = bTmp; -- cgit