[Libreoffice-commits] core.git: canvas/source include/drawinglayer include/vcl offapi/com pyuno/demo pyuno/source sal/osl sal/rtl sd/source svx/source toolkit/test wizards/com

Noel Grandin noel at peralex.com
Mon Nov 10 03:37:42 PST 2014


 canvas/source/directx/dx_9rm.cxx                                           |    2 +-
 include/drawinglayer/primitive3d/baseprimitive3d.hxx                       |    2 +-
 include/vcl/threadex.hxx                                                   |    4 ++--
 offapi/com/sun/star/ucb/Content.idl                                        |    2 +-
 pyuno/demo/hello_world_comp.py                                             |    2 +-
 pyuno/source/module/uno.py                                                 |    2 +-
 sal/osl/unx/process.cxx                                                    |    2 +-
 sal/rtl/alloc_global.cxx                                                   |    6 +++---
 sd/source/ui/view/viewshel.cxx                                             |    2 +-
 svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx |    2 +-
 toolkit/test/accessibility/AccessibleUNOHandler.java                       |    2 +-
 wizards/com/sun/star/wizards/agenda/CallWizard.py                          |    6 +++---
 wizards/com/sun/star/wizards/fax/CallWizard.py                             |    6 +++---
 wizards/com/sun/star/wizards/letter/CallWizard.py                          |    6 +++---
 wizards/com/sun/star/wizards/web/CallWizard.py                             |    2 +-
 15 files changed, 24 insertions(+), 24 deletions(-)

New commits:
commit cd3204559cee4eb0ef2eafdb4d5d7e3abf458cf4
Author: Noel Grandin <noel at peralex.com>
Date:   Mon Nov 10 13:30:41 2014 +0200

    fix spelling implemenation -> implementation
    
    Change-Id: I5ac499df1f4063a80a5d41f60778106a7b96940d

diff --git a/canvas/source/directx/dx_9rm.cxx b/canvas/source/directx/dx_9rm.cxx
index cc48395..f679bd1 100644
--- a/canvas/source/directx/dx_9rm.cxx
+++ b/canvas/source/directx/dx_9rm.cxx
@@ -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
diff --git a/include/drawinglayer/primitive3d/baseprimitive3d.hxx b/include/drawinglayer/primitive3d/baseprimitive3d.hxx
index a40b5c1..69e18b4 100644
--- a/include/drawinglayer/primitive3d/baseprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/baseprimitive3d.hxx
@@ -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;
diff --git a/include/vcl/threadex.hxx b/include/vcl/threadex.hxx
index b2f24d65..b5122f6 100644
--- a/include/vcl/threadex.hxx
+++ b/include/vcl/threadex.hxx
@@ -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()
diff --git a/offapi/com/sun/star/ucb/Content.idl b/offapi/com/sun/star/ucb/Content.idl
index a2cedb2..f39d598 100644
--- a/offapi/com/sun/star/ucb/Content.idl
+++ b/offapi/com/sun/star/ucb/Content.idl
@@ -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>
diff --git a/pyuno/demo/hello_world_comp.py b/pyuno/demo/hello_world_comp.py
index 461326a..73bdc1f 100644
--- a/pyuno/demo/hello_world_comp.py
+++ b/pyuno/demo/hello_world_comp.py
@@ -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)
 
diff --git a/pyuno/source/module/uno.py b/pyuno/source/module/uno.py
index 6f8744b..a8873ae 100644
--- a/pyuno/source/module/uno.py
+++ b/pyuno/source/module/uno.py
@@ -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
diff --git a/sal/osl/unx/process.cxx b/sal/osl/unx/process.cxx
index a59c19f..e973202 100644
--- a/sal/osl/unx/process.cxx
+++ b/sal/osl/unx/process.cxx
@@ -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,
diff --git a/sal/rtl/alloc_global.cxx b/sal/rtl/alloc_global.cxx
index 0c02efd..d040f15 100644
--- a/sal/rtl/alloc_global.cxx
+++ b/sal/rtl/alloc_global.cxx
@@ -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.
  *
  * ================================================================= */
 
diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx
index bdc6959..792c5da 100644
--- a/sd/source/ui/view/viewshel.cxx
+++ b/sd/source/ui/view/viewshel.cxx
@@ -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<
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx b/svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx
index 221f410..5349c55 100644
--- a/svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx
+++ b/svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx
@@ -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".
diff --git a/toolkit/test/accessibility/AccessibleUNOHandler.java b/toolkit/test/accessibility/AccessibleUNOHandler.java
index 9f09492..1ee522b 100644
--- a/toolkit/test/accessibility/AccessibleUNOHandler.java
+++ b/toolkit/test/accessibility/AccessibleUNOHandler.java
@@ -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()
diff --git a/wizards/com/sun/star/wizards/agenda/CallWizard.py b/wizards/com/sun/star/wizards/agenda/CallWizard.py
index 9ca75f1..79811cf 100644
--- a/wizards/com/sun/star/wizards/agenda/CallWizard.py
+++ b/wizards/com/sun/star/wizards/agenda/CallWizard.py
@@ -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:
diff --git a/wizards/com/sun/star/wizards/fax/CallWizard.py b/wizards/com/sun/star/wizards/fax/CallWizard.py
index f9f07ff..e40138f 100644
--- a/wizards/com/sun/star/wizards/fax/CallWizard.py
+++ b/wizards/com/sun/star/wizards/fax/CallWizard.py
@@ -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:
diff --git a/wizards/com/sun/star/wizards/letter/CallWizard.py b/wizards/com/sun/star/wizards/letter/CallWizard.py
index 52b274e..c09b8bb 100644
--- a/wizards/com/sun/star/wizards/letter/CallWizard.py
+++ b/wizards/com/sun/star/wizards/letter/CallWizard.py
@@ -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:
diff --git a/wizards/com/sun/star/wizards/web/CallWizard.py b/wizards/com/sun/star/wizards/web/CallWizard.py
index 2f199f5..cdaf00c 100644
--- a/wizards/com/sun/star/wizards/web/CallWizard.py
+++ b/wizards/com/sun/star/wizards/web/CallWizard.py
@@ -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)
 


More information about the Libreoffice-commits mailing list