summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/cube3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/engine3d/cube3d.cxx')
-rw-r--r--svx/source/engine3d/cube3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/engine3d/cube3d.cxx b/svx/source/engine3d/cube3d.cxx
index 7a0426c364fa..bfa7c08f421e 100644
--- a/svx/source/engine3d/cube3d.cxx
+++ b/svx/source/engine3d/cube3d.cxx
@@ -42,7 +42,7 @@ E3dCubeObj::E3dCubeObj(E3dDefaultAttributes& rDefault, basegfx::B3DPoint aPos, c
// Set Defaults
SetDefaultAttributes(rDefault);
- aCubePos = aPos; // position centre or left, bottom, back (dependant on bPosIsCenter)
+ aCubePos = aPos; // position centre or left, bottom, back (dependent on bPosIsCenter)
aCubeSize = r3DSize;
}