Spelling fix: suported

Change-Id: I3b67edd5ba4541a65cb0916abea6db1362c32afd
This commit is contained in:
Tor Lillqvist
2014-03-12 15:48:13 +02:00
parent 360c7e573f
commit c15913b273
14 changed files with 18 additions and 18 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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
}

View File

@@ -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 );

View File

@@ -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
*/

View File

@@ -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)

View File

@@ -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;
}

View File

@@ -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[] {};

View File

@@ -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[] {};

View File

@@ -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 ) );

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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 );