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

Andrea Gelmini andrea.gelmini at gelma.net
Wed Sep 30 00:56:30 PDT 2015


 include/svtools/ServerDetailsControls.hxx     |    2 +-
 include/svtools/imap.hxx                      |    2 +-
 include/svtools/svlbitm.hxx                   |    2 +-
 include/svtools/table/tablemodel.hxx          |    2 +-
 include/svtools/toolbarmenu.hxx               |    2 +-
 include/svx/DescriptionGenerator.hxx          |    2 +-
 include/svx/SpellDialogChildWindow.hxx        |    2 +-
 include/svx/dialcontrol.hxx                   |    2 +-
 include/svx/dialogs.hrc                       |    2 +-
 include/svx/fmtools.hxx                       |    2 +-
 include/svx/gridctrl.hxx                      |    4 ++--
 include/svx/sdr/contact/viewobjectcontact.hxx |    2 +-
 include/svx/svdedtv.hxx                       |    2 +-
 include/svx/svdedxv.hxx                       |    4 ++--
 include/svx/svdmodel.hxx                      |    4 ++--
 15 files changed, 18 insertions(+), 18 deletions(-)

New commits:
commit 1616565f1232f31d1e0fa2a3316d63eadd8e0e28
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Tue Sep 29 17:55:09 2015 +0200

    Fix typos
    
    Change-Id: If877778a98d8f06f6f596b4c186d9c4cf5c33438
    Reviewed-on: https://gerrit.libreoffice.org/18957
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/include/svtools/ServerDetailsControls.hxx b/include/svtools/ServerDetailsControls.hxx
index 5f69525..18ca39d 100644
--- a/include/svtools/ServerDetailsControls.hxx
+++ b/include/svtools/ServerDetailsControls.hxx
@@ -82,7 +82,7 @@ class HostDetailsContainer : public DetailsContainer
     protected:
         void setScheme( const OUString& sScheme ) { m_sScheme = sScheme; }
 
-        /** Verifies that the schement split from the URL can be handled by
+        /** Verifies that the scheme split from the URL can be handled by
             the container and set the proper controls accordingly if needed.
           */
         virtual bool verifyScheme( const OUString& rScheme );
diff --git a/include/svtools/imap.hxx b/include/svtools/imap.hxx
index 4ac636a..69880e7 100644
--- a/include/svtools/imap.hxx
+++ b/include/svtools/imap.hxx
@@ -91,7 +91,7 @@ public:
     // rTotalSize is the original size of the image
     // rDisplaySize is the current size;
     // rRelPoint relates to the display size and the upper left
-    // corener of the image
+    // corner of the image
     IMapObject*         GetHitIMapObject( const Size& rOriginalSize,
                                           const Size& rDisplaySize,
                                           const Point& rRelHitPoint,
diff --git a/include/svtools/svlbitm.hxx b/include/svtools/svlbitm.hxx
index f65996c..89969b0 100644
--- a/include/svtools/svlbitm.hxx
+++ b/include/svtools/svlbitm.hxx
@@ -94,7 +94,7 @@ public:
     Image&                  GetImage(SvBmp nIndex) { return aBmps[(int)nIndex]; }
 
     void                    SetDefaultImages( const Control* pControlForSettings = NULL );
-                                // set images according to the color scheeme of the Control
+                                // set images according to the color scheme of the Control
                                 // pControlForSettings == NULL: settings are taken from Application
     bool                    HasDefaultImages() const;
 };
