Kaydet (Commit) d7f62705 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: metod(s)->method(s)

Change-Id: Ie8e8c33bba30ae454c4a0cb54eb6613293a398e6
üst 65c3f29a
......@@ -274,7 +274,7 @@ namespace dbaui
// the default implementation does an 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 metod and don't call the base class' method
// this method and don't call the base class' method
virtual void LoadFinished(bool bWasSynch);
// called if the loading (the _complete_ loading process) is done (no matter if synchron or asynchron).
......
......@@ -154,7 +154,7 @@ bool lcl_isStartModuleDispatch (const css::util::URL& aURL)
/**
@short helper for queryDispatch()
@descr Every member of the frame tree (frame, desktop) must handle such request
in another way. So we implement different specialized metods for every one.
in another way. So we implement different specialized methods for every one.
@threadsafe yes
*/
......
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