kbrown / rpms / libreoffice

Forked from rpms/libreoffice 2 years ago
Clone
Blob Blame History Raw
From c6d544cfc10ea37316bb510a8577358ae3b7ae83 Mon Sep 17 00:00:00 2001
From: Kohei Yoshida <kohei.yoshida@collabora.com>
Date: Thu, 31 Jul 2014 23:33:14 -0400
Subject: [PATCH 075/137] 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/10672
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
---
 chart2/source/view/main/ChartView.cxx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx
index c519aef..c6b5878 100644
--- a/chart2/source/view/main/ChartView.cxx
+++ b/chart2/source/view/main/ChartView.cxx
@@ -2293,7 +2293,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() ) );
-- 
1.9.3