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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat May 11 19:27:53 UTC 2019


 dbaccess/source/ui/inc/brwctrlr.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit ab7e35ea76c036bc6ab54c76aa067a9fcd36355c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 8 10:13:41 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 11 21:26:55 2019 +0200

    Fix typo
    
    Change-Id: I7dfc0835d54a67c2031af9726eb86831779cb0df
    Reviewed-on: https://gerrit.libreoffice.org/72163
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/dbaccess/source/ui/inc/brwctrlr.hxx b/dbaccess/source/ui/inc/brwctrlr.hxx
index c6cd9d8c3d20..708e47329cdc 100644
--- a/dbaccess/source/ui/inc/brwctrlr.hxx
+++ b/dbaccess/source/ui/inc/brwctrlr.hxx
@@ -107,7 +107,7 @@ namespace dbaui
         sal_uInt16              m_nFormActionNestingLevel;      // see enter-/leaveFormAction
 
         bool                    m_bLoadCanceled : 1;            // the load was canceled somehow
-        bool                    m_bCannotSelectUnfiltered : 1;  // received an DATA_CANNOT_SELECT_UNFILTERED error
+        bool                    m_bCannotSelectUnfiltered : 1;  // received a DATA_CANNOT_SELECT_UNFILTERED error
 
     protected:
         class FormErrorHelper final
@@ -260,7 +260,7 @@ namespace dbaui
 
         virtual bool LoadForm();
             // load the form
-            // the default implementation does an direct load or starts a load thread, depending on the multithread capabilities
+            // the default implementation does a direct load or starts a load thread, depending on the multithread capabilities
             // of the data source.
             // the default implementation also calls LoadFinished after a synchronous load, so be sure to do the same if you override
             // this method and don't call the base class' method
@@ -270,7 +270,7 @@ namespace dbaui
 
         virtual void criticalFail();
             // called whenever a reload operation on the rowset failed
-            // (a "operation" is not only a simple reload: If the user sets a filter, an reloading the form
+            // (an "operation" is not only a simple reload: if the user sets a filter, and reloading the form
             // after setting this filter fails, the filter is reset and the form is reloaded, again. Only the
             // whole process (_both_ XLoadable::reload calls _together_) form the "reload operation"
 


More information about the Libreoffice-commits mailing list