summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/PageBackground.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-06-11 14:01:05 +0000
committerOliver Bolte <obo@openoffice.org>2007-06-11 14:01:05 +0000
commitf75cfa547c96b32ed7e22bcbfb90bac7a2a09e38 (patch)
tree8086edb25d29f818aecc0e9d8a5be6d2513fc967 /chart2/source/model/main/PageBackground.cxx
parent5be86a579bff41b0028bfb55596977539452921e (diff)
INTEGRATION: CWS chart05 (1.6.2); FILE MERGED
2007/06/01 08:03:48 iha 1.6.2.1: #i76446# Object border for OLE partly gone - no border per default
Diffstat (limited to 'chart2/source/model/main/PageBackground.cxx')
-rw-r--r--chart2/source/model/main/PageBackground.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/chart2/source/model/main/PageBackground.cxx b/chart2/source/model/main/PageBackground.cxx
index e46996f27c1c..de77d6452612 100644
--- a/chart2/source/model/main/PageBackground.cxx
+++ b/chart2/source/model/main/PageBackground.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: PageBackground.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 18:39:50 $
+ * last change: $Author: obo $ $Date: 2007-06-11 15:01:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,6 +46,8 @@
#include "PropertyHelper.hxx"
#endif
+#include <com/sun/star/drawing/LineStyle.hpp>
+
#ifndef _RTL_UUID_H_
#include <rtl/uuid.h>
#endif
@@ -72,6 +74,10 @@ void lcl_AddDefaultsToMap(
{
rOutMap[ ::chart::FillProperties::PROP_FILL_COLOR ] =
uno::makeAny( sal_Int32( 0xffffff ));
+
+ // override other defaults
+ rOutMap[ ::chart::LineProperties::PROP_LINE_STYLE ] =
+ uno::makeAny( drawing::LineStyle_NONE );
}
const uno::Sequence< Property > & lcl_GetPropertySequence()