[Libreoffice-commits] core.git: desktop/source include/svx offapi/com qadevOOo/tests sc/source svx/inc

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Aug 2 22:02:54 UTC 2019


 desktop/source/lib/lokclipboard.hxx                            |    2 +-
 include/svx/svdobj.hxx                                         |    4 ++--
 include/svx/svdoedge.hxx                                       |    4 ++--
 include/svx/svdpagv.hxx                                        |    2 +-
 offapi/com/sun/star/drawing/FillProperties.idl                 |    2 +-
 offapi/com/sun/star/drawing/GenericDrawPage.idl                |    2 +-
 offapi/com/sun/star/drawing/GraphicObjectShape.idl             |    2 +-
 offapi/com/sun/star/embed/XStorage2.idl                        |    4 ++--
 offapi/com/sun/star/form/NavigationBarMode.idl                 |    2 +-
 offapi/com/sun/star/form/binding/BindableDatabaseDateField.idl |    2 +-
 offapi/com/sun/star/form/binding/BindableDatabaseTimeField.idl |    2 +-
 offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl     |    2 +-
 offapi/com/sun/star/sdb/XSQLQueryComposer.idl                  |    2 +-
 qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentView.java      |    2 +-
 sc/source/ui/view/tabview2.cxx                                 |    4 ++--
 svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx                 |    2 +-
 16 files changed, 20 insertions(+), 20 deletions(-)

New commits:
commit 3b28713ef82829fd1958d1ecf8c29b7391af78f5
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Aug 2 18:56:25 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Aug 3 00:01:50 2019 +0200

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

diff --git a/desktop/source/lib/lokclipboard.hxx b/desktop/source/lib/lokclipboard.hxx
index 7da5f3ef3900..fd305c9b9507 100644
--- a/desktop/source/lib/lokclipboard.hxx
+++ b/desktop/source/lib/lokclipboard.hxx
@@ -107,7 +107,7 @@ public:
     css::uno::Reference<css::uno::XInterface> SAL_CALL
     createInstanceWithArguments(const css::uno::Sequence<css::uno::Any>& /* rArgs */) override;
 
-    /// Fetch clipboard from the gobal pool.
+    /// Fetch clipboard from the global pool.
     static rtl::Reference<LOKClipboard> getClipboardForCurView();
 
     /// Release a clipboard before its document dies, nViewId of -1 clears all.
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx
index 901d6b1caed1..36f29f9d9fcf 100644
--- a/include/svx/svdobj.hxx
+++ b/include/svx/svdobj.hxx
@@ -470,7 +470,7 @@ public:
     // set modified-flag in the model
     virtual void SetChanged();
 
-    // Tooling for painting a single object to a OutputDevice. This will be needed as long
+    // Tooling for painting a single object to an OutputDevice. This will be needed as long
     // as not all painting is changed to use DrawContact objects.
     void SingleObjectPainter(OutputDevice& rOut) const;
     bool LineGeometryUsageIsNecessary() const;
@@ -627,7 +627,7 @@ public:
     // (e.g. polygons, polylines, lines)
     // The points of those objects are selected (if necessary multiselection),
     // deleted, inserted, or as a multiselection moved or rotated...
-    // Only such objects can have PlusHandles (e.g. the weights of an Bezier curve).
+    // Only such objects can have PlusHandles (e.g. the weights of a Bezier curve).
     virtual bool IsPolyObj() const;
     virtual sal_uInt32 GetPointCount() const;
     virtual Point GetPoint(sal_uInt32 i) const;
diff --git a/include/svx/svdoedge.hxx b/include/svx/svdoedge.hxx
index c07a69adbbb2..16127d914ec8 100644
--- a/include/svx/svdoedge.hxx
+++ b/include/svx/svdoedge.hxx
@@ -88,7 +88,7 @@ public:
     long                        nAngle2;           // exit angle at Obj2
     sal_uInt16                  nObj1Lines;        // 1..3
     sal_uInt16                  nObj2Lines;        // 1..3
-    sal_uInt16                  nMiddleLine;       // 0xFFFF=none, otherwiese point number of the beginning of the line
+    sal_uInt16                  nMiddleLine;       // 0xFFFF=none, otherwise point number of the beginning of the line
 
 public:
     SdrEdgeInfoRec()
@@ -288,7 +288,7 @@ public:
     // for geometry access
     ::basegfx::B2DPolygon getEdgeTrack() const;
 
-    // helper method for SdrDragMethod::AddConnectorOverlays. Adds a overlay polygon for
+    // helper method for SdrDragMethod::AddConnectorOverlays. Adds an overlay polygon for
     // this connector to rResult.
     basegfx::B2DPolygon ImplAddConnectorOverlay(SdrDragMethod& rDragMethod, bool bTail1, bool bTail2, bool bDetail) const;
 };
