summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/helperminimaldepth3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/engine3d/helperminimaldepth3d.cxx')
-rw-r--r--svx/source/engine3d/helperminimaldepth3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/engine3d/helperminimaldepth3d.cxx b/svx/source/engine3d/helperminimaldepth3d.cxx
index 5c1b97b1f40b..c5781ff44ea8 100644
--- a/svx/source/engine3d/helperminimaldepth3d.cxx
+++ b/svx/source/engine3d/helperminimaldepth3d.cxx
@@ -188,7 +188,7 @@ double getMinimalDepthInViewCoordinates(const E3dCompoundObject& rObject)
aViewInfo3D.getViewTime(),
aViewInfo3D.getExtendedInformationSequence());
- // create extractor helper, proccess geometry and get return value
+ // create extractor helper, process geometry and get return value
drawinglayer::processor3d::MinimalDephInViewExtractor aExtractor(aNewViewInformation3D);
aExtractor.process(aPrimitives);
fRetval = aExtractor.getMinimalDepth();