summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/XCanvasFont.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/XCanvasFont.idl')
-rw-r--r--offapi/com/sun/star/rendering/XCanvasFont.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/rendering/XCanvasFont.idl b/offapi/com/sun/star/rendering/XCanvasFont.idl
index bd7ceaf4dffe..45c7a7cf6735 100644
--- a/offapi/com/sun/star/rendering/XCanvasFont.idl
+++ b/offapi/com/sun/star/rendering/XCanvasFont.idl
@@ -41,15 +41,15 @@
module com { module sun { module star { module rendering {
-published interface XCanvas;
-published interface XTextLayout;
-published interface XPolyPolygon2D;
+interface XCanvas;
+interface XTextLayout;
+interface XPolyPolygon2D;
/** This interface provides access to a specific, XCanvas-dependent
font incarnation. This font is not universally usable, but belongs
to the XCanvas it was queried from.
*/
-published interface XCanvasFont : ::com::sun::star::uno::XInterface
+interface XCanvasFont : ::com::sun::star::uno::XInterface
{
/** Create a text layout interface.<p>
@@ -104,7 +104,7 @@ published interface XCanvasFont : ::com::sun::star::uno::XInterface
contained in the list returned by this method can lead to
visible disturbances.<p>
*/
- sequence< double > getAvailableSizes();
+ sequence< double > getAvailableSizes();
//-------------------------------------------------------------------------