summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-25 20:36:26 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-07-02 23:37:10 +0200
commite5dfba48e2a930eb35ac6e72f4ea695f5f048c44 (patch)
treeb5c593bf0cc7c9b210126781770cf5a477c016a3 /offapi
parent76cd42bce3016a39d5ca647dce8318d33f0401f6 (diff)
quick fix for inheritance problems
Change-Id: I41c5c937d62d6ba0b3df2d4a0101319f272495a7
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/drawing/XShapes2.idl4
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.