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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 12 08:29:28 UTC 2019


 include/svtools/wizardmachine.hxx    |    2 +-
 include/svx/AccessibleTextHelper.hxx |    2 +-
 include/svx/fmview.hxx               |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit d66f49d3d0077bd8d6da11fc76204adf0c03d0e1
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Aug 11 12:46:02 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Aug 12 10:28:20 2019 +0200

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

diff --git a/include/svtools/wizardmachine.hxx b/include/svtools/wizardmachine.hxx
index ed8aa86412cc..83c6f2fa92ec 100644
--- a/include/svtools/wizardmachine.hxx
+++ b/include/svtools/wizardmachine.hxx
@@ -123,7 +123,7 @@ namespace svt
 
         /** updates the travel-related UI elements of the OWizardMachine we live in (if any)
 
-            If the parent of the tab page is a OWizardMachine, then updateTravelUI at this instance
+            If the parent of the tab page is an OWizardMachine, then updateTravelUI at this instance
             is called. Otherwise, nothing happens.
         */
         void                updateDialogTravelUI();
diff --git a/include/svx/AccessibleTextHelper.hxx b/include/svx/AccessibleTextHelper.hxx
index d80050375e68..4d130a56d813 100644
--- a/include/svx/AccessibleTextHelper.hxx
+++ b/include/svx/AccessibleTextHelper.hxx
@@ -57,7 +57,7 @@ namespace accessibility
         addEventListener()/removeEventListener() methods to the
         AccessibleTextHelper (methods
         AddEventListener/RemoveEventListener), otherwise none or not
-        every one of your event listener will notice child changes.
+        everyone of your event listener will notice child changes.
 
         You have to implement the SvxEditSource, SvxTextForwarder,
         SvxViewForwarder and SvxEditViewForwarder interfaces in order
diff --git a/include/svx/fmview.hxx b/include/svx/fmview.hxx
index 2808ba031fa4..508b3380eb91 100644
--- a/include/svx/fmview.hxx
+++ b/include/svx/fmview.hxx
@@ -69,7 +69,7 @@ public:
         @param rFieldDesc
             description of the field. see clipboard format SBA-FIELDFORMAT
         @deprecated
-            This method is deprecated. Use the version with a ODataAccessDescriptor instead.
+            This method is deprecated. Use the version with an ODataAccessDescriptor instead.
     */
     SdrObjectUniquePtr CreateFieldControl(const OUString& rFieldDesc) const;
 


More information about the Libreoffice-commits mailing list