Kaydet (Commit) 12a881ec authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: inidcates -> indicates

üst c650d611
...@@ -77,7 +77,7 @@ class LoadEnvException ...@@ -77,7 +77,7 @@ class LoadEnvException
/** @short TODO */ /** @short TODO */
ID_COULD_NOT_REACTIVATE_CONTROLLER, ID_COULD_NOT_REACTIVATE_CONTROLLER,
/** @short inidcates an already running load operation. Of yourse the same /** @short indicates an already running load operation. Of yourse the same
instance cant be used for multiple load requests at the same time. instance cant be used for multiple load requests at the same time.
*/ */
ID_STILL_RUNNING, ID_STILL_RUNNING,
......
...@@ -198,7 +198,7 @@ public class FilterOptions ...@@ -198,7 +198,7 @@ public class FilterOptions
* Note: This method doesn't check for a valid URL. It must be done before. * Note: This method doesn't check for a valid URL. It must be done before.
* *
* @param bImport * @param bImport
* inidcates which stream member must be valid as result of this call * indicates which stream member must be valid as result of this call
*/ */
private void impl_openStreams( boolean bImport ) private void impl_openStreams( boolean bImport )
{ {
......
...@@ -254,7 +254,7 @@ private: ...@@ -254,7 +254,7 @@ private:
*/ */
::std::vector<SdrObjectWeakRef> maMarkListCopy; ::std::vector<SdrObjectWeakRef> maMarkListCopy;
/** This flag inidcates that only the current view is to be used for /** This flag indicates that only the current view is to be used for
searching and spelling. Automatically switching to other view does searching and spelling. Automatically switching to other view does
not take place when this flag is set. not take place when this flag is set.
*/ */
......
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