diff options
-rw-r--r-- | framework/source/inc/loadenv/loadenvexception.hxx | 2 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java | 2 | ||||
-rw-r--r-- | sd/inc/Outliner.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/inc/loadenv/loadenvexception.hxx b/framework/source/inc/loadenv/loadenvexception.hxx index 23d8c2e6446d..0dea9506457b 100644 --- a/framework/source/inc/loadenv/loadenvexception.hxx +++ b/framework/source/inc/loadenv/loadenvexception.hxx @@ -77,7 +77,7 @@ class LoadEnvException /** @short TODO */ 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. */ ID_STILL_RUNNING, diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java index 2a14247d1379..fe3bb4248dc2 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java +++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java @@ -198,7 +198,7 @@ public class FilterOptions * Note: This method doesn't check for a valid URL. It must be done before. * * @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 ) { diff --git a/sd/inc/Outliner.hxx b/sd/inc/Outliner.hxx index c7a79a0334c6..51a4cfe40639 100644 --- a/sd/inc/Outliner.hxx +++ b/sd/inc/Outliner.hxx @@ -254,7 +254,7 @@ private: */ ::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 not take place when this flag is set. */ |