Kaydet (Commit) dc7175e1 authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Fridrich Štrba

cid#707251 Uncaught exception

Change-Id: I77a606e3200da94fcf2268c5cd6c396068a82e47
üst f829704e
......@@ -642,7 +642,7 @@ public:
// Local support functions
::com::sun::star::drawing::PolygonKind GetPolygonKind() const throw();
void SetPolygon(const basegfx::B2DPolyPolygon & rNew) throw();
void SetPolygon(const basegfx::B2DPolyPolygon & rNew) throw(css::uno::RuntimeException);
basegfx::B2DPolyPolygon GetPolygon() const throw();
// XServiceInfo
......
......@@ -1403,7 +1403,7 @@ drawing::PolygonKind SvxShapePolyPolygonBezier::GetPolygonKind() const throw()
}
void SvxShapePolyPolygonBezier::SetPolygon(const basegfx::B2DPolyPolygon& rNew) throw()
void SvxShapePolyPolygonBezier::SetPolygon(const basegfx::B2DPolyPolygon& rNew) throw(uno::RuntimeException)
{
::SolarMutexGuard aGuard;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment