diff options
Diffstat (limited to 'offapi/com/sun/star/drawing/XPresenterHelper.idl')
-rw-r--r-- | offapi/com/sun/star/drawing/XPresenterHelper.idl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/offapi/com/sun/star/drawing/XPresenterHelper.idl b/offapi/com/sun/star/drawing/XPresenterHelper.idl index d6e6dd053..2738289a0 100644 --- a/offapi/com/sun/star/drawing/XPresenterHelper.idl +++ b/offapi/com/sun/star/drawing/XPresenterHelper.idl @@ -32,15 +32,10 @@ #include <com/sun/star/rendering/XCanvas.idl> #include <com/sun/star/rendering/XSpriteCanvas.idl> #include <com/sun/star/awt/Rectangle.idl> +#include <com/sun/star/drawing/CanvasFeature.idl> module com { module sun { module star { module drawing { -constants CanvasFeature -{ - const short None = 0; - const short SpriteCanvas = 1; -}; - /** This interface is a collection of functions that are necessary to implement larger parts of the presenter screen as extension. The methods of this interface give access to services that can, at the |