summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-07-31 23:33:14 -0400
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-08-01 11:57:52 +0000
commit818f4d14981f6731090e5d3ea7c818c9149b4d27 (patch)
tree0843258f15bddc907ff54565e4647cdccd8b71b9
parent9b5f1fb41f097741d9fd5cb287de1a62329b9942 (diff)
fdo#75380: Let's not always set the line style to NONE here.
This one line guarantees that no matter what the real line style is, it will be ignored. Change-Id: I3bceaf49ce13ddb42ceb56750d8a4ccfef54033b (cherry picked from commit 6053491532a5d9954caaa4abf09af30850f0cb94) Reviewed-on: https://gerrit.libreoffice.org/10671 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r--chart2/source/view/main/ChartView.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx
index e1f9561ba224..f5f0fb1961cb 100644
--- a/chart2/source/view/main/ChartView.cxx
+++ b/chart2/source/view/main/ChartView.cxx
@@ -2326,7 +2326,6 @@ void formatPage(
//format page
tPropertyNameValueMap aNameValueMap;
- aNameValueMap.insert( tPropertyNameValueMap::value_type( "LineStyle", uno::makeAny( drawing::LineStyle_NONE )));
PropertyMapper::getValueMap( aNameValueMap, PropertyMapper::getPropertyNameMapForFillAndLineProperties(), xModelPage );
OUString aCID( ObjectIdentifier::createClassifiedIdentifier( OBJECTTYPE_PAGE, OUString() ) );