diff options
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 |