[Libreoffice-commits] core.git: include/svtools include/svx include/tools

Andrea Gelmini andrea.gelmini at gelma.net
Sat Mar 25 10:21:11 UTC 2017


 include/svtools/fmtfield.hxx              |    4 ++--
 include/svtools/ivctrl.hxx                |    4 ++--
 include/svtools/parhtml.hxx               |    2 +-
 include/svtools/table/tablesort.hxx       |    2 +-
 include/svx/dialcontrol.hxx               |    2 +-
 include/svx/fmsearch.hxx                  |    2 +-
 include/svx/sdr/overlay/overlayobject.hxx |    2 +-
 include/svx/sdrpaintwindow.hxx            |    2 +-
 include/svx/shapepropertynotifier.hxx     |    2 +-
 include/svx/svddrgv.hxx                   |    2 +-
 include/svx/svdmrkv.hxx                   |    2 +-
 include/tools/pstm.hxx                    |    2 +-
 12 files changed, 14 insertions(+), 14 deletions(-)

New commits:
commit 1735654408f5bcc912f039a2f9263adb48edf9c1
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Fri Mar 24 11:43:29 2017 +0100

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

diff --git a/include/svtools/fmtfield.hxx b/include/svtools/fmtfield.hxx
index f59389c2de35..680c611999ba 100644
--- a/include/svtools/fmtfield.hxx
+++ b/include/svtools/fmtfield.hxx
@@ -205,7 +205,7 @@ public:
     /** enables handling of not-a-number value.
 
         When this is set to <FALSE/> (the default), then invalid inputs (i.e. text which cannot be
-        intepreted, according to the current formatting) will be handled as if the default value
+        interpreted, according to the current formatting) will be handled as if the default value
         has been entered. GetValue the will return this default value.
 
         When set to <TRUE/>, then GetValue will return NaN (not a number, see <method scope="rtl::math">isNan</method>)
@@ -230,7 +230,7 @@ protected:
     void impl_Modify(bool makeValueDirty = true);
     virtual void Modify() override;
 
-    // Override CheckTextfor input-time checks
+    // Override CheckText for input-time checks
     virtual bool CheckText(const OUString&) const { return true; }
 
     // any aspect of the current format has changed
diff --git a/include/svtools/ivctrl.hxx b/include/svtools/ivctrl.hxx
index ea7116e64b0b..5f3083ce363f 100644
--- a/include/svtools/ivctrl.hxx
+++ b/include/svtools/ivctrl.hxx
@@ -153,7 +153,7 @@ public:
         WB_SMALL_ICON       // Text right to the icon, position does not mind
         WB_DETAILS          // Text right to the icon, limited positioning
         WB_BORDER
-        WB_NOHIDESELECTION  // Draw selection inaktively, if not focused.
+        WB_NOHIDESELECTION  // Draw selection inactively, if not focused.
         WB_NOHSCROLL
         WB_NOVSCROLL
         WB_NOSELECTION
@@ -262,7 +262,7 @@ public:
     void                    SetCursor( SvxIconChoiceCtrlEntry* pEntry );
     SvxIconChoiceCtrlEntry* GetCursor() const;
 
-    // Re-calculation of cached view-data and invalidatiopn of those in the view
+    // Re-calculation of cached view-data and invalidation of those in the view
     void                    InvalidateEntry( SvxIconChoiceCtrlEntry* pEntry );
 
     // Entry is selectd, if the BoundRect is selected
diff --git a/include/svtools/parhtml.hxx b/include/svtools/parhtml.hxx
index 55c9227f075d..ddb65c2abd7c 100644
--- a/include/svtools/parhtml.hxx
+++ b/include/svtools/parhtml.hxx
@@ -256,7 +256,7 @@ public:
 
     // remove a comment around the content of <SCRIPT> or <STYLE>
     // In case of 'bFull', the whole line behind a "<!--" might
-    // be deleted (for JavaSript)
+    // be deleted (for JavaScript)
     static void RemoveSGMLComment( OUString &rString, bool bFull );
 
     static bool InternalImgToPrivateURL( OUString& rURL );
diff --git a/include/svtools/table/tablesort.hxx b/include/svtools/table/tablesort.hxx
index 56f1a46000b0..56a825f86347 100644
--- a/include/svtools/table/tablesort.hxx
+++ b/include/svtools/table/tablesort.hxx
@@ -65,7 +65,7 @@ namespace svt { namespace table
 
         /** retrieves the current sort order of the data
 
-            If the <code>nColumnIndex</code> member of the returned srtructure is <code>COL_INVALID</code>, then
+            If the <code>nColumnIndex</code> member of the returned structure is <code>COL_INVALID</code>, then
             the data is currently not sorted.
         */
         virtual ColumnSort  getCurrentSortOrder() const = 0;
diff --git a/include/svx/dialcontrol.hxx b/include/svx/dialcontrol.hxx
index fd322199f75f..90815338d57d 100644
--- a/include/svx/dialcontrol.hxx
+++ b/include/svx/dialcontrol.hxx
@@ -105,7 +105,7 @@ public:
 
     /** Links the passed numeric edit field to the control (bi-directional).
      *  nDecimalPlaces:
-     *     field value is usign given decimal places
+     *     field value is unsign given decimal places
      *     default is 0 which means field values are in degrees,
      *     2 means 100th of degree
      */
