diff options
author | Noel Grandin <noel@peralex.com> | 2014-05-27 09:13:59 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-05-27 10:50:01 +0200 |
commit | f7679803dae2ea72b7c51d2d02f41afa971a43f2 (patch) | |
tree | e9f525396e92311926544c5bae3d7930160fa567 /svx | |
parent | e0377940b7544f38f37f5f0a6d9137ca663c4a47 (diff) |
cid#707251 Uncaught exception
Change-Id: I77a606e3200da94fcf2268c5cd6c396068a82e47
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unodraw/unoshap2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx index 2de75ecea083..19930f9c2881 100644 --- a/svx/source/unodraw/unoshap2.cxx +++ b/svx/source/unodraw/unoshap2.cxx @@ -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; |