summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/XBufferController.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/XBufferController.idl')
-rw-r--r--offapi/com/sun/star/rendering/XBufferController.idl22
1 files changed, 9 insertions, 13 deletions
diff --git a/offapi/com/sun/star/rendering/XBufferController.idl b/offapi/com/sun/star/rendering/XBufferController.idl
index 852b08aa9..1e3d871e4 100644
--- a/offapi/com/sun/star/rendering/XBufferController.idl
+++ b/offapi/com/sun/star/rendering/XBufferController.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -27,12 +27,8 @@
#ifndef __com_sun_star_rendering_XBufferController_idl__
#define __com_sun_star_rendering_XBufferController_idl__
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif
module com { module sun { module star { module rendering {
@@ -44,7 +40,7 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-interface XBufferController : ::com::sun::star::uno::XInterface
+published interface XBufferController : ::com::sun::star::uno::XInterface
{
/** Create the given number of background buffers.<p>
@@ -61,15 +57,15 @@ interface XBufferController : ::com::sun::star::uno::XInterface
@throws <type>com::sun::star::lang::IllegalArgumentException</type>
if nBuffers is smaller than one.
- */
- long createBuffers( [in] long nBuffers )
- raises (com::sun::star::lang::IllegalArgumentException);
+ */
+ long createBuffers( [in] long nBuffers )
+ raises (com::sun::star::lang::IllegalArgumentException);
//-------------------------------------------------------------------------
- /** Destroy all buffers generated via this object.
+ /** Destroy all buffers generated via this object.
*/
- void destroyBuffers();
+ void destroyBuffers();
//-------------------------------------------------------------------------
@@ -95,7 +91,7 @@ interface XBufferController : ::com::sun::star::uno::XInterface
@throws <type>com::sun::star::lang::IllegalArgumentException</type>
if nBuffer is outside the permissible range.
*/
- boolean showBuffer( [in] boolean bUpdateAll );
+ boolean showBuffer( [in] boolean bUpdateAll );
//-------------------------------------------------------------------------