summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-03-12 15:48:13 +0200
committerTor Lillqvist <tml@collabora.com>2014-03-12 15:56:04 +0200
commitc15913b273c74bbfe7b24f99934e09a3249a81a9 (patch)
tree2b4e4cd175ad2ebcfbfd00a187e1b1e747a73cfe
parent360c7e573f0ce4b6a892bb7f7e51b9267bed5a6d (diff)
Spelling fix: suported
Change-Id: I3b67edd5ba4541a65cb0916abea6db1362c32afd
-rw-r--r--framework/source/dispatch/mailtodispatcher.cxx4
-rw-r--r--framework/source/dispatch/servicehandler.cxx4
-rw-r--r--framework/source/dispatch/systemexec.cxx4
-rw-r--r--include/vcl/virdev.hxx2
-rw-r--r--jurt/com/sun/star/comp/loader/JavaLoader.java2
-rw-r--r--sc/source/ui/Accessibility/AccessibleFilterMenu.cxx2
-rw-r--r--sw/source/filter/xml/xmlimpit.cxx4
-rw-r--r--toolkit/test/accessibility/AccessibleTreeNode.java2
-rw-r--r--toolkit/test/accessibility/NodeHandler.java2
-rw-r--r--ucb/source/ucp/gvfs/gvfs_content.cxx2
-rw-r--r--udkapi/com/sun/star/lang/MultiServiceFactory.idl2
-rw-r--r--unodevtools/source/skeletonmaker/cppcompskeleton.cxx2
-rw-r--r--unodevtools/source/skeletonmaker/javacompskeleton.cxx2
-rw-r--r--xmloff/source/style/xmlimppr.cxx2
14 files changed, 18 insertions, 18 deletions
diff --git a/framework/source/dispatch/mailtodispatcher.cxx b/framework/source/dispatch/mailtodispatcher.cxx
index bd1c2c622a91..72df6a7bd7b1 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 b6ee2f5155e6..766009f421d0 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 7ae5c5f91914..183304506098 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 25ef11c207a6..b78495d24e16 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 fed1f1d45ab2..98df09b4d4be 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 3de43d43042d..fdd8d547f246 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 4bf2c1d1aeff..c7f1efbfdf71 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 b0a8a782c017..c9d3a6b51446 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 a84c41e86fdb..cad4952df567 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 ef33a856e1b5..80d20502f470 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 03aeb26f370b..272d694dcc7e 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 5ce7501634d8..3b47a0103f5d 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 1fd478b8d0ab..42d1da160110 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 017392170413..33ca7e329ed4 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 );