fix spelling implemenation -> implementation

Change-Id: I5ac499df1f4063a80a5d41f60778106a7b96940d
This commit is contained in:
Noel Grandin 2014-11-10 13:30:41 +02:00
parent 71a9c492b8
commit cd3204559c
15 changed files with 24 additions and 24 deletions

View file

@ -131,7 +131,7 @@ namespace dxcanvas
// DXSurface
/** ISurface implemenation.
/** ISurface implementation.
@attention holds the DXRenderModule via non-refcounted
reference! This is safe with current state of affairs, since

View file

@ -119,7 +119,7 @@ namespace drawinglayer
*/
virtual Primitive3DSequence SAL_CALL getDecomposition( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rViewParameters ) throw ( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/** the getRange default implemenation will use getDecomposition to create the range information from merging
/** the getRange default implementation will use getDecomposition to create the range information from merging
getRange results from the single local decomposition primitives.
*/
virtual ::com::sun::star::geometry::RealRectangle3D SAL_CALL getRange( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rViewParameters ) throw ( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;

View file

@ -168,7 +168,7 @@ private:
/** Makes a copy back reference wrapper to be used for inout parameters.
Only use for syncExecute(), the returned wrapper relies on its
implemenation, i.e. the function object is stored in free store.
implementation, i.e. the function object is stored in free store.
Type T needs to be copy constructable assignable.
@see syncExecute()
@ -183,7 +183,7 @@ inline detail::copy_back_wrapper<T> inout_by_ref( T & r )
/** Makes a copy back ptr wrapper to be used for inout parameters.
Only use for syncExecute(), the returned wrapper relies on its
implemenation, i.e. the function object is stored in free store.
implementation, i.e. the function object is stored in free store.
Type T needs to be copy constructable assignable.
@see syncExecute()

View file

@ -357,7 +357,7 @@ published service Content
<td>SearchCommandArgument aSearchCommandArg</td>
<td>
This command searches for subcontents of a content matching the
given search criteria. The command will return an implemenation
given search criteria. The command will return an implementation
of service DynamicResultSet.
</td>
</tr>

View file

@ -53,7 +53,7 @@ g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper.addImplementation( \
HelloWorldJob, # UNO object class
"org.openoffice.comp.pyuno.demo.HelloWorld", # implemenation name
"org.openoffice.comp.pyuno.demo.HelloWorld", # implementation name
("com.sun.star.task.Job",),) # list of implemented services
# (the only service)

View file

@ -105,7 +105,7 @@ def getCurrentContext():
def setCurrentContext( newContext ):
"""Sets newContext as new uno current context. The newContext must
implement the XCurrentContext interface. The implemenation should
implement the XCurrentContext interface. The implementation should
handle the desired properties and delegate unknown properties to the
old context. Ensure to reset the old one when you leave your stack ...
see http://udk.openoffice.org/common/man/concept/uno_contexts.html#current_context

View file

@ -91,7 +91,7 @@ static oslMutex ChildListMutex;
Deprecated
Old and buggy implementation of osl_searchPath used only by
osl_psz_executeProcess.
A new implemenation is in file_path_helper.cxx
A new implementation is in file_path_helper.cxx
*****************************************************************************/
static oslProcessError SAL_CALL osl_searchPath_impl(const sal_Char* pszName,

View file

@ -88,7 +88,7 @@ static rtl_arena_type * gp_alloc_arena = 0;
/* ================================================================= *
*
* custom allocator implemenation.
* custom allocator implementation.
*
* ================================================================= */
@ -261,7 +261,7 @@ void rtl_memory_fini()
/* ================================================================= *
*
* system allocator implemenation.
* system allocator implementation.
*
* ================================================================= */
@ -356,7 +356,7 @@ void SAL_CALL rtl_freeMemory (void * p) SAL_THROW_EXTERN_C()
/* ================================================================= *
*
* rtl_(allocate|free)ZeroMemory() implemenation.
* rtl_(allocate|free)ZeroMemory() implementation.
*
* ================================================================= */

View file

@ -1226,7 +1226,7 @@ void ViewShell::ExecReq( SfxRequest& rReq )
}
}
/** This default implemenation returns only an empty reference. See derived
/** This default implementation returns only an empty reference. See derived
classes for more interesting examples.
*/
::com::sun::star::uno::Reference<

View file

@ -40,7 +40,7 @@ namespace textconversiondlgs
It can be created via lang::XMultiComponentFactory::createInstanceWithContext
with servicename "com.sun.star.linguistic2.ChineseTranslationDialog"
or implemenation name "com.sun.star.comp.linguistic2.ChineseTranslationDialog"
or implementation name "com.sun.star.comp.linguistic2.ChineseTranslationDialog"
It can be initialized via the XInitialization interface with the following single parameter:
PropertyValue-Parameter: Name="ParentWindow" Type="awt::XWindow".

View file

@ -67,7 +67,7 @@ class AccessibleUNOHandler
XServiceInfo xServiceInfo;
switch (nIndex)
{
case 0 : // Implemenation name.
case 0 : // Implementation name.
xServiceInfo = GetServiceInfo (aParent);
aChild = new StringNode ("Implementation name: " +
(xServiceInfo!=null ? xServiceInfo.getImplementationName()

View file

@ -57,8 +57,8 @@ g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper.addImplementation( \
CallWizard, # UNO object class
"com.sun.star.wizards.agenda.CallWizard", # implemenation name
("com.sun.star.task.Job",),) # list of implemented services
# (the only service)
"com.sun.star.wizards.agenda.CallWizard", # implementation name
("com.sun.star.task.Job",),) # list of implemented services
# (the only service)
# vim:set shiftwidth=4 softtabstop=4 expandtab:

View file

@ -57,8 +57,8 @@ g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper.addImplementation( \
CallWizard, # UNO object class
"com.sun.star.wizards.fax.CallWizard", # implemenation name
("com.sun.star.task.Job",),) # list of implemented services
# (the only service)
"com.sun.star.wizards.fax.CallWizard", # implemtenation name
("com.sun.star.task.Job",),) # list of implemented services
# (the only service)
# vim:set shiftwidth=4 softtabstop=4 expandtab:

View file

@ -57,8 +57,8 @@ g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper.addImplementation( \
CallWizard, # UNO object class
"com.sun.star.wizards.letter.CallWizard", # implemenation name
("com.sun.star.task.Job",),) # list of implemented services
# (the only service)
"com.sun.star.wizards.letter.CallWizard", # implementation name
("com.sun.star.task.Job",),) # list of implemented services
# (the only service)
# vim:set shiftwidth=4 softtabstop=4 expandtab:

View file

@ -57,7 +57,7 @@ g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper.addImplementation( \
CallWizard, # UNO object class
"com.sun.star.wizards.web.CallWizard", # implemenation name
"com.sun.star.wizards.web.CallWizard", # implementation name
("com.sun.star.task.Job",),) # list of implemented services
# (the only service)