From 2da1c6d283b560c7405a89cfc368ea6a554a68a7 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sat, 17 Nov 2007 01:44:59 +0000 Subject: 2geom tryout: new exceptions (bzr r4094) --- src/2geom/path.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/2geom/path.cpp') diff --git a/src/2geom/path.cpp b/src/2geom/path.cpp index 98fec6e24..ba6643ae4 100644 --- a/src/2geom/path.cpp +++ b/src/2geom/path.cpp @@ -222,21 +222,21 @@ void Path::check_continuity(Sequence::iterator first_replaced, } Rect SVGEllipticalArc::boundsFast() const { - throw NotImplemented(); + throwNotImplemented(); } Rect SVGEllipticalArc::boundsExact() const { - throw NotImplemented(); + throwNotImplemented(); } Rect SVGEllipticalArc::boundsLocal(Interval i, unsigned deg) const { - //throw NotImplemented(); + throwNotImplemented(); } std::vector SVGEllipticalArc::pointAndDerivatives(Coord t, unsigned n) const { - throw NotImplemented(); + throwNotImplemented(); } std::vector SVGEllipticalArc::roots(double v, Dim2 d) const { - //throw NotImplemented(); + throwNotImplemented(); } D2 SVGEllipticalArc::toSBasis() const { -- cgit v1.2.3