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 /include/svx/unoshape.hxx | |
parent | e0377940b7544f38f37f5f0a6d9137ca663c4a47 (diff) |
cid#707251 Uncaught exception
Change-Id: I77a606e3200da94fcf2268c5cd6c396068a82e47
Diffstat (limited to 'include/svx/unoshape.hxx')
-rw-r--r-- | include/svx/unoshape.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx index 1fa5696ceef7..247b3e19a77e 100644 --- a/include/svx/unoshape.hxx +++ b/include/svx/unoshape.hxx @@ -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 |