summaryrefslogtreecommitdiff
path: root/svx/inc/svx/extrud3d.hxx
diff options
context:
space:
mode:
authorTim Hardeck <thardeck@suse.com>2011-11-03 18:17:06 +0100
committerJan Holesovsky <kendy@suse.cz>2011-11-04 00:36:04 +0100
commit8d47725cf897ea2a1c312fbe556e70b92df925e9 (patch)
tree0295ead9d12b53a1bf7c307ce75404baf69d9c29 /svx/inc/svx/extrud3d.hxx
parent0920750899539e8988cf11ff9a7b76eb44ca3f2e (diff)
Translated some comments in svx
Translated the comments of four files from German to English in the svx part.
Diffstat (limited to 'svx/inc/svx/extrud3d.hxx')
-rw-r--r--svx/inc/svx/extrud3d.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/svx/extrud3d.hxx b/svx/inc/svx/extrud3d.hxx
index ac1b630ece46..16d3c42e6681 100644
--- a/svx/inc/svx/extrud3d.hxx
+++ b/svx/inc/svx/extrud3d.hxx
@@ -34,7 +34,7 @@
/*************************************************************************
|*
-|* 3D-Extrusionsobjekt aus uebergebenem 2D-Polygon erzeugen
+|* 3D extrusion object created from the provided 2D polygon
|*
\************************************************************************/
@@ -44,7 +44,7 @@ private:
// to allow sdr::properties::E3dExtrudeProperties access to SetGeometryValid()
friend class sdr::properties::E3dExtrudeProperties;
- // Geometrie, die dieses Objekt bestimmt
+ // geometry, which determines the object
basegfx::B2DPolyPolygon maExtrudePolygon;
protected: