summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdfmtf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdfmtf.hxx')
-rw-r--r--svx/source/svdraw/svdfmtf.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/svdraw/svdfmtf.hxx b/svx/source/svdraw/svdfmtf.hxx
index c2f99a212d79..e9c2d317f13b 100644
--- a/svx/source/svdraw/svdfmtf.hxx
+++ b/svx/source/svdraw/svdfmtf.hxx
@@ -34,7 +34,7 @@
#include <svx/svdobj.hxx>
//************************************************************
-// Vorausdeklarationen
+// Forward Declarations
//************************************************************
class SfxItemSet;
@@ -45,7 +45,7 @@ class SdrObject;
class SvdProgressInfo;
//************************************************************
-// Hilfsklasse SdrObjRefList
+// Helper Class SdrObjRefList
//************************************************************
class SdrObjRefList
@@ -66,7 +66,7 @@ public:
};
//************************************************************
-// Hilfsklasse ImpSdrGDIMetaFileImport
+// Helper Class ImpSdrGDIMetaFileImport
//************************************************************
class ImpSdrGDIMetaFileImport
@@ -75,7 +75,7 @@ protected:
SdrObjRefList aTmpList;
VirtualDevice aVD;
Rectangle aScaleRect;
- sal_uLong nMapScalingOfs; // ab hier nocht nicht mit MapScaling bearbeitet
+ sal_uLong nMapScalingOfs; // from here on, not edited with MapScaling
SfxItemSet* pLineAttr;
SfxItemSet* pFillAttr;
SfxItemSet* pTextAttr;
@@ -97,12 +97,12 @@ protected:
sal_Bool bFntDirty;
- // fuer Optimierung von (PenNULL,Brush,DrawPoly),(Pen,BrushNULL,DrawPoly) -> aus 2 mach ein
+ // to optimize (PenNULL,Brush,DrawPoly),(Pen,BrushNULL,DrawPoly) -> two-in-one
sal_Bool bLastObjWasPolyWithoutLine;
sal_Bool bNoLine;
sal_Bool bNoFill;
- // fuer Optimierung mehrerer Linien zu einer Polyline
+ // to optimize multiple lines into a Polyline
sal_Bool bLastObjWasLine;
protected: