diff options
author | Noel Grandin <noel@peralex.com> | 2014-05-27 09:20:54 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-05-27 10:50:01 +0200 |
commit | 4a150c2d0c0b16cb3646c7a5fc534043a456f758 (patch) | |
tree | 05ed96c9f1b888fcb8f5aa629d54cd7811755ad0 /include/svx | |
parent | f7679803dae2ea72b7c51d2d02f41afa971a43f2 (diff) |
cid#707249 Uncaught exception
Change-Id: Ib8ae83da27b24962769737626a9b55489239bda9
Diffstat (limited to 'include/svx')
-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 247b3e19a77e..868724be13b5 100644 --- a/include/svx/unoshape.hxx +++ b/include/svx/unoshape.hxx @@ -612,7 +612,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 |