[Libreoffice-commits] core.git: offapi/com

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Aug 13 07:02:10 UTC 2019


 offapi/com/sun/star/frame/XFrame.idl               |    2 +-
 offapi/com/sun/star/frame/XLayoutManager.idl       |    2 +-
 offapi/com/sun/star/frame/status/ItemState.idl     |    2 +-
 offapi/com/sun/star/geometry/XMapping2D.idl        |    2 +-
 offapi/com/sun/star/graphic/GraphicObject.idl      |    2 +-
 offapi/com/sun/star/inspection/LineDescriptor.idl  |    4 ++--
 offapi/com/sun/star/inspection/ObjectInspector.idl |    6 +++---
 7 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit f101853c7dd1e9104ccda96e61a624a0c1496f9a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Aug 11 19:46:24 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Aug 13 09:01:33 2019 +0200

    Fix typos
    
    Change-Id: I25b9cd7a929372a9805b5b539ae4471db62b6434
    Reviewed-on: https://gerrit.libreoffice.org/77313
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/offapi/com/sun/star/frame/XFrame.idl b/offapi/com/sun/star/frame/XFrame.idl
index 85c8df3ca9a2..b2d7e41e42b7 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 627662d8ea9c..52c00df5fad0 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 c12987a395cb..2b915be01705 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 92aa12a44a4f..eda7c50d4111 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 ef971c2924fd..9cb89a86ce32 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 e351fe58a6af..93fc05caecb6 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 1a962b760faa..e0bbef911589 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


More information about the Libreoffice-commits mailing list