summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/XMLSymbolImageContext.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-07 16:42:18 +0200
committerNoel Grandin <noel@peralex.com>2014-04-15 09:02:31 +0200
commit8a81f542a6ca566661305c53899b7e422cbaa432 (patch)
treeb70ce405aab1c29856fa824493a664ba8ba27596 /xmloff/source/chart/XMLSymbolImageContext.cxx
parent42bfd486a457d327f640263ccc3ee02a380f3566 (diff)
xmloff: sal_Bool->bool
Change-Id: I873c80baec8e70e3e8f642644563b92137571a30
Diffstat (limited to 'xmloff/source/chart/XMLSymbolImageContext.cxx')
-rw-r--r--xmloff/source/chart/XMLSymbolImageContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/chart/XMLSymbolImageContext.cxx b/xmloff/source/chart/XMLSymbolImageContext.cxx
index a1feba24a2d9..b448b922ae4a 100644
--- a/xmloff/source/chart/XMLSymbolImageContext.cxx
+++ b/xmloff/source/chart/XMLSymbolImageContext.cxx
@@ -133,7 +133,7 @@ void XMLSymbolImageContext::EndElement()
{
// aProp is a member of XMLElementPropertyContext
aProp.maValue <<= sResolvedURL;
- SetInsert( sal_True );
+ SetInsert( true );
}
XMLElementPropertyContext::EndElement();