Kaydet (Commit) c15913b2 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Spelling fix: suported

Change-Id: I3b67edd5ba4541a65cb0916abea6db1362c32afd
üst 360c7e57
...@@ -242,7 +242,7 @@ sal_Bool MailToDispatcher::implts_dispatch( const css::util::URL& ...@@ -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*/ , void SAL_CALL MailToDispatcher::addStatusListener( const css::uno::Reference< css::frame::XStatusListener >& /*xListener*/ ,
const css::util::URL& /*aURL*/ ) throw( css::uno::RuntimeException, std::exception ) 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 ...@@ -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*/ , void SAL_CALL MailToDispatcher::removeStatusListener( const css::uno::Reference< css::frame::XStatusListener >& /*xListener*/ ,
const css::util::URL& /*aURL*/ ) throw( css::uno::RuntimeException, std::exception ) const css::util::URL& /*aURL*/ ) throw( css::uno::RuntimeException, std::exception )
{ {
// not suported yet // not supported yet
} }
} // namespace framework } // namespace framework
......
...@@ -272,7 +272,7 @@ css::uno::Reference< css::uno::XInterface > ServiceHandler::implts_dispatch( con ...@@ -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*/ , void SAL_CALL ServiceHandler::addStatusListener( const css::uno::Reference< css::frame::XStatusListener >& /*xListener*/ ,
const css::util::URL& /*aURL*/ ) throw( css::uno::RuntimeException, std::exception ) 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: ...@@ -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*/ , void SAL_CALL ServiceHandler::removeStatusListener( const css::uno::Reference< css::frame::XStatusListener >& /*xListener*/ ,
const css::util::URL& /*aURL*/ ) throw( css::uno::RuntimeException, std::exception ) const css::util::URL& /*aURL*/ ) throw( css::uno::RuntimeException, std::exception )
{ {
// not suported yet // not supported yet
} }
} // namespace framework } // namespace framework
......
...@@ -152,7 +152,7 @@ void SAL_CALL SystemExec::dispatchWithNotification( const css::util::URL& ...@@ -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 >&, void SAL_CALL SystemExec::addStatusListener( const css::uno::Reference< css::frame::XStatusListener >&,
const css::util::URL& ) throw( css::uno::RuntimeException, std::exception ) 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 ...@@ -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 >&, void SAL_CALL SystemExec::removeStatusListener( const css::uno::Reference< css::frame::XStatusListener >&,
const css::util::URL& ) throw( css::uno::RuntimeException, std::exception ) const css::util::URL& ) throw( css::uno::RuntimeException, std::exception )
{ {
// not suported yet // not supported yet
} }
......
...@@ -106,7 +106,7 @@ public: ...@@ -106,7 +106,7 @@ public:
/** Create a virtual device using an existing system dependent device or graphics context /** 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. 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 ); explicit VirtualDevice( const SystemGraphicsData *pData, sal_uInt16 nBitCount );
......
...@@ -197,7 +197,7 @@ public class JavaLoader implements XImplementationLoader, ...@@ -197,7 +197,7 @@ public class JavaLoader implements XImplementationLoader,
/** /**
* Verifies if a given service is supported by the component. * Verifies if a given service is supported by the component.
* <p> * <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 * @param serviceName the name of the service that should be checked
* @see com.sun.star.lang.XServiceInfo * @see com.sun.star.lang.XServiceInfo
*/ */
......
...@@ -209,7 +209,7 @@ void ScAccessibleFilterMenu::clearAccessibleSelection() throw (RuntimeException, ...@@ -209,7 +209,7 @@ void ScAccessibleFilterMenu::clearAccessibleSelection() throw (RuntimeException,
void ScAccessibleFilterMenu::selectAllAccessibleChildren() throw (RuntimeException, std::exception) 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) sal_Int32 ScAccessibleFilterMenu::getSelectedAccessibleChildCount() throw (RuntimeException, std::exception)
......
...@@ -198,7 +198,7 @@ SvXMLImportItemMapper::handleSpecialItem( const SvXMLItemMapEntry& /*rEntry*/, ...@@ -198,7 +198,7 @@ SvXMLImportItemMapper::handleSpecialItem( const SvXMLItemMapEntry& /*rEntry*/,
const SvXMLUnitConverter& /*rUnitConverter*/, const SvXMLUnitConverter& /*rUnitConverter*/,
const SvXMLNamespaceMap& /*rNamespaceMap*/ ) const SvXMLNamespaceMap& /*rNamespaceMap*/ )
{ {
OSL_FAIL( "unsuported special item in xml import" ); OSL_FAIL( "unsupported special item in xml import" );
return false; return false;
} }
...@@ -210,7 +210,7 @@ bool SvXMLImportItemMapper::handleNoItem( const SvXMLItemMapEntry& /*rEntry*/, ...@@ -210,7 +210,7 @@ bool SvXMLImportItemMapper::handleNoItem( const SvXMLItemMapEntry& /*rEntry*/,
const SvXMLUnitConverter& /*rUnitConverter*/, const SvXMLUnitConverter& /*rUnitConverter*/,
const SvXMLNamespaceMap& /*rNamespaceMap*/ ) const SvXMLNamespaceMap& /*rNamespaceMap*/ )
{ {
OSL_FAIL( "unsuported no item in xml import" ); OSL_FAIL( "unsupported no item in xml import" );
return false; return false;
} }
......
...@@ -107,7 +107,7 @@ class AccessibleTreeNode ...@@ -107,7 +107,7 @@ class AccessibleTreeNode
return maDisplayObject.toString(); return maDisplayObject.toString();
} }
/** get names of suported actions */ /** get names of supported actions */
public String[] getActions () public String[] getActions ()
{ {
return new String[] {}; return new String[] {};
......
...@@ -139,7 +139,7 @@ abstract class NodeHandler ...@@ -139,7 +139,7 @@ abstract class NodeHandler
// public void setChild(Object aObject, int nIndex) { } // public void setChild(Object aObject, int nIndex) { }
/** get names of suported actions */ /** get names of supported actions */
public String[] getActions (AccessibleTreeNode aNode) public String[] getActions (AccessibleTreeNode aNode)
{ {
return new String[] {}; return new String[] {};
......
...@@ -406,7 +406,7 @@ uno::Any SAL_CALL Content::execute( ...@@ -406,7 +406,7 @@ uno::Any SAL_CALL Content::execute(
transfer( transferArgs, xEnv ); transfer( transferArgs, xEnv );
} else { // Unsuported } else { // Unsupported
#ifdef DEBUG #ifdef DEBUG
g_warning( "Unsupported command: '%s'", g_warning( "Unsupported command: '%s'",
OUStringToGnome( aCommand.Name ) ); OUStringToGnome( aCommand.Name ) );
......
...@@ -36,7 +36,7 @@ module com { module sun { module star { module lang { ...@@ -36,7 +36,7 @@ module com { module sun { module star { module lang {
<p>The com::sun::star::container::XContentEnumerationAccess <p>The com::sun::star::container::XContentEnumerationAccess
interface can be supported optionally. 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 support the service specified with the argument of
com::sun::star::container::XContentEnumerationAccess::createContentEnumeration(). com::sun::star::container::XContentEnumerationAccess::createContentEnumeration().
The enumerator returns interfaces. The type of the interface is not specified. The enumerator returns interfaces. The type of the interface is not specified.
......
...@@ -1115,7 +1115,7 @@ void generateCalcAddin(ProgramOptions const & options, ...@@ -1115,7 +1115,7 @@ void generateCalcAddin(ProgramOptions const & options,
} }
// if backwardcompatible==true the AddIn service needs to be added to the // 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 // 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 // take form the configuration from Calc directly, this simplifies the
// add-in code // add-in code
......
...@@ -853,7 +853,7 @@ void generateSkeleton(ProgramOptions const & options, ...@@ -853,7 +853,7 @@ void generateSkeleton(ProgramOptions const & options,
} }
// if backwardcompatible==true the AddIn service needs to be added to the // 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 // 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 // take form the configuration from Calc directly, this simplifies the
// add-in code // add-in code
......
...@@ -326,7 +326,7 @@ bool SvXMLImportPropertyMapper::handleSpecialItem( ...@@ -326,7 +326,7 @@ bool SvXMLImportPropertyMapper::handleSpecialItem(
const SvXMLUnitConverter& rUnitConverter, const SvXMLUnitConverter& rUnitConverter,
const SvXMLNamespaceMap& rNamespaceMap ) const 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() ) if( mxNextMapper.is() )
return mxNextMapper->handleSpecialItem( rProperty, rProperties, rValue, return mxNextMapper->handleSpecialItem( rProperty, rProperties, rValue,
rUnitConverter, rNamespaceMap ); rUnitConverter, rNamespaceMap );
......
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