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

cid#707249 Uncaught exception

Change-Id: Ib8ae83da27b24962769737626a9b55489239bda9
üst dc7175e1
...@@ -612,7 +612,7 @@ public: ...@@ -612,7 +612,7 @@ public:
// Local support functions // Local support functions
::com::sun::star::drawing::PolygonKind GetPolygonKind() const throw(); ::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(); basegfx::B2DPolyPolygon GetPolygon() const throw();
// XServiceInfo // XServiceInfo
......
...@@ -1268,7 +1268,7 @@ drawing::PolygonKind SvxShapePolyPolygon::GetPolygonKind() const throw() ...@@ -1268,7 +1268,7 @@ drawing::PolygonKind SvxShapePolyPolygon::GetPolygonKind() const throw()
} }
void SvxShapePolyPolygon::SetPolygon(const basegfx::B2DPolyPolygon& rNew) throw() void SvxShapePolyPolygon::SetPolygon(const basegfx::B2DPolyPolygon& rNew) throw(uno::RuntimeException)
{ {
::SolarMutexGuard aGuard; ::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