[Libreoffice-commits] core.git: framework/source include/vcl jurt/com sc/source sw/source toolkit/test ucb/source udkapi/com unodevtools/source xmloff/source

Tor Lillqvist tml at collabora.com
Wed Mar 12 07:03:18 PDT 2014


 framework/source/dispatch/mailtodispatcher.cxx        |    4 ++--
 framework/source/dispatch/servicehandler.cxx          |    4 ++--
 framework/source/dispatch/systemexec.cxx              |    4 ++--
 include/vcl/virdev.hxx                                |    2 +-
 jurt/com/sun/star/comp/loader/JavaLoader.java         |    2 +-
 sc/source/ui/Accessibility/AccessibleFilterMenu.cxx   |    2 +-
 sw/source/filter/xml/xmlimpit.cxx                     |    4 ++--
 toolkit/test/accessibility/AccessibleTreeNode.java    |    2 +-
 toolkit/test/accessibility/NodeHandler.java           |    2 +-
 ucb/source/ucp/gvfs/gvfs_content.cxx                  |    2 +-
 udkapi/com/sun/star/lang/MultiServiceFactory.idl      |    2 +-
 unodevtools/source/skeletonmaker/cppcompskeleton.cxx  |    2 +-
 unodevtools/source/skeletonmaker/javacompskeleton.cxx |    2 +-
 xmloff/source/style/xmlimppr.cxx                      |    2 +-
 14 files changed, 18 insertions(+), 18 deletions(-)

New commits:
commit c15913b273c74bbfe7b24f99934e09a3249a81a9
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Mar 12 15:48:13 2014 +0200

    Spelling fix: suported
    
    Change-Id: I3b67edd5ba4541a65cb0916abea6db1362c32afd

