[Libreoffice-commits] core.git: sd/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 12 09:31:06 UTC 2019


 sd/source/ui/inc/DrawViewShell.hxx        |    2 +-
 sd/source/ui/inc/OutlinerIteratorImpl.hxx |    6 +++---
 sd/source/ui/inc/ViewShell.hxx            |    2 +-
 sd/source/ui/inc/Window.hxx               |    2 +-
 sd/source/ui/inc/fudraw.hxx               |    2 +-
 sd/source/ui/inc/fupoor.hxx               |    2 +-
 sd/source/ui/inc/fusel.hxx                |    2 +-
 sd/source/ui/inc/futext.hxx               |    2 +-
 sd/source/ui/inc/unopage.hxx              |    2 +-
 9 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit d6d3a1f554c86ffcaccf09ff083154587465a46f
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Aug 11 18:42:51 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Aug 12 11:30:07 2019 +0200

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

diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx
index 15f952bf6892..a6ea91272d1a 100644
--- a/sd/source/ui/inc/DrawViewShell.hxx
+++ b/sd/source/ui/inc/DrawViewShell.hxx
@@ -141,7 +141,7 @@ public:
     OUString        GetSelectionText( bool bCompleteWords );
     bool            HasSelection( bool bText ) const;
 
-    //If we are editing an PRESOBJ_OUTLINE return the Outliner and fill rSel
+    //If we are editing a PRESOBJ_OUTLINE return the Outliner and fill rSel
     //with the current selection
     ::Outliner*     GetOutlinerForMasterPageOutlineTextObj(ESelection &rSel);
 
diff --git a/sd/source/ui/inc/OutlinerIteratorImpl.hxx b/sd/source/ui/inc/OutlinerIteratorImpl.hxx
index 0181b5ac0c75..c13c2340eb33 100644
--- a/sd/source/ui/inc/OutlinerIteratorImpl.hxx
+++ b/sd/source/ui/inc/OutlinerIteratorImpl.hxx
@@ -119,7 +119,7 @@ protected:
     while an iterator is alive.  It is therefore the responsibility of an
     iterator's owner to handle the case of a changed mark list.
 
-    <p>For documentation of the methods please refere to the base class
+    <p>For documentation of the methods please refer to the base class
     <type>IteratorImplBase</type>.</p>
 */
 class SelectionIteratorImpl
@@ -161,7 +161,7 @@ private:
     the view is *not* switched.  Further calls to the
     <member>GotoNextObject()</member> method will be ignored.
 
-    <p>For documentation of the methods please refere to the base class
+    <p>For documentation of the methods please refer to the base class
     <type>IteratorImplBase</type>.</p>
 */
 class ViewIteratorImpl : public IteratorImplBase
@@ -209,7 +209,7 @@ private:
 /** Iterator for iteration over all objects in all views.  It automatically
     switches views when reaching the end/beginning of a view.
 
-    <p>For documentation of the methods please refere to the base class
+    <p>For documentation of the methods please refer to the base class
     <type>IteratorImplBase</type>.</p>
 */
 class DocumentIteratorImpl : public ViewIteratorImpl
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx
index b4f612933400..70f650a5355a 100644
--- a/sd/source/ui/inc/ViewShell.hxx
+++ b/sd/source/ui/inc/ViewShell.hxx
@@ -362,7 +362,7 @@ public:
 
         <p>When this method is not called before a view shell is taken from
         a stack then the Deactivate() call from the SFX as a response to
-        RemoveSubShell() comes to late when the view shell is not on the
+        RemoveSubShell() comes too late when the view shell is not on the
         stack anymore.</p>
     */
     virtual void Shutdown();
diff --git a/sd/source/ui/inc/Window.hxx b/sd/source/ui/inc/Window.hxx
index 026a6d1a460f..67251c2bae54 100644
--- a/sd/source/ui/inc/Window.hxx
+++ b/sd/source/ui/inc/Window.hxx
@@ -58,7 +58,7 @@ public:
     */
     void    SetZoomIntegral(long nZoom);
 
-    /** This internally used method performs the actual adaption of the
+    /** This internally used method performs the actual adaptation of the
         window's map mode to the specified zoom factor.
         @param nZoom
             The zoom factor is given as integral percent value.
diff --git a/sd/source/ui/inc/fudraw.hxx b/sd/source/ui/inc/fudraw.hxx
index 11158738ff82..be03ee4fc04b 100644
--- a/sd/source/ui/inc/fudraw.hxx
+++ b/sd/source/ui/inc/fudraw.hxx
@@ -56,7 +56,7 @@ public:
         This is used when a function gets a KEY_ESCAPE but can also
         be called directly.
 
-        @returns true if a active function was aborted
+        @returns true if an active function was aborted
     */
     virtual bool cancel() override;
 
diff --git a/sd/source/ui/inc/fupoor.hxx b/sd/source/ui/inc/fupoor.hxx
index 1e79d6a6336b..573406d849f3 100644
--- a/sd/source/ui/inc/fupoor.hxx
+++ b/sd/source/ui/inc/fupoor.hxx
@@ -95,7 +95,7 @@ public:
         This is used when a function gets a KEY_ESCAPE but can also
         be called directly.
 
-        @returns true if a active function was aborted
+        @returns true if an active function was aborted
     */
     virtual bool cancel();
 
diff --git a/sd/source/ui/inc/fusel.hxx b/sd/source/ui/inc/fusel.hxx
index 852f70622b02..02922b0deaad 100644
--- a/sd/source/ui/inc/fusel.hxx
+++ b/sd/source/ui/inc/fusel.hxx
@@ -56,7 +56,7 @@ public:
         This is used when a function gets a KEY_ESCAPE but can also
         be called directly.
 
-        @returns true if a active function was aborted
+        @returns true if an active function was aborted
     */
     virtual bool cancel() override;
 
diff --git a/sd/source/ui/inc/futext.hxx b/sd/source/ui/inc/futext.hxx
index c5a15467b750..2e5bdbd9808e 100644
--- a/sd/source/ui/inc/futext.hxx
+++ b/sd/source/ui/inc/futext.hxx
@@ -61,7 +61,7 @@ public:
         This is used when a function gets a KEY_ESCAPE but can also
         be called directly.
 
-        @returns true if a active function was aborted
+        @returns true if an active function was aborted
     */
     virtual bool cancel() override;
 
diff --git a/sd/source/ui/inc/unopage.hxx b/sd/source/ui/inc/unopage.hxx
index 0213900d99ba..c0fdbb6453f4 100644
--- a/sd/source/ui/inc/unopage.hxx
+++ b/sd/source/ui/inc/unopage.hxx
@@ -104,7 +104,7 @@ public:
     static const css::uno::Sequence< sal_Int8 > & getUnoTunnelId() throw();
     virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) override;
 
-    // this is called whenever a SdrObject must be created for a empty api shape wrapper
+    // this is called whenever a SdrObject must be created for an empty api shape wrapper
     virtual SdrObject *CreateSdrObject_( const css::uno::Reference< css::drawing::XShape >& xShape ) override;
 
     // SvxFmDrawPage


More information about the Libreoffice-commits mailing list