summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-18 00:29:46 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-18 00:30:35 +0300
commit5fd534de054876486a9620eced5e27faeee9eb05 (patch)
tree3f6171b0f6fe46ed07e6146f7622cb468201724d
parent728ec86062c13c4994a15bf4bee810db7094c8bb (diff)
Typo: s/gurantee/guarantee
Change-Id: I8bd7ca5896931fbf18bf8ae25b62ced9b420fe39
-rw-r--r--forms/source/xforms/datatypes.hxx2
-rw-r--r--framework/source/inc/loadenv/loadenv.hxx2
-rw-r--r--odk/examples/DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.java2
-rw-r--r--unotools/source/config/moduleoptions.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/xforms/datatypes.hxx b/forms/source/xforms/datatypes.hxx
index a65ee572dc69..4f40daeb9f30 100644
--- a/forms/source/xforms/datatypes.hxx
+++ b/forms/source/xforms/datatypes.hxx
@@ -218,7 +218,7 @@ namespace xforms
must hold for their normalizations.
@param _rValue
- the value to translate. Guranteed to be not <NULL/>, and of type <member>ValueType</member>
+ the value to translate. Guaranteed to be not <NULL/>, and of type <member>ValueType</member>
@param _rDoubleValue
output parameter to hold the resulting double value
*/
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx
index 9b022cd86d97..d23f954615c6 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -288,7 +288,7 @@ public:
a frame with a controller/model inside can be possible. For loading
of a "non visible component" only an information about a successfully start
can be provided.
- Further it can't be guranteed, that the internal process runs synchronous.
+ Further it can't be guaranteed, that the internal process runs synchronous.
Thats why we preferr using of specialized methods afterwards e.g. to:
- wait till the internal job will be finished
and get the results
diff --git a/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.java b/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.java
index ad34a6e1cd0e..ed5d63e5305d 100644
--- a/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.java
+++ b/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.java
@@ -92,7 +92,7 @@ public class AsyncJob extends WeakBase implements XServiceInfo, XAsyncJob
com.sun.star.task.XJobListener xListener)
throws com.sun.star.lang.IllegalArgumentException
{
- // For asynchronous jobs a valid listener reference is guranteed normaly ...
+ // For asynchronous jobs a valid listener reference is guaranteed normaly ...
if (xListener == null)
throw new com.sun.star.lang.IllegalArgumentException("invalid listener");
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx
index 7856e2ebf550..de435e46ffbe 100644
--- a/unotools/source/config/moduleoptions.cxx
+++ b/unotools/source/config/moduleoptions.cxx
@@ -340,7 +340,7 @@ SvtModuleOptions_Impl::SvtModuleOptions_Impl()
: ::utl::ConfigItem( ROOTNODE_FACTORIES )
, m_bReadOnlyStatesWellKnown( false )
{
- // First initialize list of factory infos! Otherwise we couldnt gurantee right working of these class.
+ // First initialize list of factory infos! Otherwise we couldnt guarantee right working of these class.
for( sal_Int32 nFactory=0; nFactory<FACTORYCOUNT; ++nFactory )
m_lFactories[nFactory].free();