[Libreoffice-commits] core.git: xmloff/source
Stephan Bergmann
sbergman at redhat.com
Wed Jan 22 08:15:47 PST 2014
xmloff/source/style/xmlimppr.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 77637324abc193d831bb4a0fa6f9a91ef3601960
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Jan 22 17:15:11 2014 +0100
warning C4805: '|=' : unsafe mix of type 'bool' and type 'sal_Bool'
Change-Id: I9a23865f7b1cf9d88f5b4f754b15e95554da3fda
diff --git a/xmloff/source/style/xmlimppr.cxx b/xmloff/source/style/xmlimppr.cxx
index 4ffac03..7173fb0 100644
--- a/xmloff/source/style/xmlimppr.cxx
+++ b/xmloff/source/style/xmlimppr.cxx
@@ -188,7 +188,7 @@ void SvXMLImportPropertyMapper::importXML(
nReference = -1;
}
- sal_Bool bSet = sal_False;
+ bool bSet = false;
if( ( nFlags & MID_FLAG_SPECIAL_ITEM_IMPORT ) == 0 )
{
// let the XMLPropertySetMapper decide how to import the value
More information about the Libreoffice-commits
mailing list