You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pf...@apache.org on 2014/04/29 21:25:24 UTC

svn commit: r1591062 [4/15] - in /openoffice/trunk/main: registry/inc/registry/ registry/tools/ rhino/ ridljar/com/sun/star/lib/util/ ridljar/com/sun/star/uno/ rsc/inc/ rsc/source/parser/ rsc/source/rscpp/ sal/inc/osl/ sal/inc/rtl/ sal/inc/sal/ sal/inc...

Modified: openoffice/trunk/main/scripting/examples/python/Capitalise.py
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/scripting/examples/python/Capitalise.py?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/scripting/examples/python/Capitalise.py (original)
+++ openoffice/trunk/main/scripting/examples/python/Capitalise.py Tue Apr 29 19:25:03 2014
@@ -77,6 +77,6 @@ def capitalisePython( ):
             i+= 1
 
 
-# lists the scripts, that shall be visible inside OOo. Can be omited, if
-# all functions shall be visible, however here getNewString shall be surpressed
+# lists the scripts, that shall be visible inside OOo. Can be omitted, if
+# all functions shall be visible, however here getNewString shall be suppressed
 g_exportedScripts = capitalisePython,

Modified: openoffice/trunk/main/scripting/java/com/sun/star/script/framework/browse/ParcelBrowseNode.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/scripting/java/com/sun/star/script/framework/browse/ParcelBrowseNode.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/scripting/java/com/sun/star/script/framework/browse/ParcelBrowseNode.java (original)
+++ openoffice/trunk/main/scripting/java/com/sun/star/script/framework/browse/ParcelBrowseNode.java Tue Apr 29 19:25:03 2014
@@ -191,7 +191,7 @@ public class ParcelBrowseNode extends Pr
                com.sun.star.reflection.InvocationTargetException
     {
         LogUtils.DEBUG("ParcelBrowseNode invoke for " + aFunctionName );
-        // Initialise the out paramters - not used but prevents error in
+        // Initialise the out parameters - not used but prevents error in
         // UNO bridge
         aOutParamIndex[0] = new short[0];
         aOutParam[0] = new Object[0];

Modified: openoffice/trunk/main/scripting/java/com/sun/star/script/framework/browse/ProviderBrowseNode.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/scripting/java/com/sun/star/script/framework/browse/ProviderBrowseNode.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/scripting/java/com/sun/star/script/framework/browse/ProviderBrowseNode.java (original)
+++ openoffice/trunk/main/scripting/java/com/sun/star/script/framework/browse/ProviderBrowseNode.java Tue Apr 29 19:25:03 2014
@@ -179,7 +179,7 @@ public class ProviderBrowseNode extends 
                com.sun.star.script.CannotConvertException,
                com.sun.star.reflection.InvocationTargetException
     {
-        // Initialise the out paramters - not used but prevents error in
+        // Initialise the out parameters - not used but prevents error in
         // UNO bridge
         aOutParamIndex[0] = new short[0];
         aOutParam[0] = new Object[0];

Modified: openoffice/trunk/main/scripting/java/com/sun/star/script/framework/browse/ScriptBrowseNode.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/scripting/java/com/sun/star/script/framework/browse/ScriptBrowseNode.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/scripting/java/com/sun/star/script/framework/browse/ScriptBrowseNode.java (original)
+++ openoffice/trunk/main/scripting/java/com/sun/star/script/framework/browse/ScriptBrowseNode.java Tue Apr 29 19:25:03 2014
@@ -173,7 +173,7 @@ public class ScriptBrowseNode extends Pr
                com.sun.star.script.CannotConvertException,
                com.sun.star.reflection.InvocationTargetException
     {
-        // Initialise the out paramters - not used but prevents error in
+        // Initialise the out parameters - not used but prevents error in
         // UNO bridge
         aOutParamIndex[0] = new short[0];
         aOutParam[0] = new Object[0];

Modified: openoffice/trunk/main/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java (original)
+++ openoffice/trunk/main/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java Tue Apr 29 19:25:03 2014
@@ -289,7 +289,7 @@ public class UnoPkgContainer extends Par
             }
             else
             {
-                LogUtils.DEBUG("In writeUnoPackageDB() CANT Truncate...." );
+                LogUtils.DEBUG("In writeUnoPackageDB() CAN'T Truncate...." );
             }
             os = new XOutputStreamWrapper( xos );
             dp.write( os );

Modified: openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/ScriptProvider.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/ScriptProvider.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/ScriptProvider.java (original)
+++ openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/ScriptProvider.java Tue Apr 29 19:25:03 2014
@@ -352,7 +352,7 @@ public abstract class ScriptProvider
 
     // TODO need to encapsulate this better,
     // Some factory concept for creating/accessing Editor
-    // How this is passed down or how it is accessable by BrowseNode
+    // How this is passed down or how it is accessible by BrowseNode
     // implementations needs thinking about
     // This method is used to determine whether the ScriptProvider
     // has a ScriptEditor

Modified: openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptEditorForBeanShell.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptEditorForBeanShell.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptEditorForBeanShell.java (original)
+++ openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptEditorForBeanShell.java Tue Apr 29 19:25:03 2014
@@ -169,7 +169,7 @@ public class ScriptEditorForBeanShell
 
 
     /**
-     *  Indicates the line where error occured 
+     *  Indicates the line where error occurred 
      *
      */
     public void indicateErrorLine( int lineNum )

Modified: openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java (original)
+++ openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java Tue Apr 29 19:25:03 2014
@@ -184,7 +184,7 @@ class ScriptImpl implements XScript
             throws ScriptFrameworkErrorException,
                 InvocationTargetException
         {
-            // Initialise the out paramters - not used at the moment
+            // Initialise the out parameters - not used at the moment
             aOutParamIndex[0] = new short[0];
             aOutParam[0] = new Object[0];
 

Modified: openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava.java (original)
+++ openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava.java Tue Apr 29 19:25:03 2014
@@ -186,7 +186,7 @@ class ScriptImpl implements XScript
         {
             LogUtils.DEBUG( "** ScriptProviderForJava::invoke: Starting..." );
             
-            // Initialise the out paramters - not used at the moment
+            // Initialise the out parameters - not used at the moment
             aOutParamIndex[0] = new short[0];
             aOutParam[0] = new Object[0];
 

Modified: openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/StrictResolver.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/StrictResolver.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/StrictResolver.java (original)
+++ openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/StrictResolver.java Tue Apr 29 19:25:03 2014
@@ -70,12 +70,12 @@ public class StrictResolver implements R
         }
         catch ( ClassNotFoundException e )
         {
-            throw new NoSuchMethodException( "StrictResolver.getProxy: Cant find method: "
+            throw new NoSuchMethodException( "StrictResolver.getProxy: Can't find method: "
             + sd.getMethodName() + ":" + e.getMessage() );
         }
         catch ( NoSuchMethodException e )
         {
-            throw new NoSuchMethodException( "StrictResolver.getProxy: Cant find method: "
+            throw new NoSuchMethodException( "StrictResolver.getProxy: Can't find method: "
                 + sd.getMethodName() + ":" + e.getMessage() );
         }
 
@@ -91,12 +91,12 @@ public class StrictResolver implements R
             }
             catch ( InstantiationException ie )
             {
-                throw new NoSuchMethodException( "getScriptProxy: Cant instantiate: " +
+                throw new NoSuchMethodException( "getScriptProxy: Can't instantiate: " +
                     c.getName() );
             }
             catch ( IllegalAccessException iae )
             {
-                throw new NoSuchMethodException( "getScriptProxy: Cant access: "
+                throw new NoSuchMethodException( "getScriptProxy: Can't access: "
                     + c.getName() );
             }
             sp.setTargetObject( o );

Modified: openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptEditorForJavaScript.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptEditorForJavaScript.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptEditorForJavaScript.java (original)
+++ openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptEditorForJavaScript.java Tue Apr 29 19:25:03 2014
@@ -240,7 +240,7 @@ public class ScriptEditorForJavaScript i
     }
 
     /**
-     *  Indicates the line where error occured 
+     *  Indicates the line where error occurred 
      *
      */
     public void indicateErrorLine( int lineNum )

Modified: openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptProviderForJavaScript.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptProviderForJavaScript.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptProviderForJavaScript.java (original)
+++ openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptProviderForJavaScript.java Tue Apr 29 19:25:03 2014
@@ -182,7 +182,7 @@ class ScriptImpl implements XScript
 
         throws ScriptFrameworkErrorException, InvocationTargetException
         {
-            // Initialise the out paramters - not used at the moment
+            // Initialise the out parameters - not used at the moment
             aOutParamIndex[0] = new short[0];
             aOutParam[0] = new Object[0];
 

Modified: openoffice/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java (original)
+++ openoffice/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java Tue Apr 29 19:25:03 2014
@@ -234,7 +234,7 @@ System.out.println("    exception: " + i
      */
     public void prepareEnvironment(FileSystem.Environment environment)
     {
-        // BUG: the compiller cannot access files withing the OpenOffice document.
+        // BUG: the compiller cannot access files within the OpenOffice document.
         //environment.addClassPath(docFile.toString());
     }
     

Modified: openoffice/trunk/main/scripting/source/protocolhandler/scripthandler.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/scripting/source/protocolhandler/scripthandler.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/scripting/source/protocolhandler/scripthandler.cxx (original)
+++ openoffice/trunk/main/scripting/source/protocolhandler/scripthandler.cxx Tue Apr 29 19:25:03 2014
@@ -173,7 +173,7 @@ void SAL_CALL ScriptProtocolHandler::dis
                     return;
             }
 
-            // Creates a ScriptProvider ( if one is not created allready ) 
+            // Creates a ScriptProvider ( if one is not created already ) 
             createScriptProvider();
 
             Reference< provider::XScript > xFunc =

Modified: openoffice/trunk/main/scripting/source/pyprov/officehelper.py
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/scripting/source/pyprov/officehelper.py?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/scripting/source/pyprov/officehelper.py (original)
+++ openoffice/trunk/main/scripting/source/pyprov/officehelper.py Tue Apr 29 19:25:03 2014
@@ -56,7 +56,7 @@ def bootstrap():
         random.seed()
         sPipeName = "uno" + str(random.random())[2:]
 
-        # Start the office proces, don't check for exit status since an exception is caught anyway if the office terminates unexpectedly.
+        # Start the office process, don't check for exit status since an exception is caught anyway if the office terminates unexpectedly.
         cmdArray = (sOffice, "-nologo", "-nodefault", "".join(["-accept=pipe,name=", sPipeName, ";urp;"]))
         os.spawnv(os.P_NOWAIT, sOffice, cmdArray)
 

Modified: openoffice/trunk/main/scripting/workben/bindings/ScriptBinding.xba
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/scripting/workben/bindings/ScriptBinding.xba?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/scripting/workben/bindings/ScriptBinding.xba (original)
+++ openoffice/trunk/main/scripting/workben/bindings/ScriptBinding.xba Tue Apr 29 19:25:03 2014
@@ -972,7 +972,7 @@ sub AddNewKeyBinding( scriptName as stri
 	&apos; Calculate from the key the offset into key group array we need to point to
 	KeyGroupIndex = getKeyGroupIndex( key, keyTypeOffset )
 
-	&apos; if key is allready allocated to a script then just reallocate
+	&apos; if key is already allocated to a script then just reallocate
 	if ( keyAllocationMap( offsetIntoArrayOfArrays, KeyGroupIndex ).Value &gt; 1 ) then
 
 		keyAllocationMap( offsetIntoArrayOfArrays, KeyGroupIndex ).Name = scriptName
@@ -1676,7 +1676,7 @@ sub LangLocComboListener()
     	end if
     endif
     
-    &apos; extra dialog dependant processing
+    &apos; extra dialog dependent processing
     if dialogName = &quot;Menu&quot; then
     	&apos; will set New button to false if no text in LableBox
     	MenuLabelBoxListener()

Modified: openoffice/trunk/main/scripting/workben/ifc/scripting/SecurityDialogUtil.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/scripting/workben/ifc/scripting/SecurityDialogUtil.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/scripting/workben/ifc/scripting/SecurityDialogUtil.java (original)
+++ openoffice/trunk/main/scripting/workben/ifc/scripting/SecurityDialogUtil.java Tue Apr 29 19:25:03 2014
@@ -60,7 +60,7 @@ public SecurityDialogUtil(XMultiServiceF
 }
 
 /**
- * Returns the error message that occured while
+ * Returns the error message that occurred while
  * accessing and pressing the button.
  * @return Error message.
  */

Modified: openoffice/trunk/main/sd/inc/Outliner.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/inc/Outliner.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/inc/Outliner.hxx (original)
+++ openoffice/trunk/main/sd/inc/Outliner.hxx Tue Apr 29 19:25:03 2014
@@ -131,7 +131,7 @@ public:
 	void PrepareSpelling (void);
  
     /** Initialize a spell check but do not start it yet.  This method
-        is a better candiate for the name PrepareSpelling.
+        is a better candidate for the name PrepareSpelling.
     */
     void StartSpelling (void);
 
@@ -240,7 +240,7 @@ private:
     */
     bool mbFoundObject;
 
-    /** When set to <TRUE/> this flag indicates that an error has occured
+    /** When set to <TRUE/> this flag indicates that an error has occurred
         that should terminate the iteration over the objects to search/spell
         check.
     */
@@ -277,7 +277,7 @@ private:
 	SdrObject* mpObj;
 
     /** this stores the first object that is used for text conversion.
-		Conversion automaticly wraps around the document and stops when it
+		Conversion automatically wraps around the document and stops when it
 		finds this object again.
 	*/
 	SdrObject* mpFirstObj;
@@ -417,7 +417,7 @@ private:
     */
     void ShowEndOfSearchDialog (void);
 
-    /** Show a dialog that asks the user whether to wrap arround to the
+    /** Show a dialog that asks the user whether to wrap around to the
         beginning/end of the document and continue with the search/spell
         check.
     */
@@ -496,7 +496,7 @@ private:
         i.e. there is no match in the whole presentation, or when no further
         match exists.
         @return
-            The returned value indicates whether another (wrapped arround)
+            The returned value indicates whether another (wrapped around)
             search shall take place.  If that is so, then it is the caller's
             responsibility to set the cursor position accordingly.
     */
@@ -528,7 +528,7 @@ private:
 
     /** Initiate the spell check of the next relevant text object.
         When the outline view is active then this method is called
-        after a wrap arround to continue at the beginning of the document.
+        after a wrap around to continue at the beginning of the document.
         @return
             Returns <TRUE/> to indicate that another call to this method is
             required.  When all text objects have been processed then

Modified: openoffice/trunk/main/sd/inc/stlsheet.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/inc/stlsheet.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/inc/stlsheet.hxx (original)
+++ openoffice/trunk/main/sd/inc/stlsheet.hxx Tue Apr 29 19:25:03 2014
@@ -139,7 +139,7 @@ protected:
 	rtl::OUString	msApiName;
 	rtl::Reference< SfxStyleSheetBasePool > mxPool;
 
-    /** boradcast helper for events */
+    /** broadcast helper for events */
     ::cppu::OBroadcastHelper mrBHelper;
 
 	boost::scoped_ptr< ModifyListenerForewarder > mpModifyListenerForewarder;

Modified: openoffice/trunk/main/sd/source/core/sdpage.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/core/sdpage.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/core/sdpage.cxx (original)
+++ openoffice/trunk/main/sd/source/core/sdpage.cxx Tue Apr 29 19:25:03 2014
@@ -2818,7 +2818,7 @@ void SdPage::setHeaderFooterSettings( co
         // #119056# For HeaderFooterSettings SdrObjects are used, but the properties
         // used are not part of their model data, but kept in SD. This data is applied
         // using a 'backdoor' on primitive creation. Thus, the normal mechanism to detect
-        // object changes does not work here. It is neccessary to trigger updates here
+        // object changes does not work here. It is necessary to trigger updates here
         // directly. BroadcastObjectChange used for PagePreview invalidations, 
         // flushViewObjectContacts used to invalidate and flush all visualizations in
         // edit views.

Modified: openoffice/trunk/main/sd/source/filter/eppt/eppt.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/filter/eppt/eppt.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/filter/eppt/eppt.cxx (original)
+++ openoffice/trunk/main/sd/source/filter/eppt/eppt.cxx Tue Apr 29 19:25:03 2014
@@ -575,7 +575,7 @@ sal_Bool PPTWriter::ImplCreateDocument()
 				<< (sal_uInt32)4                                // flags - only bit 3 used, if set then slide contains shapes other than placeholders
                 << (sal_Int32)0                                     // numberTexts - number of placeholder texts stored with the persist object.  Allows to display outline view without loading the slide persist objects
                 << (sal_Int32)i + 0x100                             // slideId - Unique slide identifier, used for OLE link monikers for example
-                << (sal_uInt32)0;                               // reserved, usualy 0
+                << (sal_uInt32)0;                               // reserved, usually 0
 
         if ( !ImplGetPageByIndex( i, NORMAL ) )                 // sehr aufregend: noch einmal ueber alle seiten
             return sal_False;
@@ -632,7 +632,7 @@ sal_Bool PPTWriter::ImplCreateDocument()
                                                     // Bit 3    Use named show
                                                     // Bit 4    Browse mode on
                                                     // Bit 5    Kiosk mode on
-                                                    // Bit 7    loop continously
+                                                    // Bit 7    loop continuously
                                                     // Bit ?    show scrollbar
 
                 if ( ImplGetPropertyValue( String( RTL_CONSTASCII_USTRINGPARAM( "CustomShow" ) ) ) )

Modified: openoffice/trunk/main/sd/source/filter/eppt/epptso.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/filter/eppt/epptso.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/filter/eppt/epptso.cxx (original)
+++ openoffice/trunk/main/sd/source/filter/eppt/epptso.cxx Tue Apr 29 19:25:03 2014
@@ -626,7 +626,7 @@ sal_uInt32 PPTWriter::ImplMasterSlideLis
                    << (sal_uInt32)0                 // flags - only bit 3 used, if set then slide contains shapes other than placeholders
                    << (sal_Int32)0                  // numberTexts - number of placeholder texts stored with the persist object. Allows to display outline view without loading the slide persist objects
                    << (sal_Int32)( 0x80000000 | i ) // slideId - Unique slide identifier, used for OLE link monikers for example
-                   << (sal_uInt32)0;                // reserved, usualy 0
+                   << (sal_uInt32)0;                // reserved, usually 0
         }
     }
     return nSize;

Modified: openoffice/trunk/main/sd/source/filter/xml/sdxmlwrp.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/filter/xml/sdxmlwrp.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/filter/xml/sdxmlwrp.cxx (original)
+++ openoffice/trunk/main/sd/source/filter/xml/sdxmlwrp.cxx Tue Apr 29 19:25:03 2014
@@ -383,7 +383,7 @@ sal_Int32 ReadThroughComponent(
     if (!bContainsStream )
 	{
 		// stream name not found! Then try the compatibility name.
-		// if no stream can be opened, return immediatly with OK signal
+		// if no stream can be opened, return immediately with OK signal
 
 		// do we even have an alternative name?
 		if ( NULL == pCompatibilityStreamName )

Modified: openoffice/trunk/main/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx Tue Apr 29 19:25:03 2014
@@ -773,7 +773,7 @@ void SAL_CALL AccessibleDocumentViewBase
 
 void AccessibleDocumentViewBase::Activated (void)
 {
-    // Empty.  Overwrite to do something usefull.
+    // Empty.  Overwrite to do something useful.
 }
 
 
@@ -781,7 +781,7 @@ void AccessibleDocumentViewBase::Activat
 
 void AccessibleDocumentViewBase::Deactivated (void)
 {
-    // Empty.  Overwrite to do something usefull.
+    // Empty.  Overwrite to do something useful.
 }
 
 

Modified: openoffice/trunk/main/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx Tue Apr 29 19:25:03 2014
@@ -560,7 +560,7 @@ uno::Sequence< sal_Int32 > SAL_CALL
 		uno::Reference< drawing::XShape > xShape = mpChildrenManager->GetChildShape(i);
 		if ( xShape.is() )
 		{
-			//if the object is visable in the page, we add it into the group list.
+			//if the object is visible in the page, we add it into the group list.
 			SdrObject* pObj = GetSdrObjectFromXShape(xShape);
 			if ( pObj && pPV && pSdView && pSdView->IsObjMarkable( pObj, pPV ) )
 			{

Modified: openoffice/trunk/main/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx Tue Apr 29 19:25:03 2014
@@ -834,7 +834,7 @@ void AccessibleSlideSorterView::Implemen
 
 void AccessibleSlideSorterView::Implementation::UpdateChildren (void)
 {
-  	//By default, all children should be accessable. So here workaround is to make all children visible. 
+  	//By default, all children should be accessible. So here workaround is to make all children visible. 
   	// MT: THis was in UpdateVisibility, which has some similarity, and hg merge automatically has put it here. Correct?!
   	// In the IA2 CWS, also setting mnFirst/LastVisibleChild was commented out!
   	mnLastVisibleChild = maPageObjects.size();

Modified: openoffice/trunk/main/sd/source/ui/accessibility/AccessibleViewForwarder.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/accessibility/AccessibleViewForwarder.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/accessibility/AccessibleViewForwarder.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/accessibility/AccessibleViewForwarder.cxx Tue Apr 29 19:25:03 2014
@@ -35,7 +35,7 @@ namespace accessibility {
 
 /** For the time beeing, the implementation of this class will not use the
     member mrDevice.  Instead the device is retrieved from the view
-    everytime it is used.  This is necessary because the device has to stay
+    every time it is used.  This is necessary because the device has to stay
     up-to-date with the current view and the class has to stay compatible.
     May change in the future.
 */

Modified: openoffice/trunk/main/sd/source/ui/animations/CustomAnimationList.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/animations/CustomAnimationList.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/animations/CustomAnimationList.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/animations/CustomAnimationList.cxx Tue Apr 29 19:25:03 2014
@@ -888,7 +888,7 @@ EffectSequence CustomAnimationList::getS
 			aSelection.push_back( pEffect );
 
 		// if the selected effect is not expanded and has children
-		// we say that the children are automaticly selected
+		// we say that the children are automatically selected
 		if( !IsExpanded( pEntry ) )
 		{
 			CustomAnimationListEntry* pChild = dynamic_cast< CustomAnimationListEntry* >( FirstChild( pEntry ) );

Modified: openoffice/trunk/main/sd/source/ui/animations/CustomAnimationPane.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/animations/CustomAnimationPane.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/animations/CustomAnimationPane.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/animations/CustomAnimationPane.cxx Tue Apr 29 19:25:03 2014
@@ -1695,7 +1695,7 @@ void CustomAnimationPane::changeSelectio
 	{
 		// we need to do a second pass for text grouping options
 		// since changing them can cause effects to be removed
-		// or replaced, we do this after we aplied all other options
+		// or replaced, we do this after we applied all other options
 		// above
 
 		sal_Int32 nTextGrouping = 0;

Modified: openoffice/trunk/main/sd/source/ui/annotations/annotationmanager.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/annotations/annotationmanager.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/annotations/annotationmanager.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/annotations/annotationmanager.cxx Tue Apr 29 19:25:03 2014
@@ -737,7 +737,7 @@ void AnnotationManagerImpl::SelectNextAn
         else
             nStringId = bImpress ? STR_ANNOTATION_WRAP_BACKWARD : STR_ANNOTATION_WRAP_BACKWARD_DRAW;
 
-        // Pop up question box that asks the user whether to wrap arround.
+        // Pop up question box that asks the user whether to wrap around.
         // The dialog is made modal with respect to the whole application.
         QueryBox aQuestionBox (
             NULL,

Modified: openoffice/trunk/main/sd/source/ui/app/sdmod1.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/app/sdmod1.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/app/sdmod1.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/app/sdmod1.cxx Tue Apr 29 19:25:03 2014
@@ -964,7 +964,7 @@ OutlineToImpressFinalizer::OutlineToImpr
                     &nReadByteCount));
 
             // Check the error code and stop copying the stream data when an
-            // error has occured.
+            // error has occurred.
             switch (nErrorCode)
             {
                 case ERRCODE_NONE:

Modified: openoffice/trunk/main/sd/source/ui/app/sdxfer.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/app/sdxfer.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/app/sdxfer.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/app/sdxfer.cxx Tue Apr 29 19:25:03 2014
@@ -342,7 +342,7 @@ void SdTransferable::CreateData()
 		pNewStylePool->CopyLayoutSheets( aOldLayoutName, *pOldStylePool, aCreatedSheets );
 	}
 
-	// set VisArea and adjust objects if neccessary
+	// set VisArea and adjust objects if necessary
 	if( maVisArea.IsEmpty() &&
 		mpSdDrawDocumentIntern && mpSdViewIntern &&
 		mpSdDrawDocumentIntern->GetPageCount() )

Modified: openoffice/trunk/main/sd/source/ui/dlg/dlgass.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/dlg/dlgass.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/dlg/dlgass.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/dlg/dlgass.cxx Tue Apr 29 19:25:03 2014
@@ -121,7 +121,7 @@ DECLARE_LIST( PasswordEntryList, Passwor
 // ====================================================================
 
 /** A simple wrapper that looks like a PushButton and is used to force the
-    broadcasting of focus events primarly for accessibility tools.
+    broadcasting of focus events primarily for accessibility tools.
     Forcing focus events is achieved by using two identical PushButtons
     which, when the focus event is requested, are exchanged and play focus
     ping-pong by moving the focus from one to the other.

Modified: openoffice/trunk/main/sd/source/ui/dlg/prltempl.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/dlg/prltempl.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/dlg/prltempl.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/dlg/prltempl.cxx Tue Apr 29 19:25:03 2014
@@ -178,7 +178,7 @@ SdPresLayoutTemplateDlg::SdPresLayoutTem
 	}
 
 	// #112490# the tabpages Alignment, Tabs and Asian Typography are very
-	// usefull, except for the background style
+	// useful, except for the background style
 	if( DlgId.GetId() != TAB_PRES_LAYOUT_TEMPLATE_BACKGROUND )
 	{
 	    SvtCJKOptions aCJKOptions;

Modified: openoffice/trunk/main/sd/source/ui/dlg/sdtreelb.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/dlg/sdtreelb.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/dlg/sdtreelb.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/dlg/sdtreelb.cxx Tue Apr 29 19:25:03 2014
@@ -1136,7 +1136,7 @@ SdDrawDocument* SdPageObjsTLB::GetBookma
 
 		if (pMed)
 		{
-            // it looks that it is undefined if a Medium was set by Fill() allready
+            // it looks that it is undefined if a Medium was set by Fill() already
             DBG_ASSERT( !mpMedium, "SfxMedium confusion!" );
             delete mpMedium;
             mpMedium = NULL;
@@ -1159,7 +1159,7 @@ SdDrawDocument* SdPageObjsTLB::GetBookma
         else if ( mpMedium )
             // in this mode the document is owned and controlled by the SdDrawDocument
             // it can be released by calling the corresponding CloseBookmarkDoc method
-            // successfull creation of a document makes this the owner of the medium
+            // successful creation of a document makes this the owner of the medium
             mpBookmarkDoc = ((SdDrawDocument*) mpDoc)->OpenBookmarkDoc(*mpMedium);
 
         if ( !mpBookmarkDoc )
@@ -1201,7 +1201,7 @@ void SdPageObjsTLB::CloseBookmarkDoc()
 	}
     else
     {
-        // perhaps mpOwnMedium provided, but no successfull creation of BookmarkDoc
+        // perhaps mpOwnMedium provided, but no successful creation of BookmarkDoc
         delete mpOwnMedium;
         mpOwnMedium = NULL;
     }

Modified: openoffice/trunk/main/sd/source/ui/dlg/tpoption.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/dlg/tpoption.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/dlg/tpoption.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/dlg/tpoption.cxx Tue Apr 29 19:25:03 2014
@@ -688,7 +688,7 @@ void    SdTpOptionsMisc::SetDrawMode()
     lcl_MoveWin( aTxtTabstop, -nDiff );
     lcl_MoveWin( aMtrFldTabstop, -nDiff );
 
-    // Move the scale controls so that they are visually centered betwen the
+    // Move the scale controls so that they are visually centered between the
     // group controls above and below.
     lcl_MoveWin (aFtScale, -17);
     lcl_MoveWin (aCbScale, -17);

Modified: openoffice/trunk/main/sd/source/ui/docshell/docshell.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/docshell/docshell.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/docshell/docshell.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/docshell/docshell.cxx Tue Apr 29 19:25:03 2014
@@ -231,7 +231,7 @@ DrawDocShell::~DrawDocShell()
     // Tell all listeners that the doc shell is about to be
     // destroyed.  This has been introduced for the PreviewRenderer to
     // free its view (that uses the item poll of the doc shell) but
-    // may be usefull in other places as well.
+    // may be useful in other places as well.
 	Broadcast(SfxSimpleHint(SFX_HINT_DYING));
 
 	mbInDestruction = sal_True;

Modified: openoffice/trunk/main/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx Tue Apr 29 19:25:03 2014
@@ -195,7 +195,7 @@ void ConfigurationUpdater::UpdateConfigu
             ConfigurationTracer::TraceConfiguration(
                 mxCurrentConfiguration, "current configuration");
 #endif
-            // Notify the begining of the update.
+            // Notify the beginning of the update.
             ConfigurationChangeEvent aEvent;
             aEvent.Type = FrameworkHelper::msConfigurationUpdateStartEvent;
             aEvent.Configuration = mxRequestedConfiguration;
@@ -284,7 +284,7 @@ void ConfigurationUpdater::CheckUpdateSu
     }
     else
     {
-        // Update was successfull.  Reset the failed update count.
+        // Update was successful.  Reset the failed update count.
         mnFailedUpdateCount = 0;
     }
 }

Modified: openoffice/trunk/main/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx Tue Apr 29 19:25:03 2014
@@ -44,7 +44,7 @@ class ConfigurationUpdaterLock;
     configuration.  An update is made by activating or deactivating drawing
     framework resources.
 
-    When an update is not successfull, i.e. after the update the current
+    When an update is not successful, i.e. after the update the current
     configuration is not equivalent to the requested configuration, then a
     timer is started to repeat the update after a short time.
 */

Modified: openoffice/trunk/main/sd/source/ui/framework/module/ViewTabBarModule.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/framework/module/ViewTabBarModule.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/framework/module/ViewTabBarModule.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/framework/module/ViewTabBarModule.hxx Tue Apr 29 19:25:03 2014
@@ -56,7 +56,7 @@ class ViewTabBarModule
       public ViewTabBarModuleInterfaceBase      
 {
 public:
-    /** Create a new module that controlls the view tab bar above the view
+    /** Create a new module that controls the view tab bar above the view
         in the specified pane.
         @param rxController
             This is the access point to the drawing framework.

Modified: openoffice/trunk/main/sd/source/ui/framework/tools/FrameworkHelper.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/framework/tools/FrameworkHelper.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/framework/tools/FrameworkHelper.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/framework/tools/FrameworkHelper.cxx Tue Apr 29 19:25:03 2014
@@ -124,7 +124,7 @@ typedef ::cppu::WeakComponentImplHelper1
     ::com::sun::star::lang::XEventListener
     > LifetimeControllerInterfaceBase;
 
-/** This class helps controling the lifetime of the
+/** This class helps controlling the lifetime of the
     FrameworkHelper. Register at a ViewShellBase object and an XController
     object and call Dispose() at the associated FrameworkHelper object when
     one of them and Release() when both of them are destroyed.

Modified: openoffice/trunk/main/sd/source/ui/func/fuediglu.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/func/fuediglu.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/func/fuediglu.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/func/fuediglu.cxx Tue Apr 29 19:25:03 2014
@@ -64,7 +64,7 @@ FuEditGluePoints::FuEditGluePoints (
     SfxRequest& rReq) 
     : FuDraw(pViewSh, pWin, pView, pDoc, rReq)
 	 //Solution: Add Shift+UP/DOWN/LEFT/RIGHT key to move the position of insert point, 
-	 //and SHIFT+ENTER key to decide the postion and draw the new insert point
+	 //and SHIFT+ENTER key to decide the position and draw the new insert point
 	 ,bBeginInsertPoint(sal_False),
 	oldPoint(0,0)
 {
@@ -326,7 +326,7 @@ sal_Bool FuEditGluePoints::KeyInput(cons
 	mpView->SetActualWin( mpWindow );
 
 	//Solution: Add Shift+UP/DOWN/LEFT/RIGHT key to move the position of insert point, 
-	//and SHIFT+ENTER key to decide the postion and draw the new insert point
+	//and SHIFT+ENTER key to decide the position and draw the new insert point
 
 	sal_Bool bReturn = sal_False;
 	
@@ -408,7 +408,7 @@ sal_Bool FuEditGluePoints::KeyInput(cons
 }
 
  //Solution: Add Shift+UP/DOWN/LEFT/RIGHT key to move the position of insert point, 
- //and SHIFT+ENTER key to decide the postion and draw the new insert point
+ //and SHIFT+ENTER key to decide the position and draw the new insert point
 void FuEditGluePoints::ForcePointer(const MouseEvent* pMEvt)
 {
 	if(bBeginInsertPoint && pMEvt)

Modified: openoffice/trunk/main/sd/source/ui/func/fupoor.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/func/fupoor.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/func/fupoor.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/func/fupoor.cxx Tue Apr 29 19:25:03 2014
@@ -234,7 +234,7 @@ IMPL_LINK_INLINE_START( FuPoor, ScrollHd
 	Point aPnt(mpWindow->GetPointerPosPixel());
 	
 	// #95491# use remembered MouseButton state to create correct
-	// MouseEvents for this artifical MouseMove.
+	// MouseEvents for this artificial MouseMove.
 	MouseMove(MouseEvent(aPnt, 1, 0, GetMouseButtonCode()));
 
 	return 0;
@@ -1063,7 +1063,7 @@ IMPL_LINK_INLINE_START( FuPoor, DelayHdl
 	Point aPnt(mpWindow->GetPointerPosPixel());
 	
 	// #95491# use remembered MouseButton state to create correct
-	// MouseEvents for this artifical MouseMove.
+	// MouseEvents for this artificial MouseMove.
 	MouseMove(MouseEvent(aPnt, 1, 0, GetMouseButtonCode()));
 
 	return 0;

Modified: openoffice/trunk/main/sd/source/ui/func/fusel.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/func/fusel.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/func/fusel.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/func/fusel.cxx Tue Apr 29 19:25:03 2014
@@ -114,7 +114,7 @@ FuSelection::FuSelection (
       nEditMode(SID_BEZIER_MOVE),
       pWaterCanCandidate(NULL)
   //Solution: Add Shift+UP/DOWN/LEFT/RIGHT key to move the position of insert point, 
-  //and SHIFT+ENTER key to decide the postion and draw the new insert point
+  //and SHIFT+ENTER key to decide the position and draw the new insert point
     ,bBeginInsertPoint(sal_False),
   	oldPoint(0,0)
   ,bMovedToCenterPoint(sal_False)
@@ -795,7 +795,7 @@ sal_Bool FuSelection::MouseButtonUp(cons
             }
             else if (pWaterCanCandidate != NULL)
             {
-                // Is the candiate object still under the mouse?
+                // Is the candidate object still under the mouse?
                 if (pickObject (aPnt) == pWaterCanCandidate)
                 {
                     SdStyleSheetPool* pPool = static_cast<SdStyleSheetPool*>(

Modified: openoffice/trunk/main/sd/source/ui/func/smarttag.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/func/smarttag.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/func/smarttag.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/func/smarttag.cxx Tue Apr 29 19:25:03 2014
@@ -252,7 +252,7 @@ bool SmartTagSet::MouseButtonDown( const
 		return false;
 	}
 
-	// if a smart tag handle is hit, foreward event to its smart tag
+	// if a smart tag handle is hit, foreword event to its smart tag
 	SmartHdl* pSmartHdl = dynamic_cast< SmartHdl* >( pHdl );
 	if(pSmartHdl && pSmartHdl->getTag().is() )
 	{
@@ -294,7 +294,7 @@ bool SmartTagSet::RequestHelp( const Hel
 
     if( pHdl )
     {
-	    // if a smart tag handle is hit, foreward event to its smart tag
+	    // if a smart tag handle is hit, foreword event to its smart tag
 	    SmartHdl* pSmartHdl = dynamic_cast< SmartHdl* >( pHdl );
 	    if(pSmartHdl && pSmartHdl->getTag().is() )
 	    {
@@ -318,7 +318,7 @@ bool SmartTagSet::Command( const Command
 
         if( pHdl )
         {
-	        // if a smart tag handle is hit, foreward event to its smart tag
+	        // if a smart tag handle is hit, foreword event to its smart tag
 	        SmartHdl* pSmartHdl = dynamic_cast< SmartHdl* >( pHdl );
 	        if(pSmartHdl && pSmartHdl->getTag().is() )
 	        {

Modified: openoffice/trunk/main/sd/source/ui/inc/AccessibleDocumentViewBase.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/AccessibleDocumentViewBase.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/AccessibleDocumentViewBase.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/AccessibleDocumentViewBase.hxx Tue Apr 29 19:25:03 2014
@@ -82,7 +82,7 @@ namespace accessibility {
     <li>As window listener it waits for changes of the window geometry and
     forwards those as view forwarder changes.</li>
     <li>As focus listener it keeps track of the focus to give this class and
-    derived classes the oportunity to set and remove the focus to/from
+    derived classes the opportunity to set and remove the focus to/from
     shapes.</li>
     </ol> 
     </p>
@@ -137,7 +137,7 @@ public:
     //=====  IAccessibleViewForwarderListener  ================================
 
     /** A view forwarder change is signalled for instance when any of the
-        window events is recieved.  Thus, instead of overloading the four
+        window events is received.  Thus, instead of overloading the four
         windowResized... methods it will be sufficient in most cases just to
         overload this method.
      */

Modified: openoffice/trunk/main/sd/source/ui/inc/AccessibleViewForwarder.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/AccessibleViewForwarder.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/AccessibleViewForwarder.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/AccessibleViewForwarder.hxx Tue Apr 29 19:25:03 2014
@@ -41,7 +41,7 @@ namespace accessibility {
     @attention
         Note, that modifications of the underlying view that lead to
         different transformations between internal and screen coordinates or
-        change the validity of the forwarder have to be signaled seperately.
+        change the validity of the forwarder have to be signaled separately.
 */
 class AccessibleViewForwarder
     :	public IAccessibleViewForwarder

Modified: openoffice/trunk/main/sd/source/ui/inc/DrawViewShell.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/DrawViewShell.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/DrawViewShell.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/DrawViewShell.hxx Tue Apr 29 19:25:03 2014
@@ -473,7 +473,7 @@ private:
         a) it is running in its own frame, i.e. is a full screen show and
         b) the given flag bCloseFrame is true.
         @param bCloseFrame
-            Be carefull with this flag when stopping a full screen show.
+            Be careful with this flag when stopping a full screen show.
             When called from the destructor the flag has to be <FALSE/> or
             otherwise we run into a loop of calls to destructors of the view
             and the frame.

Modified: openoffice/trunk/main/sd/source/ui/inc/OutlineView.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/OutlineView.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/OutlineView.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/OutlineView.hxx Tue Apr 29 19:25:03 2014
@@ -153,7 +153,7 @@ public:
     /** After this method has been called with <TRUE/> following changes of
         the current page are ignored in that the corresponding text is not
         selected.
-        This is used to supress unwanted side effects between selection and
+        This is used to suppress unwanted side effects between selection and
         cursor position.
     */
     void IgnoreCurrentPageChanges (bool bIgnore);

Modified: openoffice/trunk/main/sd/source/ui/inc/OutlinerIteratorImpl.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/OutlinerIteratorImpl.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/OutlinerIteratorImpl.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/OutlinerIteratorImpl.hxx Tue Apr 29 19:25:03 2014
@@ -98,7 +98,7 @@ public: 
             When both iterators ar equal <TRUE/> is returned, <FALSE/> otherwise.
     */
     virtual bool operator== (const IteratorImplBase& rIterator) const;
-    /** This method is used by the equality operator.  Additionaly to the
+    /** This method is used by the equality operator.  Additionally to the
         iterator it takes a type information which is taken into account on
         comparison.  It is part of a "multimethod" pattern.
         @param rIterator
@@ -220,7 +220,7 @@ protected:
     void SetPage (sal_Int32 nPageIndex);
 
 private:
-    /// Indicates whether a page changed occured on switching to current page.
+    /// Indicates whether a page changed occurred on switching to current page.
     bool mbPageChangeOccured;
     /// Pointer to the page associated with the current page index. May be NULL.
     SdPage* mpPage;

Modified: openoffice/trunk/main/sd/source/ui/inc/PreviewRenderer.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/PreviewRenderer.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/PreviewRenderer.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/PreviewRenderer.hxx Tue Apr 29 19:25:03 2014
@@ -45,7 +45,7 @@ class PreviewRenderer
     : public SfxListener
 {
 public:
-    /** Create a new preview renderer that takes some of its inital values
+    /** Create a new preview renderer that takes some of its initial values
         from the given output device.
         @param pTemplate
             May be NULL.
@@ -139,7 +139,7 @@ private:
     const Color maFrameColor;
     const bool mbHasFrame;
     static const int snSubstitutionTextSize;
-    // Width of the frame that is painted arround the preview.
+    // Width of the frame that is painted around the preview.
     static const int snFrameWidth;
 
     bool Initialize (

Modified: openoffice/trunk/main/sd/source/ui/inc/SlideSorter.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/SlideSorter.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/SlideSorter.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/SlideSorter.hxx Tue Apr 29 19:25:03 2014
@@ -187,12 +187,12 @@ public:
     */       
     void SetCurrentFunction (const FunctionReference& rpFunction);
 
-    /** Return a collection of properties that are used througout the slide
+    /** Return a collection of properties that are used throughout the slide
         sorter.
     */
     ::boost::shared_ptr<controller::Properties> GetProperties (void) const;
 
-    /** Return the active theme wich gives access to colors and fonts.
+    /** Return the active theme which gives access to colors and fonts.
     */
     ::boost::shared_ptr<view::Theme> GetTheme (void) const;
 

Modified: openoffice/trunk/main/sd/source/ui/inc/SlideViewShell.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/SlideViewShell.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/SlideViewShell.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/SlideViewShell.hxx Tue Apr 29 19:25:03 2014
@@ -119,7 +119,7 @@ public:
 
 	virtual sal_Bool    HasSelection( sal_Bool bText = sal_True ) const;
 
-    /** Draw the rectangle arround the specified slide that indicates whether
+    /** Draw the rectangle around the specified slide that indicates whether
         the slide is selected or not.  When not selected the rectangle is
         painted in the background color (WindowColor from the style settings)
         and is therefore not visible.  A selected slide is painted with the

Modified: openoffice/trunk/main/sd/source/ui/inc/ToolBarManager.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/ToolBarManager.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/ToolBarManager.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/ToolBarManager.hxx Tue Apr 29 19:25:03 2014
@@ -52,7 +52,7 @@ class ViewShellManager;
     Tool bars are managed in groups.  Each group can be set, reset, or
     modified independently of the others.  This allows for instance to
     replace the toolbars associated with the current function independently
-    from those assoicated with the main view.
+    from those associated with the main view.
 
     The ToolBarManager has two high level methods which contain the
     knowledge about which tool bars to show in a specific context.

Modified: openoffice/trunk/main/sd/source/ui/inc/ViewShell.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/ViewShell.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/ViewShell.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/ViewShell.hxx Tue Apr 29 19:25:03 2014
@@ -333,7 +333,7 @@ public:
     */
     ::sd::WindowUpdater* GetWindowUpdater (void) const;
 
-    /** Return the border that is drawn arround the actual document view.
+    /** Return the border that is drawn around the actual document view.
         The border contains typically rulers and scroll bars.
         @param bOuterResize
             When this flag is <TRUE/> then the border is used for an
@@ -435,7 +435,7 @@ public:
 
     /** Set the given window as new parent window.  This is not possible for
         all views, so the return value tells the caller if the relocation
-        was successfull.
+        was successful.
     */
     virtual bool RelocateToParentWindow (::Window* pParentWindow);
 

Modified: openoffice/trunk/main/sd/source/ui/inc/ViewShellHint.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/ViewShellHint.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/ViewShellHint.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/ViewShellHint.hxx Tue Apr 29 19:25:03 2014
@@ -29,7 +29,7 @@
 namespace sd {
 
 /** Local derivation of the SfxHint class that defines some hint ids that
-    are used by the ViewShell class and its decendants.
+    are used by the ViewShell class and its descendants.
 */
 class ViewShellHint
     : public SfxHint

Modified: openoffice/trunk/main/sd/source/ui/inc/ViewShellImplementation.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/ViewShellImplementation.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/ViewShellImplementation.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/ViewShellImplementation.hxx Tue Apr 29 19:25:03 2014
@@ -61,7 +61,7 @@ public:
 
     /** This update lock for the ToolBarManager exists in order to avoid
         problems with tool bars being displayed while the mouse button is
-        pressed.  Whith docked tool bars this can lead to a size change of
+        pressed.  With docked tool bars this can lead to a size change of
         the view.  This would change the relative mouse coordinates and thus
         interpret every mouse click as move command.
     */

Modified: openoffice/trunk/main/sd/source/ui/inc/Window.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/Window.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/Window.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/Window.hxx Tue Apr 29 19:25:03 2014
@@ -63,7 +63,7 @@ public:
 	void	SetViewShell (ViewShell* pViewSh);
 
     /** Set the zoom factor to the specified value and center the display
-        area arround the zoom center.  
+        area around the zoom center.  
         @param nZoom 
             The zoom factor is given as integral percent value.
     */
@@ -128,7 +128,7 @@ public:
 	void SetViewSize(const Size& rSize);
 	void SetCenterAllowed (bool bIsAllowed);
 
-    /** Calculate origin of the map mode accoring to the size of the view
+    /** Calculate origin of the map mode according to the size of the view
         and window (its size in model coordinates; that takes the zoom
         factor into account), and the bCenterAllowed flag.  When it is not
         set then nothing is changed.  When in any direction the window is

Modified: openoffice/trunk/main/sd/source/ui/inc/fuediglu.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/fuediglu.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/fuediglu.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/fuediglu.hxx Tue Apr 29 19:25:03 2014
@@ -55,7 +55,7 @@ public:
 	virtual void Deactivate();		   // Function deaktivieren
 
   //Solution: Add Shift+UP/DOWN/LEFT/RIGHT key to move the position of insert point, 
-  //and SHIFT+ENTER key to decide the postion and draw the new insert point
+  //and SHIFT+ENTER key to decide the position and draw the new insert point
     virtual void ForcePointer(const MouseEvent* pMEvt = NULL);
 private:
     sal_Bool   bBeginInsertPoint;

Modified: openoffice/trunk/main/sd/source/ui/inc/fupoor.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/fupoor.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/fupoor.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/fupoor.hxx Tue Apr 29 19:25:03 2014
@@ -120,7 +120,7 @@ public:
 	// #i33136#
 	/** Decide if the object to be created should be created
 		orthogonal. Default implementation uses nSlotID
-		to decide. May be overloaded to use other criterias
+		to decide. May be overloaded to use other criteria
 		for this decision
 
 		@returns true if the to be created object should be orthogonal.
@@ -148,7 +148,7 @@ protected:
         control at the lower left of the document window positive values
         move to the right and negative values move to the left.
     
-        <p>Switching the layer is independant of the view's layer mode.  The
+        <p>Switching the layer is independent of the view's layer mode.  The
         layers are switched even when the layer mode is turned off and the
         layer control is not visible.</p>
         @param nOffset

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=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/fusel.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/fusel.hxx Tue Apr 29 19:25:03 2014
@@ -103,7 +103,7 @@ private:
     */
     SdrObject* pickObject (const Point& rTestPoint);
   //Solution: Add Shift+UP/DOWN/LEFT/RIGHT key to move the position of insert point, 
-  //and SHIFT+ENTER key to decide the postion and draw the new insert point
+  //and SHIFT+ENTER key to decide the position and draw the new insert point
     sal_Bool   bBeginInsertPoint;
     Point    oldPoint;
   //Solution: let mouse cursor move

Modified: openoffice/trunk/main/sd/source/ui/inc/taskpane/ControlContainer.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/taskpane/ControlContainer.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/taskpane/ControlContainer.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/taskpane/ControlContainer.hxx Tue Apr 29 19:25:03 2014
@@ -125,7 +125,7 @@ public:
             is <FALSE/> the hidden controls are skipped.
         @param bCycle
             When this flag is <TRUE/> then the search for the previous
-            control wraps arround when reaching the first control.
+            control wraps around when reaching the first control.
         @return
             Returns the index to the previous control or (sal_uInt32)-1 when
             there is no previous control.  This would be the case when there
@@ -147,7 +147,7 @@ public:
             <FALSE/> the hidden controls are skipped.
         @param bCycle
             When this flag is <TRUE/> then the search for the next control
-            wraps arround when reaching the last control.
+            wraps around when reaching the last control.
         @return
             Returns the index to the next control or (sal_uInt32)-1 when
             there is no next control.  This would be the case when there is

Modified: openoffice/trunk/main/sd/source/ui/inc/taskpane/ScrollPanel.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/taskpane/ScrollPanel.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/taskpane/ScrollPanel.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/taskpane/ScrollPanel.hxx Tue Apr 29 19:25:03 2014
@@ -141,7 +141,7 @@ private:
     const int mnHorizontalBorder;
     /** List of horizontal stripes that is created from the gaps between
         children when they are layouted.  The stripes are painted in Paint()
-        to fill the space arround the children.
+        to fill the space around the children.
     */
     typedef ::std::vector< ::std::pair<int,int> > StripeList;
     StripeList maStripeList;

Modified: openoffice/trunk/main/sd/source/ui/inc/taskpane/SubToolPanel.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/taskpane/SubToolPanel.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/taskpane/SubToolPanel.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/taskpane/SubToolPanel.hxx Tue Apr 29 19:25:03 2014
@@ -50,7 +50,7 @@ namespace sd { namespace toolpanel {
     is made transparent and painting it is done by this class.  While
     layouting its children it remembers the gaps between children and stores
     them in maStripeList.  In Paint() those gaps as well as the border
-    arround all children are painted in the background color.</p>
+    around all children are painted in the background color.</p>
 */
 class SubToolPanel
     : public Control,
@@ -101,7 +101,7 @@ private:
     const int mnHorizontalBorder;
     /** List of horizontal stripes that is created from the gaps between
         children when they are layouted.  The stripes are painted in Paint()
-        to fill the space arround the children.
+        to fill the space around the children.
     */
     typedef ::std::vector< ::std::pair<int,int> > StripeList;
     StripeList maStripeList;

Modified: openoffice/trunk/main/sd/source/ui/inc/taskpane/TitledControl.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/taskpane/TitledControl.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/taskpane/TitledControl.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/taskpane/TitledControl.hxx Tue Apr 29 19:25:03 2014
@@ -101,7 +101,7 @@ public:
     const String& GetTitle (void) const;
 
     /** Expand the control without informing its container.  This
-        method ususally is called by the container as a result of a
+        method usually is called by the container as a result of a
         higher level expand command.  You may want to use
         ExpandViaContainer() instead.
         @param bExpanded

Modified: openoffice/trunk/main/sd/source/ui/inc/tools/IconCache.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/inc/tools/IconCache.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/inc/tools/IconCache.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/inc/tools/IconCache.hxx Tue Apr 29 19:25:03 2014
@@ -33,7 +33,7 @@ namespace sd {
     use the icons do not have to store them in every one of their
     instances.
 
-    Icons are adressed over their resource id and are loaded on demand.
+    Icons are addressed over their resource id and are loaded on demand.
 
     This cache acts like a singleton with a lifetime equal to that of the sd
     module.
@@ -50,7 +50,7 @@ public:
     /** Return the icon with the given resource id.
         @return
             The returned Image may be empty when there is no icon for the
-            given id or an error occured.  Should not happen under normal
+            given id or an error occurred.  Should not happen under normal
             circumstances.
     */
     Image GetIcon (sal_uInt16 nResourceId);

Modified: openoffice/trunk/main/sd/source/ui/presenter/PresenterCanvas.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/presenter/PresenterCanvas.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/presenter/PresenterCanvas.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/presenter/PresenterCanvas.hxx Tue Apr 29 19:25:03 2014
@@ -97,7 +97,7 @@ public:
             rxSharedCanvas argument.
         @param rxWindow
             The window that is represented by the new PresenterCanvas
-            object.  It is expected to be a direct decendent of
+            object.  It is expected to be a direct descendant of
             rxSharedWindow.  Its position inside rxSharedWindow defines the
             offset of the canvas implemented by the new PresenterCanvas
             object and rxSharedCanvas.

Modified: openoffice/trunk/main/sd/source/ui/sidebar/MasterPageContainer.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/sidebar/MasterPageContainer.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/sidebar/MasterPageContainer.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/sidebar/MasterPageContainer.cxx Tue Apr 29 19:25:03 2014
@@ -145,7 +145,7 @@ private:
     bool mbFirstPageObjectSeen;
     
     // The widths for the previews contain two pixels for the border that is
-    // painted arround the preview.
+    // painted around the preview.
     static const int SMALL_PREVIEW_WIDTH = 72 + 2;
     static const int LARGE_PREVIEW_WIDTH = 2*72 + 2;
 

Modified: openoffice/trunk/main/sd/source/ui/sidebar/MasterPageContainer.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/sidebar/MasterPageContainer.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/sidebar/MasterPageContainer.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/sidebar/MasterPageContainer.hxx Tue Apr 29 19:25:03 2014
@@ -51,7 +51,7 @@ class MasterPageDescriptor;
     controls.  It uses internally a singleton implementation object.
     Therefore, all MasterPageContainer object operator on the same set of
     master pages.  Each MasterPageContainer, however, has its own
-    PreviewSize value and thus can independantly switch between large and
+    PreviewSize value and thus can independently switch between large and
     small previews.
     
     The container maintains its own document to store master page objects.
@@ -60,7 +60,7 @@ class MasterPageDescriptor;
     name, and, if available, the page object.
     
     Entries are accessed via a Token, which is mostly a numerical index but
-    whose values do not neccessarily have to be consecutive.
+    whose values do not necessarily have to be consecutive.
 */
 class MasterPageContainer
 {

Modified: openoffice/trunk/main/sd/source/ui/sidebar/MasterPagesSelector.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/sidebar/MasterPagesSelector.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/sidebar/MasterPagesSelector.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/sidebar/MasterPagesSelector.hxx Tue Apr 29 19:25:03 2014
@@ -97,7 +97,7 @@ public:
     virtual sal_Int32 GetMinimumWidth (void);
 
     /** Update the selection of previews according to whatever
-        influences them appart from mouse and keyboard.  If, for
+        influences them apart from mouse and keyboard.  If, for
         example, the current page of the main pane changes, then call
         this method at the CurrentMasterPagesSelector to select the
         previews of the master pages that are assigned to the new
@@ -195,14 +195,14 @@ protected:
 
     ItemList maLockedMasterPages;
     /** Lock master pages in the given list and release locks that where
-        previously aquired.
+        previously acquired.
     */
     void UpdateLocks (const ItemList& rItemList);
 
     void Fill (void);
     virtual void Fill (ItemList& rItemList) = 0;
 
-    /** Give derived classes the oportunity to provide their own context
+    /** Give derived classes the opportunity to provide their own context
         menu.  If they do then they probably have to provide their own
         Execute() and GetState() methods as well.
     */

Modified: openoffice/trunk/main/sd/source/ui/sidebar/PreviewValueSet.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/sidebar/PreviewValueSet.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/sidebar/PreviewValueSet.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/sidebar/PreviewValueSet.hxx Tue Apr 29 19:25:03 2014
@@ -28,7 +28,7 @@
 namespace sd { namespace sidebar {
 
 
-/** Adapt the svtools valueset to the needs of the master page controlls.
+/** Adapt the svtools valueset to the needs of the master page controls.
 */
 class PreviewValueSet
     : public ValueSet

Modified: openoffice/trunk/main/sd/source/ui/slideshow/SlideShowRestarter.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/slideshow/SlideShowRestarter.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/slideshow/SlideShowRestarter.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/slideshow/SlideShowRestarter.hxx Tue Apr 29 19:25:03 2014
@@ -37,7 +37,7 @@ namespace sd {
     leads to a crash.
 
     During a restart a possibly installed presenter extension is given the
-    oportunity to show or hide depending on the number of available displays.
+    opportunity to show or hide depending on the number of available displays.
 */
 class SlideShowRestarter
     : public boost::enable_shared_from_this<SlideShowRestarter>

Modified: openoffice/trunk/main/sd/source/ui/slideshow/slideshowimpl.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/slideshow/slideshowimpl.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/slideshow/slideshowimpl.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/slideshow/slideshowimpl.cxx Tue Apr 29 19:25:03 2014
@@ -1033,7 +1033,7 @@ bool SlideshowImpl::startShow( Presentat
 					getViewFrame()->SetChildWindow( SID_NAVIGATOR, maPresSettings.mbStartWithNavigator );
 			}
 
-			// these Slots are forbiden in other views for this document
+			// these Slots are forbidden in other views for this document
 			if( mpDocSh )
 			{
 				mpDocSh->SetSlotFilter( sal_True, sizeof( pAllowed ) / sizeof( sal_uInt16 ), pAllowed );
@@ -1888,7 +1888,7 @@ void SlideshowImpl::startUpdateTimer()
 /** this timer is called 20ms after a new slide was displayed.
 	This is used to unfreeze user input that was disabled after
 	slide change to skip input that was buffered during slide
-	transition preperation */
+	transition preparation */
 IMPL_LINK( SlideshowImpl, ReadyForNextInputHdl, Timer*, EMPTYARG )
 {
 	mbInputFreeze = false;
@@ -2813,7 +2813,7 @@ void SAL_CALL SlideshowImpl::activate() 
 
 				if( pDispatcher )
 				{
-					// filter all forbiden slots
+					// filter all forbidden slots
 					pDispatcher->SetSlotFilter( sal_True, sizeof(pAllowed) / sizeof(sal_uInt16), pAllowed );
 				}
 

Modified: openoffice/trunk/main/sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx Tue Apr 29 19:25:03 2014
@@ -160,11 +160,11 @@ public:
         @param bIncludePrecious
             When this flag is <TRUE/> entries with the precious flag set are
             included in the index.  When the flag is <FALSE/> these entries
-            are ommited.
+            are omitted.
         @param bIncludeNoPreview
             When this flag is <TRUE/> entries with that have no preview
             bitmaps are included in the index.  When the flag is <FALSE/> these entries
-            are ommited.
+            are omitted.
     */
     ::std::auto_ptr<CacheIndex> GetCacheIndex (
         bool bIncludePrecious,

Modified: openoffice/trunk/main/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx Tue Apr 29 19:25:03 2014
@@ -104,7 +104,7 @@ public:
     void SetBitmapCache (const ::boost::shared_ptr<BitmapCache>& rpCache);
 
 private:
-    /** This mutex is used to guard the queue processor.  Be carefull not to
+    /** This mutex is used to guard the queue processor.  Be careful not to
         mix its use with that of the solar mutex.
     */
     ::osl::Mutex maMutex;

Modified: openoffice/trunk/main/sd/source/ui/slidesorter/cache/SlsQueueProcessorThread.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/slidesorter/cache/SlsQueueProcessorThread.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/slidesorter/cache/SlsQueueProcessorThread.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/slidesorter/cache/SlsQueueProcessorThread.hxx Tue Apr 29 19:25:03 2014
@@ -76,7 +76,7 @@ public:
 	void SAL_CALL Terminate (void);
 
 protected:
-	/**	This virutal method is called (among others?) from the
+	/**	This virtual method is called (among others?) from the
 		inherited create method and acts as the main function of this
 		thread.
 	*/
@@ -95,7 +95,7 @@ private:
 
 	volatile bool mbCanBeJoined;
 
-    /** This mutex is used to guard the queue processor.  Be carefull not to
+    /** This mutex is used to guard the queue processor.  Be careful not to
         mix its use with that of the solar mutex.
     */
     ::osl::Mutex maMutex;

Modified: openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsFocusManager.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsFocusManager.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsFocusManager.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsFocusManager.cxx Tue Apr 29 19:25:03 2014
@@ -97,7 +97,7 @@ void FocusManager::MoveFocus (FocusMoveD
                 {
                     if (mbIsVerticalWrapActive)
                     {
-                        // Wrap arround to the bottom row or the one above
+                        // Wrap around to the bottom row or the one above
                         // and go to the correct column.
                         const sal_Int32 nLastIndex (nPageCount-1);
                         const sal_Int32 nLastColumn (nLastIndex % nColumnCount);
@@ -131,7 +131,7 @@ void FocusManager::MoveFocus (FocusMoveD
                 {
                     if (mbIsVerticalWrapActive)
                     {
-                        // Wrap arround to the correct column.
+                        // Wrap around to the correct column.
                         mnPageIndex = mnPageIndex % nColumnCount;
                     }
                     else

Modified: openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsHideSlideFunction.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsHideSlideFunction.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsHideSlideFunction.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsHideSlideFunction.cxx Tue Apr 29 19:25:03 2014
@@ -136,7 +136,7 @@ HideSlideFunction::ExclusionState HideSl
         switch (eState)
         {
             case UNDEFINED:
-                // Use the first selected page to set the inital value.
+                // Use the first selected page to set the initial value.
                 eState = bState ? EXCLUDED : INCLUDED;
                 break;
 

Modified: openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsListener.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsListener.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsListener.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsListener.hxx Tue Apr 29 19:25:03 2014
@@ -82,7 +82,7 @@ public:
     /** Connect to the current controller of the view shell as listener.
         This method is called once during initialization and every time a
         FrameActionEvent signals the current controller being exchanged.
-        When the connection is successfull then the flag
+        When the connection is successful then the flag
         mbListeningToController is set to <TRUE/>.
     */
     void ConnectToController (void);
@@ -154,7 +154,7 @@ private:
     ::com::sun::star::uno::WeakReference< ::com::sun::star::frame::XFrame> mxFrameWeak;
 
     /** This object is used to lock the model between some
-        events.  It is refernce counted in order to cope with events that
+        events.  It is references counted in order to cope with events that
         are expected but never sent.
     */
     ::boost::shared_ptr<SlideSorterController::ModelChangeLock> mpModelChangeLock;

Modified: openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsSelectionCommand.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsSelectionCommand.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsSelectionCommand.hxx (original)
+++ openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsSelectionCommand.hxx Tue Apr 29 19:25:03 2014
@@ -52,7 +52,7 @@ class SelectionCommand
     : public Command
 {
 public:
-    /** Create a new command object that will on its exection use the given
+    /** Create a new command object that will on its execution use the given
         PageSelector to select a set of pages.
     */
     SelectionCommand (

Modified: openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx Tue Apr 29 19:25:03 2014
@@ -802,7 +802,7 @@ void SelectionFunction::ProcessKeyEvent 
 void SelectionFunction::ProcessEvent (EventDescriptor& rDescriptor)
 {
     // The call to ProcessEvent may switch to another mode handler.
-    // Prevent the untimely destruction of the called handler  by aquiring a
+    // Prevent the untimely destruction of the called handler  by acquiring a
     // temporary reference here.
     ::boost::shared_ptr<ModeHandler> pModeHandler (mpModeHandler);
     pModeHandler->ProcessEvent(rDescriptor);
@@ -1885,7 +1885,7 @@ bool DragAndDropModeHandler::ProcessButt
 {
     if (Match(rDescriptor.mnEventCode, BUTTON_UP | LEFT_BUTTON))
     {
-        // The following Process() call may lead to the desctruction
+        // The following Process() call may lead to the destruction
         // of rDescriptor.mpHitDescriptor so release our reference to it.
         rDescriptor.mpHitDescriptor.reset();
         mrSelectionFunction.SwitchToNormalMode();

Modified: openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx Tue Apr 29 19:25:03 2014
@@ -1308,7 +1308,7 @@ SlideExclusionState GetSlideExclusionSta
         switch (eState)
         {
             case UNDEFINED:
-                // Use the first selected page to set the inital value.
+                // Use the first selected page to set the initial value.
                 eState = bState ? EXCLUDED : INCLUDED;
                 break;