diff --git a/include/svx/svdpagv.hxx b/include/svx/svdpagv.hxx
index 79e5bbef684a..fe5884b33809 100644
--- a/include/svx/svdpagv.hxx
+++ b/include/svx/svdpagv.hxx
@@ -147,7 +147,7 @@ public:
     css::uno::Reference< css::awt::XControlContainer >
         GetControlContainer( const OutputDevice& _rDevice ) const;
 
-    /// Sets all elements in the view which support a design and a alive mode into the given mode
+    /// Sets all elements in the view which support a design and an alive mode into the given mode
     void    SetDesignMode( bool _bDesignMode ) const;
 
     bool IsVisible() const { return mbVisible; }
diff --git a/offapi/com/sun/star/drawing/FillProperties.idl b/offapi/com/sun/star/drawing/FillProperties.idl
index a1fdbf41189f..ca64bcd5c6c6 100644
--- a/offapi/com/sun/star/drawing/FillProperties.idl
+++ b/offapi/com/sun/star/drawing/FillProperties.idl
@@ -165,7 +165,7 @@ published service FillProperties
     */
     [property] long FillBitmapSizeY;
 
-    /** this enum selects how a area is filled with a single bitmap.
+    /** this enum selects how an area is filled with a single bitmap.
 
         <p>This property corresponds to the properties
         #FillBitmapStretch and #FillBitmapTile.</p>
diff --git a/offapi/com/sun/star/drawing/GenericDrawPage.idl b/offapi/com/sun/star/drawing/GenericDrawPage.idl
index fcd6db5713a7..e78d94b2587a 100644
--- a/offapi/com/sun/star/drawing/GenericDrawPage.idl
+++ b/offapi/com/sun/star/drawing/GenericDrawPage.idl
@@ -136,7 +136,7 @@ published service GenericDrawPage
 
 
     /** this property is true if the averaged background filling colors luminance
-        is belove an application specified threshold value. This can be used to
+        is below an application specified threshold value. This can be used to
         determine the actual value of an auto color.
     */
     [readonly, optional, property] boolean IsBackgroundDark;
diff --git a/offapi/com/sun/star/drawing/GraphicObjectShape.idl b/offapi/com/sun/star/drawing/GraphicObjectShape.idl
index 60388f7c57e7..3e415c1f466b 100644
--- a/offapi/com/sun/star/drawing/GraphicObjectShape.idl
+++ b/offapi/com/sun/star/drawing/GraphicObjectShape.idl
@@ -112,7 +112,7 @@ published service GraphicObjectShape
     */
     [property] ColorMode GraphicColorMode;
 
-    /** This property contains a image map for this graphic.
+    /** This property contains an image map for this graphic.
         @see com::sun::star::image::ImageMap
     */
     [optional, property] com::sun::star::container::XIndexContainer ImageMap;
diff --git a/offapi/com/sun/star/embed/XStorage2.idl b/offapi/com/sun/star/embed/XStorage2.idl
index bbbddc4923dc..00b0124376d9 100644
--- a/offapi/com/sun/star/embed/XStorage2.idl
+++ b/offapi/com/sun/star/embed/XStorage2.idl
@@ -51,7 +51,7 @@ interface XStorage2 : XStorage
             can be a combination of ElementModes values
 
         @param aEncryptionData
-            this parameter allowes to specify an encryption data to decrypt the
+            this parameter allows to specify an encryption data to decrypt the
             stream, the encryption data must be correct, otherwise an
             exception will be thrown
 
@@ -107,7 +107,7 @@ interface XStorage2 : XStorage
             the name of the substream that should be copied
 
         @param aEncryptionData
-            this parameter allowes to specify an encryption data for the
+            this parameter allows to specify an encryption data for the
             stream, the encryption data must be correct, otherwise an
             exception will be thrown
 
