diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-04-25 20:36:26 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-04-25 20:37:47 +0200 |
commit | 054b968c63b90a49025c29c7c14da913d2ac4021 (patch) | |
tree | 91bec75611394b47cac6e8b2fbcdd04da5bf9491 /offapi | |
parent | 8657b48af4fcf524bf45d1c9af18bbb1bb87f1f4 (diff) |
quick fix for inheritance problems
Change-Id: I41c5c937d62d6ba0b3df2d4a0101319f272495a7
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/drawing/XShapes2.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/drawing/XShapes2.idl b/offapi/com/sun/star/drawing/XShapes2.idl index 80b993644cbc..52909cec4db0 100644 --- a/offapi/com/sun/star/drawing/XShapes2.idl +++ b/offapi/com/sun/star/drawing/XShapes2.idl @@ -15,11 +15,11 @@ module com { module sun { module star { module drawing { /** - * Extend XShapes to allow insertion of shapes at different positions. + * Allows insertion of shapes at different positions. * * @since LibreOffice 4.2 */ -interface XShapes2 : com::sun::star::drawing::XShapes +interface XShapes2 { /** * Insert a new shape to the top of the stack. |