Kaydet (Commit) cd320455 authored tarafından Noel Grandin's avatar Noel Grandin

fix spelling implemenation -> implementation

Change-Id: I5ac499df1f4063a80a5d41f60778106a7b96940d
üst 71a9c492
...@@ -131,7 +131,7 @@ namespace dxcanvas ...@@ -131,7 +131,7 @@ namespace dxcanvas
// DXSurface // DXSurface
/** ISurface implemenation. /** ISurface implementation.
@attention holds the DXRenderModule via non-refcounted @attention holds the DXRenderModule via non-refcounted
reference! This is safe with current state of affairs, since reference! This is safe with current state of affairs, since
......
...@@ -119,7 +119,7 @@ namespace drawinglayer ...@@ -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; 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. 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; 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;
......
...@@ -168,7 +168,7 @@ private: ...@@ -168,7 +168,7 @@ private:
/** Makes a copy back reference wrapper to be used for inout parameters. /** Makes a copy back reference wrapper to be used for inout parameters.
Only use for syncExecute(), the returned wrapper relies on its 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. Type T needs to be copy constructable assignable.
@see syncExecute() @see syncExecute()
...@@ -183,7 +183,7 @@ inline detail::copy_back_wrapper<T> inout_by_ref( T & r ) ...@@ -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. /** Makes a copy back ptr wrapper to be used for inout parameters.
Only use for syncExecute(), the returned wrapper relies on its 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. Type T needs to be copy constructable assignable.
@see syncExecute() @see syncExecute()
......
...@@ -357,7 +357,7 @@ published service Content ...@@ -357,7 +357,7 @@ published service Content
<td>SearchCommandArgument aSearchCommandArg</td> <td>SearchCommandArgument aSearchCommandArg</td>
<td> <td>
This command searches for subcontents of a content matching the 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. of service DynamicResultSet.
</td> </td>
</tr> </tr>
......
...@@ -53,7 +53,7 @@ g_ImplementationHelper = unohelper.ImplementationHelper() ...@@ -53,7 +53,7 @@ g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper.addImplementation( \ g_ImplementationHelper.addImplementation( \
HelloWorldJob, # UNO object class 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 ("com.sun.star.task.Job",),) # list of implemented services
# (the only service) # (the only service)
......
...@@ -105,7 +105,7 @@ def getCurrentContext(): ...@@ -105,7 +105,7 @@ def getCurrentContext():
def setCurrentContext( newContext ): def setCurrentContext( newContext ):
"""Sets newContext as new uno current context. The newContext must """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 handle the desired properties and delegate unknown properties to the
old context. Ensure to reset the old one when you leave your stack ... 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 see http://udk.openoffice.org/common/man/concept/uno_contexts.html#current_context
......
...@@ -91,7 +91,7 @@ static oslMutex ChildListMutex; ...@@ -91,7 +91,7 @@ static oslMutex ChildListMutex;
Deprecated Deprecated
Old and buggy implementation of osl_searchPath used only by Old and buggy implementation of osl_searchPath used only by
osl_psz_executeProcess. 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, static oslProcessError SAL_CALL osl_searchPath_impl(const sal_Char* pszName,
......
...@@ -88,7 +88,7 @@ static rtl_arena_type * gp_alloc_arena = 0; ...@@ -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() ...@@ -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() ...@@ -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.
* *
* ================================================================= */ * ================================================================= */
......
...@@ -1226,7 +1226,7 @@ void ViewShell::ExecReq( SfxRequest& rReq ) ...@@ -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. classes for more interesting examples.
*/ */
::com::sun::star::uno::Reference< ::com::sun::star::uno::Reference<
......
...@@ -40,7 +40,7 @@ namespace textconversiondlgs ...@@ -40,7 +40,7 @@ namespace textconversiondlgs
It can be created via lang::XMultiComponentFactory::createInstanceWithContext It can be created via lang::XMultiComponentFactory::createInstanceWithContext
with servicename "com.sun.star.linguistic2.ChineseTranslationDialog" 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: It can be initialized via the XInitialization interface with the following single parameter:
PropertyValue-Parameter: Name="ParentWindow" Type="awt::XWindow". PropertyValue-Parameter: Name="ParentWindow" Type="awt::XWindow".
......
...@@ -67,7 +67,7 @@ class AccessibleUNOHandler ...@@ -67,7 +67,7 @@ class AccessibleUNOHandler
XServiceInfo xServiceInfo; XServiceInfo xServiceInfo;
switch (nIndex) switch (nIndex)
{ {
case 0 : // Implemenation name. case 0 : // Implementation name.
xServiceInfo = GetServiceInfo (aParent); xServiceInfo = GetServiceInfo (aParent);
aChild = new StringNode ("Implementation name: " + aChild = new StringNode ("Implementation name: " +
(xServiceInfo!=null ? xServiceInfo.getImplementationName() (xServiceInfo!=null ? xServiceInfo.getImplementationName()
......
...@@ -57,8 +57,8 @@ g_ImplementationHelper = unohelper.ImplementationHelper() ...@@ -57,8 +57,8 @@ g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper.addImplementation( \ g_ImplementationHelper.addImplementation( \
CallWizard, # UNO object class CallWizard, # UNO object class
"com.sun.star.wizards.agenda.CallWizard", # implemenation name "com.sun.star.wizards.agenda.CallWizard", # implementation name
("com.sun.star.task.Job",),) # list of implemented services ("com.sun.star.task.Job",),) # list of implemented services
# (the only service) # (the only service)
# vim:set shiftwidth=4 softtabstop=4 expandtab: # vim:set shiftwidth=4 softtabstop=4 expandtab:
...@@ -57,8 +57,8 @@ g_ImplementationHelper = unohelper.ImplementationHelper() ...@@ -57,8 +57,8 @@ g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper.addImplementation( \ g_ImplementationHelper.addImplementation( \
CallWizard, # UNO object class CallWizard, # UNO object class
"com.sun.star.wizards.fax.CallWizard", # implemenation name "com.sun.star.wizards.fax.CallWizard", # implemtenation name
("com.sun.star.task.Job",),) # list of implemented services ("com.sun.star.task.Job",),) # list of implemented services
# (the only service) # (the only service)
# vim:set shiftwidth=4 softtabstop=4 expandtab: # vim:set shiftwidth=4 softtabstop=4 expandtab:
...@@ -57,8 +57,8 @@ g_ImplementationHelper = unohelper.ImplementationHelper() ...@@ -57,8 +57,8 @@ g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper.addImplementation( \ g_ImplementationHelper.addImplementation( \
CallWizard, # UNO object class CallWizard, # UNO object class
"com.sun.star.wizards.letter.CallWizard", # implemenation name "com.sun.star.wizards.letter.CallWizard", # implementation name
("com.sun.star.task.Job",),) # list of implemented services ("com.sun.star.task.Job",),) # list of implemented services
# (the only service) # (the only service)
# vim:set shiftwidth=4 softtabstop=4 expandtab: # vim:set shiftwidth=4 softtabstop=4 expandtab:
...@@ -57,7 +57,7 @@ g_ImplementationHelper = unohelper.ImplementationHelper() ...@@ -57,7 +57,7 @@ g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper.addImplementation( \ g_ImplementationHelper.addImplementation( \
CallWizard, # UNO object class 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 ("com.sun.star.task.Job",),) # list of implemented services
# (the only service) # (the only service)
......
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