diff --git a/offapi/com/sun/star/form/NavigationBarMode.idl b/offapi/com/sun/star/form/NavigationBarMode.idl
index 51440d0d1d54..5056f11ca909 100644
--- a/offapi/com/sun/star/form/NavigationBarMode.idl
+++ b/offapi/com/sun/star/form/NavigationBarMode.idl
@@ -51,7 +51,7 @@ published enum NavigationBarMode
     /** a navigation bar is provided and navigation will be performed
         on the parent of the current/active form.
 
-        <p>This options is usually used for forms containing an grid control only.
+        <p>This option is usually used for forms containing a grid control only.
         In such a form, the control has its own navigation elements, so there is
         no need to use the navigation bar for the form, but rather for its parent.
         </p>
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseDateField.idl b/offapi/com/sun/star/form/binding/BindableDatabaseDateField.idl
index c4c2c9f8aa43..3623f35bb587 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseDateField.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseDateField.idl
@@ -30,7 +30,7 @@ module com {  module sun {  module star {  module form {  module binding {
 /** This service specifies a date input field which is data-aware and thus can be bound to a
     database field, and additionally supports binding to arbitrary external values.
 
-    <p>If an com::sun::star::form::binding::ValueBinding instance is
+    <p>If a com::sun::star::form::binding::ValueBinding instance is
     set at the field, it will exchange it's content with the binding as com::sun::star::util::Date.
     </p>
 
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseTimeField.idl b/offapi/com/sun/star/form/binding/BindableDatabaseTimeField.idl
index fb199ab1f427..955070aea9af 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseTimeField.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseTimeField.idl
@@ -30,7 +30,7 @@ module com {  module sun {  module star {  module form {  module binding {
 /** This service specifies a date input field which is data-aware and thus can be bound to a
     database field, and additionally supports binding to arbitrary external values.
 
-    <p>If an com::sun::star::form::binding::ValueBinding instance is
+    <p>If a com::sun::star::form::binding::ValueBinding instance is
     set at the field, it will exchange it's content with the binding as com::sun::star::util::Time.
     </p>
 
diff --git a/offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl b/offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl
index e6078e17b98f..80c9b9307c15 100644
--- a/offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl
+++ b/offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl
@@ -44,7 +44,7 @@ published interface XDatabaseRegistrationsListener : ::com::sun::star::lang::XEv
     */
     void    revokedDatabaseLocation( [in] DatabaseRegistrationEvent Event );
 
-    /** called when a the location of a registered database changed
+    /** called when the location of a registered database changed
 
         <p>Note that this talks about registration data only. That is, if the actual file denoted by the database
         registration is moved, this is in no way monitored or reported. Only (successful) calls to
diff --git a/offapi/com/sun/star/sdb/XSQLQueryComposer.idl b/offapi/com/sun/star/sdb/XSQLQueryComposer.idl
index a5c9c18e7b9d..630e947a2527 100644
--- a/offapi/com/sun/star/sdb/XSQLQueryComposer.idl
+++ b/offapi/com/sun/star/sdb/XSQLQueryComposer.idl
@@ -111,7 +111,7 @@ published interface XSQLQueryComposer: com::sun::star::uno::XInterface
     /** appends an additional part to the sort order criteria of the select
         statement.
         @param column
-            the column which is used to create a order part
+            the column which is used to create an order part
         @param  ascending
             `TRUE` when the order should be ascending, otherwise `FALSE`
         @throws com::sun::star::sdbc::SQLException
diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentView.java
index 4fdb2d8a9102..37b59c323f5d 100644
--- a/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentView.java
+++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentView.java
@@ -54,7 +54,7 @@ public class SwAccessibleDocumentView extends TestCase {
     /**
     * Called to create an instance of <code>TestEnvironment</code>
     * with an object to test and related objects. The method is called from
-    * <code>getTestEnvironment()</code>. Obtains accissible object for
+    * <code>getTestEnvironment()</code>. Obtains accessible object for
     * text document.
     *
     * @param Param test parameters
diff --git a/sc/source/ui/view/tabview2.cxx b/sc/source/ui/view/tabview2.cxx
index 19d55eb882d4..2c3399ea844b 100644
--- a/sc/source/ui/view/tabview2.cxx
+++ b/sc/source/ui/view/tabview2.cxx
@@ -704,7 +704,7 @@ void ScTabView::GetAreaMoveEndPosition(SCCOL nMovX, SCROW nMovY, ScFollowMode eM
         for ( i=0; i<-nMovY; i++ )
             pDoc->FindAreaPos( nVirtualX, nNewY, nTab,  SC_MOVE_UP );
 
-    if (eMode==SC_FOLLOW_JUMP)                  // bottom right do not show to much grey
+    if (eMode==SC_FOLLOW_JUMP)                  // bottom right do not show too much grey
     {
         if (nMovX != 0 && nNewX == MAXCOL)
             eMode = SC_FOLLOW_LINE;
@@ -1009,7 +1009,7 @@ void ScTabView::UpdateAllOverlays()
 }
 
 //!
-//! divide PaintBlock in to two methods: RepaintBlock and RemoveBlock or similar
+//! divide PaintBlock into two methods: RepaintBlock and RemoveBlock or similar
 //!
 
 void ScTabView::PaintBlock( bool bReset )
diff --git a/svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx
index 732b5de30dec..9f7b1d0f020d 100644
--- a/svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx
+++ b/svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx
@@ -48,7 +48,7 @@ namespace drawinglayer
             // all filled stuff using it will fit seamlessly together.
             // 'same' is in quotes since it is a UnitPolygon, so being relative to the
             // unit polygon of the local geometry (UnitPolyPolygon). The definition is complete
-            // when applying the also given transfomation (maTransform)
+            // when applying the also given transformation (maTransform)
             basegfx::B2DPolyPolygon const                     maUnitDefinitionPolyPolygon;
 
         protected:


More information about the Libreoffice-commits mailing list