diff --git a/include/svtools/table/tablemodel.hxx b/include/svtools/table/tablemodel.hxx
index 7bb3d9c..94265a8 100644
--- a/include/svtools/table/tablemodel.hxx
+++ b/include/svtools/table/tablemodel.hxx
@@ -235,7 +235,7 @@ namespace svt { namespace table
 
     //= ITableModel
 
-    /** declares the interface to implement by an abtract table model
+    /** declares the interface to implement by an abstract table model
     */
     class SAL_NO_VTABLE SVT_DLLPUBLIC ITableModel
     {
diff --git a/include/svtools/toolbarmenu.hxx b/include/svtools/toolbarmenu.hxx
index 3999f89..a234229 100644
--- a/include/svtools/toolbarmenu.hxx
+++ b/include/svtools/toolbarmenu.hxx
@@ -97,7 +97,7 @@ protected:
     bool IsInPopupMode();
     void EndPopupMode();
 
-    // Forwared from XStatusListener (subclasses must override this one to get
+    // Forwarded from XStatusListener (subclasses must override this one to get
     // the status updates):
     virtual void statusChanged(const css::frame::FeatureStateEvent& Event ) throw (css::uno::RuntimeException, std::exception);
 
diff --git a/include/svx/DescriptionGenerator.hxx b/include/svx/DescriptionGenerator.hxx
index 3603d21..1f8662d 100644
--- a/include/svx/DescriptionGenerator.hxx
+++ b/include/svx/DescriptionGenerator.hxx
@@ -106,7 +106,7 @@ public:
     /** Add the given property name and its associated value to the
         description string.  If the property value does not differ from the
         default value of the shape's style then the description string is
-        not modified.  This method forwards the request to its cousing but
+        not modified.  This method forwards the request to its cousin but
         first replaces the id of the localized name by the associated string
         from the resource.
         @param sPropertyName
diff --git a/include/svx/SpellDialogChildWindow.hxx b/include/svx/SpellDialogChildWindow.hxx
index 2e7253f..cae041c 100644
--- a/include/svx/SpellDialogChildWindow.hxx
+++ b/include/svx/SpellDialogChildWindow.hxx
@@ -29,7 +29,7 @@ class AbstractSpellDialog;
 
 namespace svx {
 
-/** The child window wrapper of the actual spellin dialog.  To use the
+/** The child window wrapper of the actual spelling dialog.  To use the
     spelling dialog in an application you have to do the usual things:
     <ol>
     <li>Call this class' RegisterChildWindow() method with the module
diff --git a/include/svx/dialcontrol.hxx b/include/svx/dialcontrol.hxx
index 8990871..23696f6 100644
--- a/include/svx/dialcontrol.hxx
+++ b/include/svx/dialcontrol.hxx
@@ -112,7 +112,7 @@ public:
      */
     void                SetLinkedField( NumericField* pField, sal_Int32 nDecimalPlaces = 0);
 
-    /** The passed handler is called whenever the totation value changes. */
+    /** The passed handler is called whenever the rotation value changes. */
     void                SetModifyHdl( const Link<DialControl*,void>& rLink );
 
     /** Save value for later comparison */
diff --git a/include/svx/dialogs.hrc b/include/svx/dialogs.hrc
index bbe795d..222440f 100644
--- a/include/svx/dialogs.hrc
+++ b/include/svx/dialogs.hrc
@@ -1095,7 +1095,7 @@
 // if we have _a_lot_ time, we should group the resource ids by type, instead
 // of grouping them by semantics. The reason is that resource ids have to be
 // unique relative to a fixed type (you can't have two dialogs with the same
-// resource id), but they do not need to be unique gloablly (means you can have
+// resource id), but they do not need to be unique globally (means you can have
 // a dialog and a string, both with the same id)
 // I suggest sticking to per-type ids instead of per-semantic ids, this is
 // better maintainable (IMO), and does not waste that much ids
diff --git a/include/svx/fmtools.hxx b/include/svx/fmtools.hxx
index 405899f..57305c6a 100644
--- a/include/svx/fmtools.hxx
+++ b/include/svx/fmtools.hxx
@@ -195,7 +195,7 @@ sal_Int16       getControlTypeByObject(const css::uno::Reference< css::lang::XSe
 
 
 bool isRowSetAlive(const css::uno::Reference< css::uno::XInterface>& _rxRowSet);
-    // checks if the css::sdbcx::XColumnsSupplier provided by _rxRowSet supllies any columns
+    // checks if the css::sdbcx::XColumnsSupplier provided by _rxRowSet supplies any columns
 
 
 typedef ::std::set  < css::uno::Reference< css::uno::XInterface >
diff --git a/include/svx/gridctrl.hxx b/include/svx/gridctrl.hxx
index ac37ca8..e889936 100644
--- a/include/svx/gridctrl.hxx
+++ b/include/svx/gridctrl.hxx
@@ -491,7 +491,7 @@ public:
 
     /** forces both scrollbars to be hidden
 
-        For the horizontal srollbar, this is overruled by enabling the navigation bar: A navigation
+        For the horizontal scrollbar, this is overruled by enabling the navigation bar: A navigation
         bar <b>always</b> implies a horizontal scroll bar
         @seealso EnableNavigationBar
     */
@@ -505,7 +505,7 @@ public:
     /// copies the text of the given cell into the clipboard
     void        copyCellText(sal_Int32 _nRow, sal_Int16 _nColId);
 
-    // selectin listener handling
+    // select in listener handling
     void                        setGridListener( FmGridListener* _pListener ) { m_pGridListener = _pListener; }
 
     // helper class to grant access to selected methods from within the DbCellControl class
diff --git a/include/svx/sdr/contact/viewobjectcontact.hxx b/include/svx/sdr/contact/viewobjectcontact.hxx
index fec1dfe..0a48eff 100644
--- a/include/svx/sdr/contact/viewobjectcontact.hxx
+++ b/include/svx/sdr/contact/viewobjectcontact.hxx
@@ -91,7 +91,7 @@ public:
     // access to ViewContact
     ViewContact& GetViewContact() const { return mrViewContact; }
 
-    // get the oebject's size range
+    // get the object size range
     const basegfx::B2DRange& getObjectRange() const;
 
     // React on changes of the object of this ViewContact
diff --git a/include/svx/svdedtv.hxx b/include/svx/svdedtv.hxx
index 8d85985..9e402ed 100644
--- a/include/svx/svdedtv.hxx
+++ b/include/svx/svdedtv.hxx
@@ -94,7 +94,7 @@ protected:
     bool                        bOrthoDesiredOnMarked : 1;
     bool                        bMoreThanOneNotMovable : 1;   // more then one objects are not moveable
     bool                        bOneOrMoreMovable : 1;        // at least one object is moveable
-    bool                        bMoreThanOneNoMovRot : 1;     // more then one object is not moveble nor turnable (Crook)
+    bool                        bMoreThanOneNoMovRot : 1;     // more then one object is not movable nor turnable (Crook)
     bool                        bContortionPossible : 1;      // all polygones (grouped if necessary)
     bool                        bAllPolys : 1;                // all polygones (not grouped)
     bool                        bOneOrMorePolys : 1;          // at least one polygon (not grouped)
diff --git a/include/svx/svdedxv.hxx b/include/svx/svdedxv.hxx
index 0bb7fb6..1211e20 100644
--- a/include/svx/svdedxv.hxx
+++ b/include/svx/svdedxv.hxx
@@ -62,13 +62,13 @@ class SVX_DLLPUBLIC SdrObjEditView: public SdrGlueEditView
 
 protected:
     // TextEdit
-    SdrObjectWeakRef            mxTextEditObj;          // current object in TextEdit
+    SdrObjectWeakRef            mxTextEditObj;         // current object in TextEdit
     SdrPageView*                pTextEditPV;
     SdrOutliner*                pTextEditOutliner;     // outliner for the TextEdit
     OutlinerView*               pTextEditOutlinerView; // current view of the outliners
     VclPtr<vcl::Window>         pTextEditWin;          // matching window to pTextEditOutlinerView
     vcl::Cursor*                pTextEditCursorMerker; // to restore the cursor in each window
-    ImpSdrEditPara*             pEditPara; // trashbin for everything else to stay compatible
+    ImpSdrEditPara*             pEditPara;             // trash bin for everything else to stay compatible
     SdrObject*                  pMacroObj;
     SdrPageView*                pMacroPV;
     VclPtr<vcl::Window>         pMacroWin;
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx
index 01a8f3e..913ea42 100644
--- a/include/svx/svdmodel.hxx
+++ b/include/svx/svdmodel.hxx
@@ -547,8 +547,8 @@ public:
         undo actions for this model. */
     SdrUndoFactory& GetSdrUndoFactory() const;
 
-    // Accessor methods for Palettes, Lists and Tabeles
-    // FIXME: this badly needs re-factoring ...
+    // Accessor methods for Palettes, Lists and Tables
+    // FIXME: this badly needs re-factoring...
     XPropertyListRef GetPropertyList( XPropertyListType t ) const { return maProperties[ t ]; }
     void             SetPropertyList( XPropertyListRef p ) { maProperties[ p->Type() ] = p; }
 


More information about the Libreoffice-commits mailing list