summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/XVisualObject.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/XVisualObject.idl')
-rw-r--r--offapi/com/sun/star/embed/XVisualObject.idl18
1 files changed, 2 insertions, 16 deletions
diff --git a/offapi/com/sun/star/embed/XVisualObject.idl b/offapi/com/sun/star/embed/XVisualObject.idl
index 913507d42..3d139f028 100644
--- a/offapi/com/sun/star/embed/XVisualObject.idl
+++ b/offapi/com/sun/star/embed/XVisualObject.idl
@@ -27,25 +27,11 @@
#ifndef __com_sun_star_embed_XVisualObject_idl__
#define __com_sun_star_embed_XVisualObject_idl__
-#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-#ifndef __com_sun_star_awt_Size_idl__
#include <com/sun/star/awt/Size.idl>
-#endif
-
-#ifndef __com_sun_star_embed_VisualRepresentation_idl__
#include <com/sun/star/embed/VisualRepresentation.idl>
-#endif
-
-#ifndef __com_sun_star_embed_WrongStateException_idl__
#include <com/sun/star/embed/WrongStateException.idl>
-#endif
-
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
#include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif
//=============================================================================
@@ -53,7 +39,7 @@
module com { module sun { module star { module embed {
//=============================================================================
-/** represents common visualisation functionality for embedded objects.
+/** represents common visualization functionality for embedded objects.
*/
published interface XVisualObject: ::com::sun::star::uno::XInterface
{
@@ -122,7 +108,7 @@ published interface XVisualObject: ::com::sun::star::uno::XInterface
/** retrieves visual representation of the object in preferable format.
<p>
- If the object persistance entry contains cached visual representation
+ If the object persistence entry contains cached visual representation
then it can be retrieved by using this method even in loaded state.
</p>