diff options
-rw-r--r-- | connectivity/source/drivers/file/FConnection.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/inc/java/tools.hxx | 2 | ||||
-rw-r--r-- | include/ucbhelper/content.hxx | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/ucb/Content.idl | 2 | ||||
-rw-r--r-- | svx/source/unodraw/unoshape.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8par.cxx | 2 | ||||
-rw-r--r-- | testtools/source/bridgetest/idl/bridgetest.idl | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/connectivity/source/drivers/file/FConnection.cxx b/connectivity/source/drivers/file/FConnection.cxx index 05237599cc6c..848873a43de7 100644 --- a/connectivity/source/drivers/file/FConnection.cxx +++ b/connectivity/source/drivers/file/FConnection.cxx @@ -193,7 +193,7 @@ void OConnection::construct(const OUString& url,const Sequence< PropertyValue >& throw SQLException(); } } - catch(Exception& e) // a execption is thrown when no file exists + catch(Exception& e) // a exception is thrown when no file exists { throwUrlNotValid(getURL(),e.Message); } diff --git a/connectivity/source/inc/java/tools.hxx b/connectivity/source/inc/java/tools.hxx index 7f1443e3a2dd..211916c7da59 100644 --- a/connectivity/source/inc/java/tools.hxx +++ b/connectivity/source/inc/java/tools.hxx @@ -68,7 +68,7 @@ namespace connectivity @param pEnv The native java env @param _bClear - <TRUE/> if the execption should be cleared + <TRUE/> if the exception should be cleared @return <TRUE/> if an exception is occurred */ diff --git a/include/ucbhelper/content.hxx b/include/ucbhelper/content.hxx index 217cfcb82a6b..c0ac7bc9559c 100644 --- a/include/ucbhelper/content.hxx +++ b/include/ucbhelper/content.hxx @@ -297,7 +297,7 @@ public: * - com::sun::star::lang::IllegalArgumentException indicates, * that the property value is not acceptable. For instance, * setting an empty title may be illegal. - * - Any other execption derived from + * - Any other exception derived from * com::sun::star::uno::Exception indicates, that the value was * not set successfully. For example, this can be a * com::sun:star::ucb::InteractiveAugmentedIOException @@ -360,7 +360,7 @@ public: * - com::sun::star::lang::IllegalArgumentException indicates, * that the property value is not acceptable. For instance, * setting an empty title may be illegal. - * - Any other execption derived from + * - Any other exception derived from * com::sun::star::uno::Exception indicates, that the value was * not set successfully. For example, this can be a * com::sun:star::ucb::InteractiveAugmentedIOException diff --git a/offapi/com/sun/star/ucb/Content.idl b/offapi/com/sun/star/ucb/Content.idl index 0789870cdccc..a2cedb24ed2f 100644 --- a/offapi/com/sun/star/ucb/Content.idl +++ b/offapi/com/sun/star/ucb/Content.idl @@ -150,7 +150,7 @@ published service Content <li>com::sun::star::lang::IllegalArgumentException indicates, that the property value is not acceptable. For instance, setting an empty title may be illegal.</li> - <li>Any other execption derived from com::sun::star::uno::Exception + <li>Any other exception derived from com::sun::star::uno::Exception indicates, that the value was not set successfully. For example, this can be a InteractiveAugmentedIOException transporting the error code IOErrorCode::ACCESS_DENIED.</li> diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index f31748b164fb..031be92c62f0 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -1875,7 +1875,7 @@ void SAL_CALL SvxShape::setPropertyValues( const ::com::sun::star::uno::Sequence const uno::Any* pValues = aValues.getConstArray(); // make sure mbIsMultiPropertyCall and mpImpl->mpItemSet are - // reseted even when an execption is thrown + // reseted even when an exception is thrown const ::comphelper::ScopeGuard aGuard( boost::bind( &SvxShape::endSetPropertyValues, this ) ); mbIsMultiPropertyCall = true; diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx index 9e584e157a2a..5ccd6bbaa905 100644 --- a/sw/source/filter/ww8/ww8par.cxx +++ b/sw/source/filter/ww8/ww8par.cxx @@ -4387,7 +4387,7 @@ void wwSectionManager::InsertSegments() bool bProtected = SectionIsProtected(*aIter); // do we really need this ?? I guess I have a different logic in editshell which disables this... if (bUseEnhFields && mrReader.pWDop->fProtEnabled && aIter->IsNotProtected()) { - // here we have the special case that the whole document is protected, with the execption of this section. + // here we have the special case that the whole document is protected, with the exception of this section. // I want to address this when I do the section rework, so for the moment we disable the overall protection then... mrReader.rDoc.set(IDocumentSettingAccess::PROTECT_FORM, false ); } diff --git a/testtools/source/bridgetest/idl/bridgetest.idl b/testtools/source/bridgetest/idl/bridgetest.idl index a0376ec50134..c7abd5411e62 100644 --- a/testtools/source/bridgetest/idl/bridgetest.idl +++ b/testtools/source/bridgetest/idl/bridgetest.idl @@ -399,7 +399,7 @@ interface XBridgeTest : XBridgeTestBase /** * Throws runtime exception. * check remote bridges handle exceptions during oneway calls properly. - * Note that on client side the execption may fly or not. When it flies, it should + * Note that on client side the exception may fly or not. When it flies, it should * have the proper message and context. ***/ void raiseRuntimeExceptionOneway( [in] string Message, |