summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-08 10:13:41 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-11 21:26:55 +0200
commitab7e35ea76c036bc6ab54c76aa067a9fcd36355c (patch)
tree86e3affcbd651762825b48a1d8e267cccb0b2f06 /dbaccess/source
parentd56ee7339f1a2ca73167791a5b39b6da38b401d5 (diff)
Fix typo
Change-Id: I7dfc0835d54a67c2031af9726eb86831779cb0df Reviewed-on: https://gerrit.libreoffice.org/72163 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ui/inc/brwctrlr.hxx6
1 files changed, 3 insertions, 3 deletions
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"