summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/Diagram.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/main/Diagram.cxx')
-rw-r--r--chart2/source/model/main/Diagram.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/main/Diagram.cxx b/chart2/source/model/main/Diagram.cxx
index ca3e38935095..5aef64793b41 100644
--- a/chart2/source/model/main/Diagram.cxx
+++ b/chart2/source/model/main/Diagram.cxx
@@ -309,7 +309,7 @@ Diagram::Diagram( uno::Reference< uno::XComponentContext > const & xContext ) :
// Set camera position to a default position (that should be set hard, so
// that it will be exported. The property default is a camera looking
// straight ono the scene). These defaults have been acquired from the old
- // chart implemetation.
+ // chart implementation.
setFastPropertyValue_NoBroadcast(
SceneProperties::PROP_SCENE_CAMERA_GEOMETRY, uno::makeAny(
ThreeDHelper::getDefaultCameraGeometry()));