summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-04-28 11:43:32 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-04-30 08:13:15 +0200
commit508280b0844c4775e55954c2803428287de93edb (patch)
treecfd24a10f762ddb3514587fd647393589b0c9f4f
parent5a27f808beff001bc69755095e08e50900d7c863 (diff)
remove old misleading comment
Change-Id: I0aeb1bb012a9f4c6916da65d5ec6849e621aee07
-rw-r--r--oox/source/drawingml/chart/titlecontext.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/drawingml/chart/titlecontext.cxx b/oox/source/drawingml/chart/titlecontext.cxx
index b8accabca6ff..4e9f4a395215 100644
--- a/oox/source/drawingml/chart/titlecontext.cxx
+++ b/oox/source/drawingml/chart/titlecontext.cxx
@@ -134,7 +134,6 @@ ContextHandlerRef LegendContext::onCreateContext( sal_Int32 nElement, const Attr
return 0;
case C_TOKEN( overlay ):
- // default is 'false', not 'true' as specified
mrModel.mbOverlay = rAttribs.getBool( XML_val, !bMSO2007Doc );
return 0;