Kaydet (Commit) 5fd534de authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Typo: s/gurantee/guarantee

Change-Id: I8bd7ca5896931fbf18bf8ae25b62ced9b420fe39
üst 728ec860
......@@ -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
*/
......
......@@ -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
......
......@@ -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");
......
......@@ -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();
......
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