diff --git a/include/svx/fmsearch.hxx b/include/svx/fmsearch.hxx
index a88dadfc9499..2d1b39439995 100644
--- a/include/svx/fmsearch.hxx
+++ b/include/svx/fmsearch.hxx
@@ -63,7 +63,7 @@ struct FmSearchContext
     // [out]
     css::uno::Reference< css::sdbc::XResultSet>
                             xCursor;        // the iterator for the context
-    OUString                strUsedFields;  // a list of field names separeted by ';'
+    OUString                strUsedFields;  // a list of field names separated by ';'
     ::std::vector< css::uno::Reference< css::uno::XInterface > >
                             arrFields;      // the corresponding text interfaces for the fields in strUsedFields
     OUString                sFieldDisplayNames;     // if not empty: names to be displayed for the searchable fields (must have the same token count as strUsedFields!)
diff --git a/include/svx/sdr/overlay/overlayobject.hxx b/include/svx/sdr/overlay/overlayobject.hxx
index 8aa49dc7b011..a506d336cac5 100644
--- a/include/svx/sdr/overlay/overlayobject.hxx
+++ b/include/svx/sdr/overlay/overlayobject.hxx
@@ -100,7 +100,7 @@ namespace sdr
             // to implement the animation effect and to re-initiate the event.
             bool                                            mbAllowsAnimation : 1;
 
-            // Flag tocontrol if this OverlayObject allows AntiAliased visualisation.
+            // Flag to control if this OverlayObject allows AntiAliased visualisation.
             // Default is true, but e.g. for selection visualisation in SC and SW,
             // it is switched to false
             bool                                            mbAllowsAntiAliase : 1;
diff --git a/include/svx/sdrpaintwindow.hxx b/include/svx/sdrpaintwindow.hxx
index bcb0b0a8c843..1c0e03a1dd44 100644
--- a/include/svx/sdrpaintwindow.hxx
+++ b/include/svx/sdrpaintwindow.hxx
@@ -129,7 +129,7 @@ public:
     const vcl::Region& GetRedrawRegion() const { return maRedrawRegion;}
     void SetRedrawRegion(const vcl::Region& rNew);
 
-    // #i72889# read/write access to TempoparyTarget
+    // #i72889# read/write access to TemporaryTarget
     bool getTemporaryTarget() const { return (bool)mbTemporaryTarget; }
     void setTemporaryTarget(bool bNew) { mbTemporaryTarget = bNew; }
 
diff --git a/include/svx/shapepropertynotifier.hxx b/include/svx/shapepropertynotifier.hxx
index d44ba01e2a32..818ad4bcacca 100644
--- a/include/svx/shapepropertynotifier.hxx
+++ b/include/svx/shapepropertynotifier.hxx
@@ -106,7 +106,7 @@ namespace svx
         PropertyChangeNotifier( ::cppu::OWeakObject& _rOwner, ::osl::Mutex& _rMutex );
         ~PropertyChangeNotifier();
 
-        // listener maintanance
+        // listener maintenance
         void addPropertyChangeListener( const OUString& _rPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener >& _rxListener );
         void removePropertyChangeListener( const OUString& _rPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener >& _rxListener );
 
diff --git a/include/svx/svddrgv.hxx b/include/svx/svddrgv.hxx
index f9a1b7db375a..0ca6445122df 100644
--- a/include/svx/svddrgv.hxx
+++ b/include/svx/svddrgv.hxx
@@ -150,7 +150,7 @@ public:
     bool IsNoDragXorPolys() const { return mbNoDragXorPolys; }
 
     // If the number of selected objects exceeds the value set here,
-    // NoDragPolys is (temporarily) activated implicitely.
+    // NoDragPolys is (temporarily) activated implicitly.
     // PolyPolygons etc. are regarded as multiple objects respectively.
     // Default=100
     sal_uIntPtr GetDragXorPolyLimit() const { return mnDragXorPolyLimit; }
diff --git a/include/svx/svdmrkv.hxx b/include/svx/svdmrkv.hxx
index d36663aed1ad..7a2b1e30c42e 100644
--- a/include/svx/svdmrkv.hxx
+++ b/include/svx/svdmrkv.hxx
@@ -427,7 +427,7 @@ public:
     // Is set by DragView automatically when finishing a Crook-Drag.
     void SetLastCrookCenter(const Point& rPt) { maLastCrookCenter=rPt; }
 
-    // Rotation center point and start point of the axis of reflextion, respecively
+    // Rotation center point and start point of the axis of reflextion, respectively
     const Point& GetRef1() const { return maRef1; }
     void SetRef1(const Point& rPt);
 
diff --git a/include/tools/pstm.hxx b/include/tools/pstm.hxx
index 26e86c70f05c..6292a52c897f 100644
--- a/include/tools/pstm.hxx
+++ b/include/tools/pstm.hxx
@@ -108,7 +108,7 @@ class SvStream;
     [Example]
 
     One example is described in the constructor.
-    Assume a ring-like dependency, where A referenes B,
+    Assume a ring-like dependency, where A references B,
     B itself references C, and C references to both D and A.
 
     The order of the objects upon saving and loading does not matter,


More information about the Libreoffice-commits mailing list