[Libreoffice-commits] .: chart2/source cppu/source dmake/tests framework/inc idlc/inc l10ntools/source linguistic/source odk/examples padmin/source qadevOOo/tests sfx2/source solenv/gbuild sw/source udkapi/com wizards/com xmerge/source

Stefan Knorr astron at kemper.freedesktop.org
Thu Dec 8 00:09:14 PST 2011


 chart2/source/view/axes/VCartesianAxis.cxx                                          |    2 +-
 cppu/source/threadpool/threadpool.hxx                                               |    2 +-
 dmake/tests/recipes-9                                                               |    2 +-
 framework/inc/threadhelp/fairrwlock.hxx                                             |    4 ++--
 idlc/inc/idlc/errorhandler.hxx                                                      |    2 +-
 l10ntools/source/xmlparse.cxx                                                       |    2 +-
 linguistic/source/convdic.cxx                                                       |    2 +-
 odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/Thumbs.java |    2 +-
 padmin/source/padialog.src                                                          |    2 +-
 qadevOOo/tests/java/ifc/frame/_XStorable.java                                       |    4 ++--
 qadevOOo/tests/java/ifc/sheet/_XDatabaseRanges.java                                 |    2 +-
 qadevOOo/tests/java/ifc/sheet/_XSheetCellCursor.java                                |    6 +++---
 sfx2/source/view/viewprn.cxx                                                        |    2 +-
 solenv/gbuild/Module.mk                                                             |    2 +-
 sw/source/core/txtnode/thints.cxx                                                   |    2 +-
 sw/source/ui/uiview/view2.cxx                                                       |    2 +-
 udkapi/com/sun/star/test/XSimpleTest.idl                                            |    2 +-
 wizards/com/sun/star/wizards/web/FTPDialog.java                                     |    2 +-
 xmerge/source/activesync/XMergeFilter.cpp                                           |    2 +-
 19 files changed, 23 insertions(+), 23 deletions(-)

New commits:
commit ad2eb6c4ba3ca36e2302c721a106dac80d266325
Author: Stefan Knorr (astron) <heinzlesspam at gmail.com>
Date:   Thu Dec 8 09:05:20 2011 +0100

    Less succes, more success

diff --git a/chart2/source/view/axes/VCartesianAxis.cxx b/chart2/source/view/axes/VCartesianAxis.cxx
index b345c47..2d73cb7 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 273798c..498ea4a 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 409b6cb..fdc7853 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 a47d451..72cbf42 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 44d2a8a..f40fa94 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 382ab42..af0bc52 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 a7b5ceb..4662a36 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 3ef79b8..d5dbaf4 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 b3b46f5..f9f9b16 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 f9e8391..8883f34 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 36cfc3e..dc464a2 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 ec484f9..ff5b6f4 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 eec04ce..a5ffa21 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 b410cfa..daaae6e 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 d17cb7f..3563488 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 a4483cc..4c24080 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 012b378..4aa178b 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 4a6b86f..70efafe 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 e56049f..1811d1a 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.


More information about the Libreoffice-commits mailing list