QString KPrFreehandObjectIface::lineEnd() const { LineEnd type=obj->getLineEnd(); return lineEndBeginName( type ); }
QString KPrCubicBezierCurveObjectIface::lineEnd() const { LineEnd type=obj->getLineEnd(); return lineEndBeginName( type ); }