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.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/rendering/XBufferController.idl b/offapi/com/sun/star/rendering/XBufferController.idl
index 51cf44722baf..8ac914c845c7 100644
--- a/offapi/com/sun/star/rendering/XBufferController.idl
+++ b/offapi/com/sun/star/rendering/XBufferController.idl
@@ -41,7 +41,7 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-published interface XBufferController : ::com::sun::star::uno::XInterface
+interface XBufferController : ::com::sun::star::uno::XInterface
{
/** Create the given number of background buffers.<p>
@@ -58,7 +58,7 @@ published 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);