diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-31 23:33:14 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-31 23:35:46 -0400 |
commit | 6053491532a5d9954caaa4abf09af30850f0cb94 (patch) | |
tree | 28002b15cd477a46db48d9c220246ec0f3932bbb /chart2 | |
parent | 42cd7a8a26201fa1db98d6498198db23abef87fc (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
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/ChartView.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx index c7dbcf6299a5..f90463978970 100644 --- a/chart2/source/view/main/ChartView.cxx +++ b/chart2/source/view/main/ChartView.cxx @@ -2401,7 +2401,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() ) ); |