summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/graphic/XPrimitive2D.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/graphic/XPrimitive2D.idl')
-rw-r--r--offapi/com/sun/star/graphic/XPrimitive2D.idl8
1 files changed, 1 insertions, 7 deletions
diff --git a/offapi/com/sun/star/graphic/XPrimitive2D.idl b/offapi/com/sun/star/graphic/XPrimitive2D.idl
index 15eff1c1e..4531e2ed5 100644
--- a/offapi/com/sun/star/graphic/XPrimitive2D.idl
+++ b/offapi/com/sun/star/graphic/XPrimitive2D.idl
@@ -27,15 +27,9 @@
#ifndef __com_sun_star_graphic_XPrimitive2D_idl__
#define __com_sun_star_graphic_XPrimitive2D_idl__
-#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
-#endif
-#ifndef __com_sun_star_beans_PropertyValue_idl__
#include <com/sun/star/beans/PropertyValue.idl>
-#endif
-#ifndef __com_sun_star_geometry_RealRectangle2D_idl__
#include <com/sun/star/geometry/RealRectangle2D.idl>
-#endif
module com { module sun { module star { module graphic {
@@ -62,7 +56,7 @@ interface XPrimitive2D : ::com::sun::star::uno::XInterface
::com::sun::star::geometry::RealRectangle2D Viewport
Defines the visible part of the view in world coordinates. May be used
- to optimize decompositions, e.g. for 3d scenes only the visible part
+ to optimize decompositions, e.g. for 3D scenes only the visible part
needs to be created. If not given, an empty Viewport is implied which
means all is visible.