diff --git a/framework/source/dispatch/mailtodispatcher.cxx b/framework/source/dispatch/mailtodispatcher.cxx
index bd1c2c6..72df6a7 100644
--- a/framework/source/dispatch/mailtodispatcher.cxx
+++ b/framework/source/dispatch/mailtodispatcher.cxx
@@ -242,7 +242,7 @@ sal_Bool MailToDispatcher::implts_dispatch( const css::util::URL&
 void SAL_CALL MailToDispatcher::addStatusListener( const css::uno::Reference< css::frame::XStatusListener >& /*xListener*/ ,
                                                    const css::util::URL&                                     /*aURL*/      ) throw( css::uno::RuntimeException, std::exception )
 {
-    // not suported yet
+    // not supported yet
 }
 
 
@@ -250,7 +250,7 @@ void SAL_CALL MailToDispatcher::addStatusListener( const css::uno::Reference< cs
 void SAL_CALL MailToDispatcher::removeStatusListener( const css::uno::Reference< css::frame::XStatusListener >& /*xListener*/ ,
                                                       const css::util::URL&                                     /*aURL*/      ) throw( css::uno::RuntimeException, std::exception )
 {
-    // not suported yet
+    // not supported yet
 }
 
 } //  namespace framework
diff --git a/framework/source/dispatch/servicehandler.cxx b/framework/source/dispatch/servicehandler.cxx
index b6ee2f5..766009f 100644
--- a/framework/source/dispatch/servicehandler.cxx
+++ b/framework/source/dispatch/servicehandler.cxx
@@ -272,7 +272,7 @@ css::uno::Reference< css::uno::XInterface > ServiceHandler::implts_dispatch( con
 void SAL_CALL ServiceHandler::addStatusListener( const css::uno::Reference< css::frame::XStatusListener >& /*xListener*/ ,
                                                  const css::util::URL&                                     /*aURL*/      ) throw( css::uno::RuntimeException, std::exception )
 {
-    // not suported yet
+    // not supported yet
 }
 
 
@@ -280,7 +280,7 @@ void SAL_CALL ServiceHandler::addStatusListener( const css::uno::Reference< css:
 void SAL_CALL ServiceHandler::removeStatusListener( const css::uno::Reference< css::frame::XStatusListener >& /*xListener*/ ,
                                                     const css::util::URL&                                     /*aURL*/      ) throw( css::uno::RuntimeException, std::exception )
 {
-    // not suported yet
+    // not supported yet
 }
 
 }       //  namespace framework
diff --git a/framework/source/dispatch/systemexec.cxx b/framework/source/dispatch/systemexec.cxx
index 7ae5c5f..1833045 100644
--- a/framework/source/dispatch/systemexec.cxx
+++ b/framework/source/dispatch/systemexec.cxx
@@ -152,7 +152,7 @@ void SAL_CALL SystemExec::dispatchWithNotification( const css::util::URL&
 void SAL_CALL SystemExec::addStatusListener( const css::uno::Reference< css::frame::XStatusListener >&,
                                              const css::util::URL& ) throw( css::uno::RuntimeException, std::exception )
 {
-    // not suported yet
+    // not supported yet
 }
 
 
@@ -160,7 +160,7 @@ void SAL_CALL SystemExec::addStatusListener( const css::uno::Reference< css::fra
 void SAL_CALL SystemExec::removeStatusListener( const css::uno::Reference< css::frame::XStatusListener >&,
                                                 const css::util::URL& ) throw( css::uno::RuntimeException, std::exception )
 {
-    // not suported yet
+    // not supported yet
 }
 
 
diff --git a/include/vcl/virdev.hxx b/include/vcl/virdev.hxx
index 25ef11c..b78495d 100644
--- a/include/vcl/virdev.hxx
+++ b/include/vcl/virdev.hxx
@@ -106,7 +106,7 @@ public:
 
     /** Create a virtual device using an existing system dependent device or graphics context
         Any rendering will happen directly on the context and not on any intermediate bitmap.
-        Note: This might not be suported on all platforms !
+        Note: This might not be supported on all platforms !
     */
     explicit            VirtualDevice( const SystemGraphicsData *pData, sal_uInt16 nBitCount );
 
diff --git a/jurt/com/sun/star/comp/loader/JavaLoader.java b/jurt/com/sun/star/comp/loader/JavaLoader.java
index fed1f1d4..98df09b 100644
--- a/jurt/com/sun/star/comp/loader/JavaLoader.java
+++ b/jurt/com/sun/star/comp/loader/JavaLoader.java
@@ -197,7 +197,7 @@ public class JavaLoader implements XImplementationLoader,
     /**
      * Verifies if a given service is supported by the component.
      * <p>
-     * @return      true,if service is suported - otherwise false
+     * @return      true,if service is supported - otherwise false
      * @param       serviceName     the name of the service that should be checked
      * @see         com.sun.star.lang.XServiceInfo
      */
diff --git a/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx b/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx
index 3de43d4..fdd8d54 100644
--- a/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx
+++ b/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx
@@ -209,7 +209,7 @@ void ScAccessibleFilterMenu::clearAccessibleSelection() throw (RuntimeException,
 
 void ScAccessibleFilterMenu::selectAllAccessibleChildren() throw (RuntimeException, std::exception)
 {
-    // not suported - this is a menu, you can't select all menu items.
+    // not supported - this is a menu, you can't select all menu items.
 }
 
 sal_Int32 ScAccessibleFilterMenu::getSelectedAccessibleChildCount() throw (RuntimeException, std::exception)
diff --git a/sw/source/filter/xml/xmlimpit.cxx b/sw/source/filter/xml/xmlimpit.cxx
index 4bf2c1d..c7f1efb 100644
--- a/sw/source/filter/xml/xmlimpit.cxx
+++ b/sw/source/filter/xml/xmlimpit.cxx
@@ -198,7 +198,7 @@ SvXMLImportItemMapper::handleSpecialItem(  const SvXMLItemMapEntry& /*rEntry*/,
                                             const SvXMLUnitConverter& /*rUnitConverter*/,
                                             const SvXMLNamespaceMap& /*rNamespaceMap*/ )
 {
-    OSL_FAIL( "unsuported special item in xml import" );
+    OSL_FAIL( "unsupported special item in xml import" );
     return false;
 }
 
@@ -210,7 +210,7 @@ bool SvXMLImportItemMapper::handleNoItem( const SvXMLItemMapEntry& /*rEntry*/,
                                            const SvXMLUnitConverter& /*rUnitConverter*/,
                                            const SvXMLNamespaceMap& /*rNamespaceMap*/ )
 {
-    OSL_FAIL( "unsuported no item in xml import" );
+    OSL_FAIL( "unsupported no item in xml import" );
     return false;
 }
 
diff --git a/toolkit/test/accessibility/AccessibleTreeNode.java b/toolkit/test/accessibility/AccessibleTreeNode.java
index b0a8a78..c9d3a6b 100644
--- a/toolkit/test/accessibility/AccessibleTreeNode.java
+++ b/toolkit/test/accessibility/AccessibleTreeNode.java
@@ -107,7 +107,7 @@ class AccessibleTreeNode
         return maDisplayObject.toString();
     }
 
-    /** get names of suported actions */
+    /** get names of supported actions */
     public String[] getActions ()
     {
         return new String[] {};
diff --git a/toolkit/test/accessibility/NodeHandler.java b/toolkit/test/accessibility/NodeHandler.java
index a84c41e..cad4952 100644
--- a/toolkit/test/accessibility/NodeHandler.java
+++ b/toolkit/test/accessibility/NodeHandler.java
@@ -139,7 +139,7 @@ abstract class NodeHandler
     //    public void setChild(Object aObject, int nIndex) { }
 
 
-    /** get names of suported actions */
+    /** get names of supported actions */
     public String[] getActions (AccessibleTreeNode aNode)
     {
         return new String[] {};
diff --git a/ucb/source/ucp/gvfs/gvfs_content.cxx b/ucb/source/ucp/gvfs/gvfs_content.cxx
index ef33a85..80d2050 100644
--- a/ucb/source/ucp/gvfs/gvfs_content.cxx
+++ b/ucb/source/ucp/gvfs/gvfs_content.cxx
@@ -406,7 +406,7 @@ uno::Any SAL_CALL Content::execute(
 
         transfer( transferArgs, xEnv );
 
-    } else { // Unsuported
+    } else { // Unsupported
 #ifdef DEBUG
         g_warning( "Unsupported command: '%s'",
                OUStringToGnome( aCommand.Name ) );
diff --git a/udkapi/com/sun/star/lang/MultiServiceFactory.idl b/udkapi/com/sun/star/lang/MultiServiceFactory.idl
index 03aeb26..272d694 100644
--- a/udkapi/com/sun/star/lang/MultiServiceFactory.idl
+++ b/udkapi/com/sun/star/lang/MultiServiceFactory.idl
@@ -36,7 +36,7 @@ module com {  module sun {  module star {  module lang {
 
     <p>The com::sun::star::container::XContentEnumerationAccess
     interface can be supported optionally.
-    If it is suported, it is possible to  enumerate all implementations that
+    If it is supported, it is possible to  enumerate all implementations that
     support the service specified with the argument of
     com::sun::star::container::XContentEnumerationAccess::createContentEnumeration().
     The enumerator returns interfaces. The type of the interface is not specified.
diff --git a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
index 5ce7501..3b47a01 100644
--- a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
+++ b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
@@ -1115,7 +1115,7 @@ void generateCalcAddin(ProgramOptions const & options,
     }
 
     // if backwardcompatible==true the AddIn service needs to be added to the
-    // suported service list, the necessary intefaces are mapped to the add-in
+    // supported service list, the necessary intefaces are mapped to the add-in
     // configuration. Since OO.org 2.0.4 this is obsolete and the add-in is
     // take form the configuration from Calc directly, this simplifies the
     // add-in code
diff --git a/unodevtools/source/skeletonmaker/javacompskeleton.cxx b/unodevtools/source/skeletonmaker/javacompskeleton.cxx
index 1fd478b..42d1da1 100644
--- a/unodevtools/source/skeletonmaker/javacompskeleton.cxx
+++ b/unodevtools/source/skeletonmaker/javacompskeleton.cxx
@@ -853,7 +853,7 @@ void generateSkeleton(ProgramOptions const & options,
         }
 
         // if backwardcompatible==true the AddIn service needs to be added to the
-        // suported service list, the necessary intefaces are mapped to the add-in
+        // supported service list, the necessary intefaces are mapped to the add-in
         // configuration. Since OO.org 2.0.4 this is obsolete and the add-in is
         // take form the configuration from Calc directly, this simplifies the
         // add-in code
diff --git a/xmloff/source/style/xmlimppr.cxx b/xmloff/source/style/xmlimppr.cxx
index 0173921..33ca7e3 100644
--- a/xmloff/source/style/xmlimppr.cxx
+++ b/xmloff/source/style/xmlimppr.cxx
@@ -326,7 +326,7 @@ bool SvXMLImportPropertyMapper::handleSpecialItem(
         const SvXMLUnitConverter& rUnitConverter,
         const SvXMLNamespaceMap& rNamespaceMap ) const
 {
-    OSL_ENSURE( mxNextMapper.is(), "unsuported special item in xml import" );
+    OSL_ENSURE( mxNextMapper.is(), "unsupported special item in xml import" );
     if( mxNextMapper.is() )
         return mxNextMapper->handleSpecialItem( rProperty, rProperties, rValue,
                                                rUnitConverter, rNamespaceMap );


More information about the Libreoffice-commits mailing list