Fix typos

Change-Id: I25b9cd7a929372a9805b5b539ae4471db62b6434
Reviewed-on: https://gerrit.libreoffice.org/77313
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
diff --git a/offapi/com/sun/star/frame/XFrame.idl b/offapi/com/sun/star/frame/XFrame.idl
index 85c8df3..b2d7e41 100644
--- a/offapi/com/sun/star/frame/XFrame.idl
+++ b/offapi/com/sun/star/frame/XFrame.idl
@@ -203,7 +203,7 @@ published interface XFrame: com::sun::star::lang::XComponent
        <p>
        At first the frame sets itself as the active frame of its
        creator by calling XFramesSupplier::setActiveFrame(),
        then it broadcasts an FrameActionEvent with
        then it broadcasts a FrameActionEvent with
        FrameAction::FRAME_ACTIVATED. The component within
        this frame may listen to this event to grab the focus on activation;
        for simple components this can be done by the FrameLoader.
diff --git a/offapi/com/sun/star/frame/XLayoutManager.idl b/offapi/com/sun/star/frame/XLayoutManager.idl
index 627662d8..52c00df 100644
--- a/offapi/com/sun/star/frame/XLayoutManager.idl
+++ b/offapi/com/sun/star/frame/XLayoutManager.idl
@@ -168,7 +168,7 @@ interface XLayoutManager : com::sun::star::uno::XInterface
        <p>
        If a user interface element should forced to the visible state
        XLayoutManager::showElement() should be used. This function can be
        used for context dependent elements which should respect a the current visibility
        used for context dependent elements which should respect the current visibility
        state.
        </p>
    */
diff --git a/offapi/com/sun/star/frame/status/ItemState.idl b/offapi/com/sun/star/frame/status/ItemState.idl
index c12987a..2b915be 100644
--- a/offapi/com/sun/star/frame/status/ItemState.idl
+++ b/offapi/com/sun/star/frame/status/ItemState.idl
@@ -24,7 +24,7 @@
module com {  module sun {  module star {  module frame { module status {


/** these constants describe a state of a ItemStatus.
/** these constants describe a state of an ItemStatus.

    @see ItemStatus

diff --git a/offapi/com/sun/star/geometry/XMapping2D.idl b/offapi/com/sun/star/geometry/XMapping2D.idl
index 92aa12a..eda7c50 100644
--- a/offapi/com/sun/star/geometry/XMapping2D.idl
+++ b/offapi/com/sun/star/geometry/XMapping2D.idl
@@ -31,7 +31,7 @@ module com {  module sun {  module star {  module geometry {
    real numbers onto itself, as is representable by the
    double floating point type. The mapping must be
    bijective, i.e. map a pair of real numbers to exactly one other
    pair of real numbers an vice versa, to facilitate a working
    pair of real numbers and vice versa, to facilitate a working
    inverse. Bijectiveness also implies completeness, i.e. for every
    pair of real numbers there must be another pair that is mapped
    upon them.<p>
diff --git a/offapi/com/sun/star/graphic/GraphicObject.idl b/offapi/com/sun/star/graphic/GraphicObject.idl
index ef971c2..9cb89a8 100644
--- a/offapi/com/sun/star/graphic/GraphicObject.idl
+++ b/offapi/com/sun/star/graphic/GraphicObject.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module graphic

service GraphicObject : XGraphicObject
{
    /** Creates an GraphicObject
    /** Creates a GraphicObject
    */
    create();

diff --git a/offapi/com/sun/star/inspection/LineDescriptor.idl b/offapi/com/sun/star/inspection/LineDescriptor.idl
index e351fe5..93fc05c 100644
--- a/offapi/com/sun/star/inspection/LineDescriptor.idl
+++ b/offapi/com/sun/star/inspection/LineDescriptor.idl
@@ -87,7 +87,7 @@ struct LineDescriptor
    /** describes the URL of an image to display on the primary button, if any.

        <p>This URL will be used to obtain an actual com::sun::star::graphic::XGraphic
        object from an com::sun::star::graphic::GraphicProvider.</p>
        object from a com::sun::star::graphic::GraphicProvider.</p>

        <p>The property will be ignored if #HasPrimaryButton is `FALSE`.</p>

@@ -132,7 +132,7 @@ struct LineDescriptor
    /** describes the URL of an image to display on the secondary button, if any.

        <p>This URL will be used to obtain an actual com::sun::star::graphic::XGraphic
        object from an com::sun::star::graphic::GraphicProvider.</p>
        object from a com::sun::star::graphic::GraphicProvider.</p>

        <p>The property will be ignored if #HasSecondaryButton is `FALSE`.</p>

diff --git a/offapi/com/sun/star/inspection/ObjectInspector.idl b/offapi/com/sun/star/inspection/ObjectInspector.idl
index 1a962b7..e0bbef9 100644
--- a/offapi/com/sun/star/inspection/ObjectInspector.idl
+++ b/offapi/com/sun/star/inspection/ObjectInspector.idl
@@ -24,10 +24,10 @@

module com {  module sun {  module star {  module inspection {

/** describes an com::sun::star::frame::Controller which can be used to
/** describes a com::sun::star::frame::Controller which can be used to
    browse and modify properties of components.

    <p>The controller can be plugged into an com::sun::star::frame::XFrame, and will
    <p>The controller can be plugged into a com::sun::star::frame::XFrame, and will
    provide a visual component for inspecting and modifying component properties.<br>
    Note that "property" here is a generic term - any aspect of a component can be considered a property,
    as long as some property handler is able to describe this aspect in a property-like way.</p>
@@ -47,7 +47,7 @@ module com {  module sun {  module star {  module inspection {
    stay empty.</p>

    <p>The property handlers, as well as more information about the layout of the inspector,
    are provided by a inspector model, which has to be implemented by the user of the inspector.</p>
    are provided by an inspector model, which has to be implemented by the user of the inspector.</p>
    </p>

    <p>Since property handlers might have the need to raise UI, they will be created with a context