diff options
Diffstat (limited to 'include/svx/svdoedge.hxx')
-rw-r--r-- | include/svx/svdoedge.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svdoedge.hxx b/include/svx/svdoedge.hxx index 0356b470ae5c..c4d390ea0f04 100644 --- a/include/svx/svdoedge.hxx +++ b/include/svx/svdoedge.hxx @@ -103,11 +103,11 @@ public: cOrthoForm(0) {} - Point& ImpGetLineVersatzPoint(SdrEdgeLineCode eLineCode); + Point& ImpGetLineOffsetPoint(SdrEdgeLineCode eLineCode); sal_uInt16 ImpGetPolyIdx(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const; bool ImpIsHorzLine(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const; - void ImpSetLineVersatz(SdrEdgeLineCode eLineCode, const XPolygon& rXP, long nVal); - long ImpGetLineVersatz(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const; + void ImpSetLineOffset(SdrEdgeLineCode eLineCode, const XPolygon& rXP, long nVal); + long ImpGetLineOffset(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const; }; |