summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorIngrid Halama [iha] <Ingrid.Halama@oracle.com>2011-02-11 18:16:30 +0100
committerIngrid Halama [iha] <Ingrid.Halama@oracle.com>2011-02-11 18:16:30 +0100
commit0b3be71b8bf6d521679c9fabb0704768cfa538cb (patch)
tree8a4472b6dd15eac9a3814543c64f51e78496997b /chart2
parentbe902d3d9285641252bbf36fb96c884f26678379 (diff)
chart51: #i116681# fixed defaults for lights
Diffstat (limited to 'chart2')
-rwxr-xr-xchart2/source/model/main/Diagram.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/model/main/Diagram.cxx b/chart2/source/model/main/Diagram.cxx
index aac706ab0c91..2e81d8c8680e 100755
--- a/chart2/source/model/main/Diagram.cxx
+++ b/chart2/source/model/main/Diagram.cxx
@@ -195,6 +195,7 @@ private:
::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_DIAGRAM_INCLUDE_HIDDEN_CELLS, true );
::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_DIAGRAM_RIGHT_ANGLED_AXES, false );
::chart::PropertyHelper::setPropertyValueDefault< sal_Int32 >( rOutMap, PROP_DIAGRAM_STARTING_ANGLE, 90 );
+ ::chart::SceneProperties::AddDefaultsToMap( rOutMap );
}
};