diff options
author | Stefan Knorr (astron) <heinzlesspam@gmail.com> | 2011-12-08 09:05:20 +0100 |
---|---|---|
committer | Stefan Knorr (astron) <heinzlesspam@gmail.com> | 2011-12-08 09:06:09 +0100 |
commit | ad2eb6c4ba3ca36e2302c721a106dac80d266325 (patch) | |
tree | aa06f1d4b3473fd64f886b89b27af05dd043374f | |
parent | 79b00c41863bcb0d0cc1781d18e97d5871667fb0 (diff) |
Less succes, more success
-rw-r--r-- | chart2/source/view/axes/VCartesianAxis.cxx | 2 | ||||
-rw-r--r-- | cppu/source/threadpool/threadpool.hxx | 2 | ||||
-rwxr-xr-x | dmake/tests/recipes-9 | 2 | ||||
-rw-r--r-- | framework/inc/threadhelp/fairrwlock.hxx | 4 | ||||
-rw-r--r-- | idlc/inc/idlc/errorhandler.hxx | 2 | ||||
-rw-r--r-- | l10ntools/source/xmlparse.cxx | 2 | ||||
-rw-r--r-- | linguistic/source/convdic.cxx | 2 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/Thumbs.java | 2 | ||||
-rw-r--r-- | padmin/source/padialog.src | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/frame/_XStorable.java | 4 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/sheet/_XDatabaseRanges.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/sheet/_XSheetCellCursor.java | 6 | ||||
-rw-r--r-- | sfx2/source/view/viewprn.cxx | 2 | ||||
-rw-r--r-- | solenv/gbuild/Module.mk | 2 | ||||
-rw-r--r-- | sw/source/core/txtnode/thints.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/uiview/view2.cxx | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/test/XSimpleTest.idl | 2 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/web/FTPDialog.java | 2 | ||||
-rw-r--r-- | xmerge/source/activesync/XMergeFilter.cpp | 2 |
19 files changed, 23 insertions, 23 deletions
diff --git a/chart2/source/view/axes/VCartesianAxis.cxx b/chart2/source/view/axes/VCartesianAxis.cxx index b345c47483d3..2d73cb7b545a 100644 --- a/chart2/source/view/axes/VCartesianAxis.cxx +++ b/chart2/source/view/axes/VCartesianAxis.cxx @@ -600,7 +600,7 @@ bool VCartesianAxis::createTextShapes( , TickFactory_2D* pTickFactory , sal_Int32 nScreenDistanceBetweenTicks ) { - //returns true if the text shapes have been created succesfully + //returns true if the text shapes have been created successfully //otherwise false - in this case the AxisLabelProperties have changed //and contain new instructions for the next try for text shape creation diff --git a/cppu/source/threadpool/threadpool.hxx b/cppu/source/threadpool/threadpool.hxx index 273798c81f8a..498ea4a02cd3 100644 --- a/cppu/source/threadpool/threadpool.hxx +++ b/cppu/source/threadpool/threadpool.hxx @@ -120,7 +120,7 @@ namespace cppu_threadpool { void * enter( const ByteSequence &aThreadId, sal_Int64 nDisposeId ); /******** - * @return true, if queue could be succesfully revoked. + * @return true, if queue could be successfully revoked. ********/ sal_Bool revokeQueue( const ByteSequence & aThreadId , sal_Bool bAsynchron ); diff --git a/dmake/tests/recipes-9 b/dmake/tests/recipes-9 index 409b6cbabe33..fdc78535060f 100755 --- a/dmake/tests/recipes-9 +++ b/dmake/tests/recipes-9 @@ -83,7 +83,7 @@ else fi -# Test 4 - Ignore a succesfully executed, but failing recipe. +# Test 4 - Ignore a successfully executed, but failing recipe. cat > $file1 <<EOT SHELL*:=/bin/sh SHELLFLAGS*:=-ce diff --git a/framework/inc/threadhelp/fairrwlock.hxx b/framework/inc/threadhelp/fairrwlock.hxx index a47d4510c153..72cbf4212a9c 100644 --- a/framework/inc/threadhelp/fairrwlock.hxx +++ b/framework/inc/threadhelp/fairrwlock.hxx @@ -125,7 +125,7 @@ class FairRWLock : public IRWLock inline virtual void acquireReadAccess() { // Put call in "SERIALIZE"-queue! - // After successful acquiring this mutex we are alone ... + // After successfully acquiring this mutex we are alone ... ::osl::MutexGuard aSerializeGuard( m_aSerializer ); // ... but we should synchronize us with other reader! @@ -190,7 +190,7 @@ class FairRWLock : public IRWLock // are registered (not for releasing them!) or writer finished their work! // Don't use a guard to do so - because you must hold the mutex till // you call releaseWriteAccess()! - // After succesfull acquire you have to wait for current working reader. + // After successfully acquiring you have to wait for current working reader. // Used condition will open by last gone reader object. m_aSerializer.acquire(); m_aWriteCondition.wait(); diff --git a/idlc/inc/idlc/errorhandler.hxx b/idlc/inc/idlc/errorhandler.hxx index 44d2a8a5a704..f40fa945cf63 100644 --- a/idlc/inc/idlc/errorhandler.hxx +++ b/idlc/inc/idlc/errorhandler.hxx @@ -120,7 +120,7 @@ public: // Report a syntax error in IDL input void syntaxError(ParseState state, sal_Int32 lineNumber, const sal_Char* errmsg); - // Report an unsuccesful coercion attempt + // Report an unsuccessful coercion attempt void coercionError(AstExpression *pExpr, ExprType et); // Report a failed name lookup attempt diff --git a/l10ntools/source/xmlparse.cxx b/l10ntools/source/xmlparse.cxx index 382ab42ba409..af0bc5234ffd 100644 --- a/l10ntools/source/xmlparse.cxx +++ b/l10ntools/source/xmlparse.cxx @@ -1236,7 +1236,7 @@ XMLFile *SimpleXMLParser::Execute( SvMemoryStream *pStream ) if ( pXMLFile->GetName().Len()) { aErrorInformation.sMessage = String::CreateFromAscii( "File " ); aErrorInformation.sMessage += pXMLFile->GetName(); - aErrorInformation.sMessage += String::CreateFromAscii( " parsed succesfully" ); + aErrorInformation.sMessage += String::CreateFromAscii( " parsed successfully" ); } else aErrorInformation.sMessage = String::CreateFromAscii( "XML-File parsed successfully" ); diff --git a/linguistic/source/convdic.cxx b/linguistic/source/convdic.cxx index a7b5cebd8076..4662a360776e 100644 --- a/linguistic/source/convdic.cxx +++ b/linguistic/source/convdic.cxx @@ -228,7 +228,7 @@ ConvDic::ConvDic( //! that could be found by the dictionary-list implementation // (Note: empty dictionaries are not just empty files!) Save(); - bIsReadonly = IsReadOnly( rMainURL ); // will be sal_False if Save was succesfull + bIsReadonly = IsReadOnly( rMainURL ); // will be sal_False if Save was successful } } else diff --git a/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/Thumbs.java b/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/Thumbs.java index 3ef79b89e9c0..d5dbaf44ca1d 100644 --- a/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/Thumbs.java +++ b/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/Thumbs.java @@ -58,7 +58,7 @@ public class Thumbs { org.openoffice.test.XImageShrinkFilter xImageShrinkFilter = org.openoffice.test.ImageShrink.create(xRemoteContext); - System.out.println("ImageShrink component succesfully instantiated"); + System.out.println("ImageShrink component successfully instantiated"); java.io.File f = new java.io.File("."); System.out.println("set SourceDrectory ..."); diff --git a/padmin/source/padialog.src b/padmin/source/padialog.src index b3b46f5131f7..f9f9b165af7b 100644 --- a/padmin/source/padialog.src +++ b/padmin/source/padialog.src @@ -357,7 +357,7 @@ String RID_ERR_NOPRINTER String RID_PA_TXT_TESTPAGE_PRINTED { - Text [ en-US ] = "The test page was printed succesfully. Please check the result."; + Text [ en-US ] = "The test page was printed successfully. Please check the result."; }; String RID_ERR_NOWRITE diff --git a/qadevOOo/tests/java/ifc/frame/_XStorable.java b/qadevOOo/tests/java/ifc/frame/_XStorable.java index f9e8391b8c04..8883f347ad6f 100644 --- a/qadevOOo/tests/java/ifc/frame/_XStorable.java +++ b/qadevOOo/tests/java/ifc/frame/_XStorable.java @@ -82,7 +82,7 @@ public class _XStorable extends MultiMethodTest { // else try to obtain location requiredMethod("storeAsURL()"); if (storeUrl != null) { - // if stored succesfully - check location + // if stored successfully - check location log.println(oObj.getLocation() + "--" + storeUrl); tRes.tested("getLocation()", storeUrl.equals(oObj.getLocation())); @@ -107,7 +107,7 @@ public class _XStorable extends MultiMethodTest { public void _hasLocation() { requiredMethod("storeAsURL()"); if (storeUrl != null) { - // if stored succesfully - it should have a location + // if stored successfully - it should have a location tRes.tested("hasLocation()", oObj.hasLocation()); } else { // if not - it should not diff --git a/qadevOOo/tests/java/ifc/sheet/_XDatabaseRanges.java b/qadevOOo/tests/java/ifc/sheet/_XDatabaseRanges.java index 36cfc3e4baf6..dc464a20cd65 100644 --- a/qadevOOo/tests/java/ifc/sheet/_XDatabaseRanges.java +++ b/qadevOOo/tests/java/ifc/sheet/_XDatabaseRanges.java @@ -84,7 +84,7 @@ public class _XDatabaseRanges extends MultiMethodTest { /** * Test removes the database range with name that exist exactly and then * tries to remove the range with name that doesn't exist exactly. <p> - * Has <b> OK </b> status if first range was succesfully removed and + * Has <b> OK </b> status if first range was successfully removed and * exception was thrown when trying to remove non-existent database range.<p> * The following method tests are to be completed successfully before : * <ul> diff --git a/qadevOOo/tests/java/ifc/sheet/_XSheetCellCursor.java b/qadevOOo/tests/java/ifc/sheet/_XSheetCellCursor.java index ec484f9bf0d6..ff5b6f49295d 100644 --- a/qadevOOo/tests/java/ifc/sheet/_XSheetCellCursor.java +++ b/qadevOOo/tests/java/ifc/sheet/_XSheetCellCursor.java @@ -255,10 +255,10 @@ public class _XSheetCellCursor extends MultiMethodTest { } mergeRange.merge(true); - log.println("DB: Successfuly merged.") ; + log.println("DB: Successfully merged.") ; oObj.collapseToMergedArea() ; - log.println("DB: Succesfully collapseToMergedArea() method called"); + log.println("DB: Successfully collapseToMergedArea() method called"); // unmerge area to restore SpreadSheet mergeRange.merge(false); @@ -271,7 +271,7 @@ public class _XSheetCellCursor extends MultiMethodTest { int rows = ((XColumnRowRange) UnoRuntime.queryInterface( XColumnRowRange.class, oObj) ).getRows().getCount(); - log.println("DB: Column and row numbers succesfully get") ; + log.println("DB: Column and row numbers successfully get") ; if (cols == width + 1 && rows == height + 3) { bResult &= true; diff --git a/sfx2/source/view/viewprn.cxx b/sfx2/source/view/viewprn.cxx index eec04ce016d3..a5ffa216cde5 100644 --- a/sfx2/source/view/viewprn.cxx +++ b/sfx2/source/view/viewprn.cxx @@ -350,7 +350,7 @@ void SfxPrinterController::jobFinished( com::sun::star::view::PrintableState nSt } case view::PrintableState_JOB_ABORTED : { - // printing not succesful, reset DocInfo + // printing not successful, reset DocInfo uno::Reference<document::XDocumentProperties> xDocProps(mpObjectShell->getDocProperties()); xDocProps->setPrintedBy(m_aLastPrintedBy); xDocProps->setPrintDate(m_aLastPrinted); diff --git a/solenv/gbuild/Module.mk b/solenv/gbuild/Module.mk index b410cfabbe3b..daaae6e24dfe 100644 --- a/solenv/gbuild/Module.mk +++ b/solenv/gbuild/Module.mk @@ -92,7 +92,7 @@ endif define gb_Module_BUILDHINT -LibreOffice build succesfully finished. +LibreOffice build successfully finished. To install, issue: $(MAKE) install Developers might prefer this way: $(MAKE) dev-install -o build diff --git a/sw/source/core/txtnode/thints.cxx b/sw/source/core/txtnode/thints.cxx index d17cb7fbc529..356348861aed 100644 --- a/sw/source/core/txtnode/thints.cxx +++ b/sw/source/core/txtnode/thints.cxx @@ -1210,7 +1210,7 @@ SwTxtNode::InsertItem( SfxPoolItem& rAttr, { const bool bSuccess( InsertHint( pNew, nMode ) ); // N.B.: also check that the hint is actually in the hints array, - // because hints of certain types may be merged after succesful + // because hints of certain types may be merged after successful // insertion, and thus destroyed! if (!bSuccess || ( USHRT_MAX == m_pSwpHints->GetPos( pNew ) )) { diff --git a/sw/source/ui/uiview/view2.cxx b/sw/source/ui/uiview/view2.cxx index a4483cce59d1..4c24080980aa 100644 --- a/sw/source/ui/uiview/view2.cxx +++ b/sw/source/ui/uiview/view2.cxx @@ -994,7 +994,7 @@ void SwView::Execute(SfxRequest &rReq) bShow = ((const SfxBoolItem*)pItem)->GetValue(); if((bShow && bInMailMerge) != GetViewFrame()->HasChildWindow(nSlot)) GetViewFrame()->ToggleChildWindow(nSlot); - //if fields have been succesfully inserted call the "real" + //if fields have been successfully inserted call the "real" //mail merge dialog SwWrtShell &rSh = GetWrtShell(); if(bInMailMerge && rSh.IsAnyDatabaseFieldInDoc()) diff --git a/udkapi/com/sun/star/test/XSimpleTest.idl b/udkapi/com/sun/star/test/XSimpleTest.idl index 012b378b26bc..4aa178bff6cf 100644 --- a/udkapi/com/sun/star/test/XSimpleTest.idl +++ b/udkapi/com/sun/star/test/XSimpleTest.idl @@ -90,7 +90,7 @@ published interface XSimpleTest: com::sun::star::uno::XInterface //------------------------------------------------------------------------- /**States if one of the last test has failed. This is cumulative. - @return true if all test have been passed succesfully. false if an error has occurred. + @return true if all test have been passed successfully. false if an error has occurred. */ boolean testPassed(); diff --git a/wizards/com/sun/star/wizards/web/FTPDialog.java b/wizards/com/sun/star/wizards/web/FTPDialog.java index 4a6b86f85be3..70efafef4b14 100644 --- a/wizards/com/sun/star/wizards/web/FTPDialog.java +++ b/wizards/com/sun/star/wizards/web/FTPDialog.java @@ -62,7 +62,7 @@ import com.sun.star.wizards.common.HelpIds; * (*) entering FTP server and user information. * (*) testing the connection. * (*) choosing a directory on the server. - * If a connection was established succesfully, the user may + * If a connection was established successfully, the user may * press OK, which will change * the CGPublish object propertiers according the user's input. * If no connection was established. the OK and Choose-Dir button are disabled. diff --git a/xmerge/source/activesync/XMergeFilter.cpp b/xmerge/source/activesync/XMergeFilter.cpp index e56049f7f836..1811d1a01b11 100644 --- a/xmerge/source/activesync/XMergeFilter.cpp +++ b/xmerge/source/activesync/XMergeFilter.cpp @@ -202,7 +202,7 @@ STDMETHODIMP CXMergeFilter::NextConvertFile(int nConversion, CFF_CONVERTINFO *pc /* * First step: Locate Java and establish the classpath. If these can't - * be done succesfully, then avoid all further processing. + * be done successfully, then avoid all further processing. */ // Locate Java Home if it hasn't already been done. |