You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2018/01/17 00:28:33 UTC

svn commit: r1821337 - in /openoffice/trunk/main: desktop/source/app/lockfile.hxx qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java sd/source/ui/inc/fusel.hxx sw/source/core/layout/frmtool.cxx

Author: mseidel
Date: Wed Jan 17 00:28:33 2018
New Revision: 1821337

URL: http://svn.apache.org/viewvc?rev=1821337&view=rev
Log:
Fixed typos

Modified:
    openoffice/trunk/main/desktop/source/app/lockfile.hxx
    openoffice/trunk/main/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java
    openoffice/trunk/main/sd/source/ui/inc/fusel.hxx
    openoffice/trunk/main/sw/source/core/layout/frmtool.cxx

Modified: openoffice/trunk/main/desktop/source/app/lockfile.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/app/lockfile.hxx?rev=1821337&r1=1821336&r2=1821337&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/app/lockfile.hxx (original)
+++ openoffice/trunk/main/desktop/source/app/lockfile.hxx Wed Jan 17 00:28:33 2018
@@ -50,7 +50,7 @@ namespace desktop {
 	{
 	public:
 
-		// contructs a new lockfile onject
+		// constructs a new lockfile onject
 		Lockfile( bool bIPCserver = true );
 
         // separating GUI code:

Modified: openoffice/trunk/main/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java?rev=1821337&r1=1821336&r2=1821337&view=diff
==============================================================================
--- openoffice/trunk/main/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java (original)
+++ openoffice/trunk/main/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java Wed Jan 17 00:28:33 2018
@@ -110,7 +110,7 @@ public class _XExtendedIndexEntrySupplie
     }
 
     /*
-     * gets one phonetic canidate for the chinese local
+     * gets one phonetic candidate for the chinese local
      * is ok if 'yi' is returned as expected.
      */
     public void _getPhoneticCandidate() {
@@ -220,8 +220,8 @@ public class _XExtendedIndexEntrySupplie
     
     /**
      * Helper class to handle the phonetic equivalence of unicode characters
-     * This class delivers an amount oif unicode characters and the equivalent phonetics
-     * for the "getPhoneticCandidate" test. Euivalents are only usable for zh,CN locale.
+     * This class delivers an amount of unicode characters and the equivalent phonetics
+     * for the "getPhoneticCandidate" test. Equivalents are only usable for zh,CN locale.
      */
     public static class UnicodeStringPair {
         final static int valCount = 78;

Modified: openoffice/trunk/main/sd/source/ui/inc/fusel.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/fusel.hxx?rev=1821337&r1=1821336&r2=1821337&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/fusel.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/fusel.hxx Wed Jan 17 00:28:33 2018
@@ -89,7 +89,7 @@ protected:
         ::com::sun::star::uno::Reference< ::com::sun::star::media::XPlayer > mxPlayer;
 
 private:
-    /** This pointer stores a canidate for assigning a style in the water
+    /** This pointer stores a candidate for assigning a style in the water
         can mode between mouse button down and mouse button up.
     */
     SdrObject* pWaterCanCandidate;

Modified: openoffice/trunk/main/sw/source/core/layout/frmtool.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/core/layout/frmtool.cxx?rev=1821337&r1=1821336&r2=1821337&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/core/layout/frmtool.cxx (original)
+++ openoffice/trunk/main/sw/source/core/layout/frmtool.cxx Wed Jan 17 00:28:33 2018
@@ -2472,7 +2472,7 @@ SwFrm *SaveCntnt( SwLayoutFrm *pLay, SwF
 			return NULL;
 	}
 
-    // Tables should be saved as a whole, expection:
+    // Tables should be saved as a whole, exception:
     // The contents of a section or a cell inside a table should be saved
     if ( pSav->IsInTab() && !( ( pLay->IsSctFrm() || pLay->IsCellFrm() ) && pLay->IsInTab() ) )
         while ( !pSav->IsTabFrm() )