Kaydet (Commit) ab7e35ea authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I7dfc0835d54a67c2031af9726eb86831779cb0df
Reviewed-on: https://gerrit.libreoffice.org/72163Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst d56ee733
...@@ -107,7 +107,7 @@ namespace dbaui ...@@ -107,7 +107,7 @@ namespace dbaui
sal_uInt16 m_nFormActionNestingLevel; // see enter-/leaveFormAction sal_uInt16 m_nFormActionNestingLevel; // see enter-/leaveFormAction
bool m_bLoadCanceled : 1; // the load was canceled somehow 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: protected:
class FormErrorHelper final class FormErrorHelper final
...@@ -260,7 +260,7 @@ namespace dbaui ...@@ -260,7 +260,7 @@ namespace dbaui
virtual bool LoadForm(); virtual bool LoadForm();
// load the form // 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. // of the data source.
// the default implementation also calls LoadFinished after a synchronous load, so be sure to do the same if you override // 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 // this method and don't call the base class' method
...@@ -270,7 +270,7 @@ namespace dbaui ...@@ -270,7 +270,7 @@ namespace dbaui
virtual void criticalFail(); virtual void criticalFail();
// called whenever a reload operation on the rowset failed // 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 // 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" // whole process (_both_ XLoadable::reload calls _together_) form the "reload operation"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment