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:05:21 UTC

svn commit: r1591058 [6/15] - in /openoffice/trunk/main: ./ accessibility/bridge/org/openoffice/java/accessibility/ accessibility/bridge/source/java/ accessibility/inc/accessibility/extended/ accessibility/inc/accessibility/standard/ accessibility/sour...

Modified: openoffice/trunk/main/dbaccess/source/ui/dlg/UserAdmin.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/dlg/UserAdmin.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/dlg/UserAdmin.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/dlg/UserAdmin.cxx Tue Apr 29 19:05:05 2014
@@ -138,7 +138,7 @@ OPasswordDialog::OPasswordDialog(Window*
 	aCancelBtn			( this, ModuleRes( BTN_PASSWORD_CANCEL ) ),
 	aHelpBtn			( this, ModuleRes( BTN_PASSWORD_HELP ) )
 {
-	// hide until a help is avalable
+	// hide until a help is available
 	aHelpBtn.Hide();
 
 	FreeResource();

Modified: openoffice/trunk/main/dbaccess/source/ui/dlg/adminpages.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/dlg/adminpages.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/dlg/adminpages.hxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/dlg/adminpages.hxx Tue Apr 29 19:05:05 2014
@@ -159,7 +159,7 @@ namespace dbaui
 			@param	_sReturn
 				<OUT/> contains the selected name.
 			@return
-				<FALSE/> if an error occured, otherwise <TRUE/>
+				<FALSE/> if an error occurred, otherwise <TRUE/>
 		*/
 		sal_Bool getSelectedDataSource(::rtl::OUString& _sReturn,::rtl::OUString& _sCurr);
 
@@ -218,7 +218,7 @@ namespace dbaui
 			@param	_pCheckBox
 				The check box which is checked.
 			@param	_nID
-				The id in the itemset to set whith the new value.
+				The id in the itemset to set with the new value.
 			@param	_bChangedSomething
 				<TRUE/> if something changed otherwise <FALSE/>
             @param _bRevertValue
@@ -232,7 +232,7 @@ namespace dbaui
 			@param	_pEdit
 				The check box which is checked.
 			@param	_nID
-				The id in the itemset to set whith the new value.
+				The id in the itemset to set with the new value.
 			@param	_bChangedSomething
 				<TRUE/> if something changed otherwise <FALSE/>
 		*/
@@ -244,7 +244,7 @@ namespace dbaui
 			@param	_pEdit
 				The check box which is checked.
 			@param	_nID
-				The id in the itemset to set whith the new value.
+				The id in the itemset to set with the new value.
 			@param	_bChangedSomething
 				<TRUE/> if something changed otherwise <FALSE/>
 		*/

Modified: openoffice/trunk/main/dbaccess/source/ui/dlg/advancedsettings.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/dlg/advancedsettings.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/dlg/advancedsettings.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/dlg/advancedsettings.cxx Tue Apr 29 19:05:05 2014
@@ -215,7 +215,7 @@ namespace dbaui
     {
         OSL_PRECOND( m_aBooleanSettings.empty(), "SpecialSettingsPage::impl_initBooleanSettings: called twice!" );
 
-        // for easier maintainance, write the table in this form, then copy it to m_aBooleanSettings
+        // for easier maintenance, write the table in this form, then copy it to m_aBooleanSettings
         BooleanSettingDesc aSettings[] = {
             { &m_pIsSQL92Check,                 CB_SQL92CHECK,          DSID_SQL92CHECK,            false },
             { &m_pAppendTableAlias,             CB_APPENDTABLEALIAS,    DSID_APPEND_TABLE_ALIAS,    false },

Modified: openoffice/trunk/main/dbaccess/source/ui/dlg/dbadmin.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/dlg/dbadmin.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/dlg/dbadmin.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/dlg/dbadmin.cxx Tue Apr 29 19:05:05 2014
@@ -488,7 +488,7 @@ SfxItemSet* ODbAdminDialog::createItemSe
 //-------------------------------------------------------------------------
 void ODbAdminDialog::destroyItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxPoolItem**& _rppDefaults)
 {
-	// _first_ delete the set (refering the pool)
+	// _first_ delete the set (referring the pool)
 	if (_rpSet)
 	{
 		delete _rpSet;

Modified: openoffice/trunk/main/dbaccess/source/ui/dlg/directsql.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/dlg/directsql.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/dlg/directsql.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/dlg/directsql.cxx Tue Apr 29 19:05:05 2014
@@ -246,7 +246,7 @@ DBG_NAME(DirectSQLDialog)
 			if (xStatement.is())
 				xStatement->execute(_rStatement);
 
-			// successfull
+			// successful
 			sStatus = String(ModuleRes(STR_COMMAND_EXECUTED_SUCCESSFULLY));
 
 			// dispose the statement

Modified: openoffice/trunk/main/dbaccess/source/ui/dlg/generalpage.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/dlg/generalpage.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/dlg/generalpage.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/dlg/generalpage.cxx Tue Apr 29 19:05:05 2014
@@ -406,7 +406,7 @@ namespace dbaui
 
 
 	// For the databaseWizard we only have one entry for the MySQL Database,
-	// because we have a seperate tabpage to retrieve the respective datasource type
+	// because we have a separate tabpage to retrieve the respective datasource type
 	// ( ::dbaccess::DST_MYSQL_ODBC ||  ::dbaccess::DST_MYSQL_JDBC). Therefore we use  ::dbaccess::DST_MYSQL_JDBC as a temporary
 	// representative for all MySQl databases)
     // Also, embedded databases (embedded HSQL, at the moment), are not to appear in the list of

Modified: openoffice/trunk/main/dbaccess/source/ui/dlg/generalpage.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/dlg/generalpage.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/dlg/generalpage.hxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/dlg/generalpage.hxx Tue Apr 29 19:05:05 2014
@@ -113,7 +113,7 @@ namespace dbaui
 		Link				m_aTypeSelectHandler;	/// to be called if a new type is selected
         Link				m_aCreationModeHandler;	/// to be called if a new type is selected
         Link				m_aDocumentSelectionHandler;    /// to be called when a document in the RecentDoc list is selected
-        Link                m_aChooseDocumentHandler;       /// to be called when a recent document has been definately chosen
+        Link                m_aChooseDocumentHandler;       /// to be called when a recent document has been definitely chosen
 		sal_Bool			m_bDisplayingInvalid : 1;	// the currently displayed data source is deleted
 		sal_Bool			m_bUserGrabFocus : 1;
         bool			    m_bInitTypeList : 1;

Modified: openoffice/trunk/main/dbaccess/source/ui/dlg/tablespage.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/dlg/tablespage.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/dlg/tablespage.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/dlg/tablespage.cxx Tue Apr 29 19:05:05 2014
@@ -258,7 +258,7 @@ DBG_NAME(OTableSubscriptionPage)
 			// the catalog entry
 			SvLBoxEntry* pCatalog = m_aTablesList.GetEntryPosByName(sCatalog, pRootEntry);
 			if (!pCatalog && sCatalog.getLength())
-				// the table (resp. its catalog) refered in this filter entry does not exist anymore
+				// the table (resp. its catalog) referred in this filter entry does not exist anymore
 				continue;
 
 			if (bAllSchemas && pCatalog)
@@ -270,7 +270,7 @@ DBG_NAME(OTableSubscriptionPage)
 			// the schema entry
 			SvLBoxEntry* pSchema = m_aTablesList.GetEntryPosByName(sSchema, (pCatalog ? pCatalog : pRootEntry));
 			if (!pSchema && sSchema.getLength())
-				// the table (resp. its schema) refered in this filter entry does not exist anymore
+				// the table (resp. its schema) referred in this filter entry does not exist anymore
 				continue;
 
 			if (bAllTables && pSchema)

Modified: openoffice/trunk/main/dbaccess/source/ui/inc/JoinTableView.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/inc/JoinTableView.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/inc/JoinTableView.hxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/inc/JoinTableView.hxx Tue Apr 29 19:05:05 2014
@@ -212,7 +212,7 @@ namespace dbaui
 		OTableConnection* GetTabConn(const OTableWindow* pLhs,const OTableWindow* pRhs,bool _bSupressCrossOrNaturalJoin = false,const OTableConnection* _rpFirstAfter = NULL) const;
 
 		// clears the window map and connection vector without destroying it
-		// that means teh data of the windows and connection will be untouched
+		// that means the data of the windows and connection will be untouched
 		void clearLayoutInformation();
 
 		// set the focus to that tab win which most recently had it (or to the first available one)
@@ -250,7 +250,7 @@ namespace dbaui
 
 		void modified();
 
-		/** returns if teh given window is visible.
+		/** returns if the given window is visible.
 			@param	_rPoint
 				The Point to check
 			@param	_rSize

Modified: openoffice/trunk/main/dbaccess/source/ui/inc/TableController.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/inc/TableController.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/inc/TableController.hxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/inc/TableController.hxx Tue Apr 29 19:05:05 2014
@@ -55,7 +55,7 @@ namespace dbaui
 		::rtl::OUString	m_sName;				// table for update data
 		::rtl::OUString	m_sAutoIncrementValue;	// the autoincrement value set in the datasource
 		String			m_sTypeNames;			// these type names are the ones out of the resource file
-		TOTypeInfoSP	m_pTypeInfo;			// fall back when type is unkown because database driver has a failure
+		TOTypeInfoSP	m_pTypeInfo;			// fall back when type is unknown because database driver has a failure
 
 		sal_Bool		m_bAllowAutoIncrementValue; // no : 1 NO BIT , is true when the datasource has a AutoIncrementValue property in their info property
 		sal_Bool		m_bNew		: 1;		// is true when we create a new table
@@ -107,7 +107,7 @@ namespace dbaui
 
 		inline ::std::vector< ::boost::shared_ptr<OTableRow> >*	getRows() { return &m_vRowList; }
 
-		/// returns the postion of the the first empty row
+		/// returns the position of the the first empty row
 		sal_Int32							getFirstEmptyRowPosition();
 
 		inline const OTypeInfoMap*			getTypeInfo() const { return &m_aTypeInfo; }

Modified: openoffice/trunk/main/dbaccess/source/ui/inc/UITools.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/inc/UITools.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/inc/UITools.hxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/inc/UITools.hxx Tue Apr 29 19:05:05 2014
@@ -148,7 +148,7 @@ namespace dbaui
 
 	/** fills a map and a vector with localized type names
 		@param	_rxConnection	the connection to acces the metadata
-		@param	_rsTypeNames	a list of localized type names seperated with ';'
+		@param	_rsTypeNames	a list of localized type names separated with ';'
 		@param	_rTypeInfoMap	the filled map with the type names
 		@param 	_rTypeInfoIters	the vector filled with map iterators
 	*/
@@ -222,7 +222,7 @@ namespace dbaui
 	*/
 	::com::sun::star::awt::FontDescriptor CreateFontDescriptor( const Font& _rFont );
 
-	/** call teh format dialog and set the selected format at the column
+	/** call the format dialog and set the selected format at the column
 		@param	_xAffectedCol	Font to be converted
 		@param	_xField			Font to be converted
 	*/
@@ -419,7 +419,7 @@ namespace dbaui
 	*/
 	const SfxFilter* getStandardDatabaseFilter();
 
-	/** opens a save dialog to store a form or report folder in the current hierachy.
+	/** opens a save dialog to store a form or report folder in the current hierarchy.
 		@param	_pParent
 			The parent of the dialog.
         @param _rxORB
@@ -437,7 +437,7 @@ namespace dbaui
 		@param	_bMove
 				if <TRUE/> the name of the content must be inserted without any change, otherwise not.
 		@return
-			<TRUE/> if the insert opertions was successfull, otherwise <FALSE/>.
+			<TRUE/> if the insert opertions was successful, otherwise <FALSE/>.
 	*/
 	sal_Bool insertHierachyElement(
                 Window* _pParent,

Modified: openoffice/trunk/main/dbaccess/source/ui/inc/brwctrlr.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/inc/brwctrlr.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/inc/brwctrlr.hxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/inc/brwctrlr.hxx Tue Apr 29 19:05:05 2014
@@ -123,7 +123,7 @@ namespace dbaui
 
 		sal_Bool				m_bLoadCanceled : 1;			// the load was canceled somehow
 		sal_Bool				m_bClosingKillOpen : 1;			// are we killing the load thread because we are to be suspended ?
-        bool                    m_bCannotSelectUnfiltered : 1;  // recieved an DATA_CANNOT_SELECT_UNFILTERED error
+        bool                    m_bCannotSelectUnfiltered : 1;  // received a DATA_CANNOT_SELECT_UNFILTERED error
 
 	protected:
 		class FormErrorHelper
@@ -252,7 +252,7 @@ namespace dbaui
 			// is synchronized with a foreign ::com::sun::star::form::DatabaseForm you got elsewhere)
 		virtual sal_Bool InitializeForm(
             const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& i_formProperties ) = 0;
-			// called immediately after a successfull CreateForm
+			// called immediately after a successful CreateForm
 			// do any initialization (data source etc.) here. the form should be fully functional after that.
 			// return sal_False if you didn't succeed (don't throw exceptions, they won't be caught)
 

Modified: openoffice/trunk/main/dbaccess/source/ui/inc/datasourcemap.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/inc/datasourcemap.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/inc/datasourcemap.hxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/inc/datasourcemap.hxx Tue Apr 29 19:05:05 2014
@@ -118,7 +118,7 @@ namespace dbaui
 		void		clearModifiedFlag(const ::rtl::OUString& _rName);
 
 		/** tell the map that a data source is scheduled to be deleted.
-			@return		id for accessing the deleted data source later. -1 if no free id existed or an error occured
+			@return		id for accessing the deleted data source later. -1 if no free id existed or an error occurred
 		*/
 		sal_Int32	markDeleted(const ::rtl::OUString& _rName);
 

Modified: openoffice/trunk/main/dbaccess/source/ui/inc/dbadmin.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/inc/dbadmin.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/inc/dbadmin.hxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/inc/dbadmin.hxx Tue Apr 29 19:05:05 2014
@@ -125,7 +125,7 @@ private:
 	{
 		AR_LEAVE_MODIFIED,		// somthing was modified and has successfully been committed
 		AR_LEAVE_UNCHANGED,		// no changes were made
-		AR_KEEP					// don't leave the page (e.g. because an error occured)
+		AR_KEEP					// don't leave the page (e.g. because an error occurred)
 	};
 	/** apply all changes made
 	*/

Modified: openoffice/trunk/main/dbaccess/source/ui/inc/dbwiz.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/inc/dbwiz.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/inc/dbwiz.hxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/inc/dbwiz.hxx Tue Apr 29 19:05:05 2014
@@ -123,7 +123,7 @@ protected:
 	{
 		AR_LEAVE_MODIFIED,		// somthing was modified and has successfully been committed
 		AR_LEAVE_UNCHANGED,		// no changes were made
-		AR_KEEP					// don't leave the page (e.g. because an error occured)
+		AR_KEEP					// don't leave the page (e.g. because an error occurred)
 	};
 	/** apply all changes made
 	*/

Modified: openoffice/trunk/main/dbaccess/source/ui/inc/dbwizsetup.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/inc/dbwizsetup.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/inc/dbwizsetup.hxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/inc/dbwizsetup.hxx Tue Apr 29 19:05:05 2014
@@ -160,7 +160,7 @@ protected:
 	{
 		AR_LEAVE_MODIFIED,		// somthing was modified and has successfully been committed
 		AR_LEAVE_UNCHANGED,		// no changes were made
-		AR_KEEP					// don't leave the page (e.g. because an error occured)
+		AR_KEEP					// don't leave the page (e.g. because an error occurred)
 	};
 
 private:

Modified: openoffice/trunk/main/dbaccess/source/ui/inc/dsitems.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/inc/dsitems.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/inc/dsitems.hxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/inc/dsitems.hxx Tue Apr 29 19:05:05 2014
@@ -30,7 +30,7 @@ typedef sal_Int32   ItemID;
 //= item ids for the data source administration dialog
 
 #define DSID_NAME					1			// name of a data source, SfxStringItem
-#define DSID_ORIGINALNAME			2			// orginal name, internal, SfxStringItem
+#define DSID_ORIGINALNAME			2			// original name, internal, SfxStringItem
 #define DSID_CONNECTURL				3			// connection URL, SfxStringItem
 #define DSID_TABLEFILTER			4			// table filter, OStringListItem
 #define DSID_TYPECOLLECTION			5			// collection of data source types, ODsnTypeCollection

Modified: openoffice/trunk/main/dbaccess/source/ui/inc/sbagrid.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/inc/sbagrid.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/inc/sbagrid.hxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/inc/sbagrid.hxx Tue Apr 29 19:05:05 2014
@@ -285,7 +285,7 @@ namespace dbaui
 			@param	eObjType
 				The type to ask for
 			@param	_nPosition
-				The position of a tablecell (index position), header bar  colum/row cell
+				The position of a tablecell (index position), header bar  column/row cell
 			@return
 				The description of the specified object.
 		*/

Modified: openoffice/trunk/main/dbaccess/source/ui/misc/TokenWriter.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/misc/TokenWriter.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/misc/TokenWriter.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/misc/TokenWriter.cxx Tue Apr 29 19:05:05 2014
@@ -219,7 +219,7 @@ void ODatabaseImportExport::impl_initFro
 	    m_sDataSourceName = _aDataDescriptor.getDataSource();
 	    _aDataDescriptor[daCommandType] >>= m_nCommandType;
 	    _aDataDescriptor[daCommand]		>>= m_sName;
-	    // some additonal information
+	    // some additional information
 	    if(_aDataDescriptor.has(daConnection))
         {
             Reference< XConnection > xPureConn( _aDataDescriptor[daConnection], UNO_QUERY );

Modified: openoffice/trunk/main/dbaccess/source/ui/misc/UITools.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/misc/UITools.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/misc/UITools.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/misc/UITools.cxx Tue Apr 29 19:05:05 2014
@@ -1543,7 +1543,7 @@ TOTypeInfoSP queryPrimaryKeyType(const O
 	for(;aIter != aEnd;++aIter)
 	{
 		// OJ: we don't want to set an autoincrement column to be key
-		// because we don't have the possiblity to know how to create
+		// because we don't have the possibility to know how to create
 		// such auto increment column later on
 		// so until we know how to do it, we create a column without autoincrement
 		//	if ( !aIter->second->bAutoIncrement )

Modified: openoffice/trunk/main/dbaccess/source/ui/misc/indexcollection.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/misc/indexcollection.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/misc/indexcollection.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/misc/indexcollection.cxx Tue Apr 29 19:05:05 2014
@@ -263,7 +263,7 @@ namespace dbaui
 
 		// adjust the OIndex structure
 		Indexes::iterator aDropped = findOriginal(_rPos->getOriginalName());
-		OSL_ENSURE(aDropped != m_aIndexes.end(), "OIndexCollection::drop: invalid original name, but successfull commit?!");
+		OSL_ENSURE(aDropped != m_aIndexes.end(), "OIndexCollection::drop: invalid original name, but successful commit?!");
 		aDropped->flagAsNew(GrantIndexAccess());
 
 		return sal_True;

Modified: openoffice/trunk/main/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx Tue Apr 29 19:05:05 2014
@@ -118,7 +118,7 @@ namespace dbaui
 		sal_Int32 nIndex = -1;
 		if( m_pLine )
 		{
-			// search the postion of our table window in the table window map
+			// search the position of our table window in the table window map
 			nIndex = m_pLine->GetParent()->GetTabWinMap()->size();
 			const ::std::vector<OTableConnection*>* pVec = m_pLine->GetParent()->getTableConnections();
 			::std::vector<OTableConnection*>::const_iterator aIter = pVec->begin();

Modified: openoffice/trunk/main/dbaccess/source/ui/querydesign/JoinTableView.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/querydesign/JoinTableView.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/querydesign/JoinTableView.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/querydesign/JoinTableView.cxx Tue Apr 29 19:05:05 2014
@@ -196,7 +196,7 @@ void OScrollWindowHelper::Resize()
 	GetVScrollBar()->SetPageSize( aTotalOutputSize.Height() );
 	GetVScrollBar()->SetVisibleSize( aTotalOutputSize.Height() );
 
-	// adjust the ranges of the scrollbars if neccessary
+	// adjust the ranges of the scrollbars if necessary
 	long lRange = GetHScrollBar()->GetRange().Max() - GetHScrollBar()->GetRange().Min();
 	if (m_pTableView->GetScrollOffset().X() + aTotalOutputSize.Width() > lRange)
 		GetHScrollBar()->SetRangeMax(m_pTableView->GetScrollOffset().X() + aTotalOutputSize.Width() + GetHScrollBar()->GetRange().Min());
@@ -1534,7 +1534,7 @@ long OJoinTableView::PreNotify(NotifyEve
 						else if (pNextConn)
 						{
 							GrabFocus();
-								// neccessary : a conn may be selected even if a tab win has the focus, in this case
+								// necessary : a conn may be selected even if a tab win has the focus, in this case
 								// the next travel would select the same conn again if we would not reset te focus ...
 							SelectConn(pNextConn);
 						}

Modified: openoffice/trunk/main/dbaccess/source/ui/querydesign/QueryDesignView.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/querydesign/QueryDesignView.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/querydesign/QueryDesignView.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/querydesign/QueryDesignView.cxx Tue Apr 29 19:05:05 2014
@@ -312,7 +312,7 @@ namespace
 					bError = sal_True;
 			}
 		}
-		// check if error occured
+		// check if error occurred
 		if ( bError )
 			eErrorCode = eIllegalJoin;
 
@@ -2912,7 +2912,7 @@ sal_Bool OQueryDesignView::checkStatemen
 {
 	sal_Bool bRet = sal_True;
 	if ( m_pSelectionBox )
-		bRet = m_pSelectionBox->Save(); // a error occured so we return no
+		bRet = m_pSelectionBox->Save(); // a error occurred so we return no
 	return bRet;
 }
 //-------------------------------------------------------------------------------
@@ -3201,7 +3201,7 @@ void OQueryDesignView::GetFocus()
 	OQueryView::GetFocus();
 	if ( m_pSelectionBox && !m_pSelectionBox->HasChildPathFocus() )
 	{
-		// first we have to deactivate the current cell to refill when nescessary
+		// first we have to deactivate the current cell to refill when necessary
 		m_pSelectionBox->DeactivateCell();
 		m_pSelectionBox->ActivateCell(m_pSelectionBox->GetCurRow(), m_pSelectionBox->GetCurColumnId());
 		m_pSelectionBox->GrabFocus();
@@ -3278,7 +3278,7 @@ void OQueryDesignView::fillFunctionInfo(
                                         ,const ::rtl::OUString& sFunctionTerm
                                         ,OTableFieldDescRef& aInfo)
 {
-    // get the type out of the funtion name
+    // get the type out of the function name
     OQueryController& rController = static_cast<OQueryController&>(getController());
 	sal_Int32 nDataType = DataType::DOUBLE;
 	::rtl::OUString sFieldName = sFunctionTerm;

Modified: openoffice/trunk/main/dbaccess/source/ui/querydesign/QueryTableView.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/querydesign/QueryTableView.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/querydesign/QueryTableView.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/querydesign/QueryTableView.cxx Tue Apr 29 19:05:05 2014
@@ -639,7 +639,7 @@ void OQueryTableView::AddTabWin(const ::
 
                 case KeyType::PRIMARY:
 				{
-					// we have a primary key so look in our list if there exsits a key which this is refered to
+					// we have a primary key so look in our list if there exists a key which this is referred to
 					OTableWindowMap::const_iterator aIter = pTabWins->begin();
                     OTableWindowMap::const_iterator aEnd  = pTabWins->end();
 					for(;aIter != aEnd;++aIter)

Modified: openoffice/trunk/main/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx Tue Apr 29 19:05:05 2014
@@ -685,7 +685,7 @@ sal_Bool OSelectionBrowseBox::fillColumn
 		if ( pTabWinList )
 		{
 			sal_uInt16 nTabCount = 0;
-			if ( !static_cast<OQueryTableView*>(getDesignView()->getTableView())->FindTableFromField(_sColumnName,_pEntry,nTabCount) ) // error occured: column not in table window
+			if ( !static_cast<OQueryTableView*>(getDesignView()->getTableView())->FindTableFromField(_sColumnName,_pEntry,nTabCount) ) // error occurred: column not in table window
 			{
 				String sErrorMsg(ModuleRes(RID_STR_FIELD_DOESNT_EXIST));
 				sErrorMsg.SearchAndReplaceAscii("$name$",_sColumnName);
@@ -1605,7 +1605,7 @@ void OSelectionBrowseBox::InsertColumn(O
 
 	DeactivateCell();
 
-	// remember the column id of the current positon
+	// remember the column id of the current position
 	sal_uInt16 nColumnId = GetColumnId(_nColumnPostion);
 	// Wenn zu klein oder zu gross, auf Ende der Liste setzen
 	if ((_nColumnPostion == BROWSER_INVALIDID) || (_nColumnPostion >= getFields().size()))	 // Anhaengen des Feldes

Modified: openoffice/trunk/main/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx Tue Apr 29 19:05:05 2014
@@ -194,7 +194,7 @@ namespace dbaui
 			@param	eObjType
 				The type to ask for
 			@param	_nPosition
-				The position of a tablecell (index position), header bar  colum/row cell
+				The position of a tablecell (index position), header bar  column/row cell
 			@return  
 				The name of the specified object. 
 		*/
@@ -267,11 +267,11 @@ namespace dbaui
 			@param	_sFieldName
 				The field name inserted by the user.
 			@param	_pEntry
-				The entry which will contain the nescessary entries.
+				The entry which will contain the necessary entries.
 			@param	_bListAction
 				Will be set to <TRUE/> when we are in a list action otherwise <FALSE/>
 			@return
-				<TRUE/> if an error occured otherwise <FALSE/>
+				<TRUE/> if an error occurred otherwise <FALSE/>
 		*/
 		sal_Bool		saveField(const String& _sFieldName,OTableFieldDescRef& _pEntry,sal_Bool& _bListAction);
 
@@ -291,11 +291,11 @@ namespace dbaui
 			@param	_xMetaData
 				Use to parse the node to a string.
 			@param	_pEntry
-				The entry which will contain the nescessary entries.
+				The entry which will contain the necessary entries.
 			@param	_bListAction
 				Will be set to <TRUE/> when we are in a list action otherwise <FALSE/>
 			@return
-				<TRUE/> if an error occured otherwise <FALSE/>
+				<TRUE/> if an error occurred otherwise <FALSE/>
 		*/
 		sal_Bool		fillColumnRef(	const ::connectivity::OSQLParseNode* _pColumnRef,
 										const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection,

Modified: openoffice/trunk/main/dbaccess/source/ui/querydesign/TableWindow.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/querydesign/TableWindow.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/querydesign/TableWindow.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/querydesign/TableWindow.cxx Tue Apr 29 19:05:05 2014
@@ -220,7 +220,7 @@ sal_Bool OTableWindow::FillListBox()
 	}
 	catch(Exception&)
 	{
-		OSL_ENSURE(0,"Exception occured!");
+		OSL_ENSURE(0,"Exception occurred!");
 	}
 	try
 	{
@@ -249,7 +249,7 @@ sal_Bool OTableWindow::FillListBox()
 	}
 	catch(Exception&)
 	{
-		OSL_ENSURE(0,"Exception occured!");
+		OSL_ENSURE(0,"Exception occurred!");
 	}
 
 	return sal_True;

Modified: openoffice/trunk/main/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/querydesign/TableWindowAccess.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/querydesign/TableWindowAccess.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/querydesign/TableWindowAccess.cxx Tue Apr 29 19:05:05 2014
@@ -177,7 +177,7 @@ namespace dbaui
 		sal_Int32 nIndex = -1;
 		if( m_pTable )
 		{
-			// search the postion of our table window in the table window map
+			// search the position of our table window in the table window map
 			OJoinTableView::OTableWindowMap* pMap = m_pTable->getTableView()->GetTabWinMap();
 			OJoinTableView::OTableWindowMap::iterator aIter = pMap->begin();
             OJoinTableView::OTableWindowMap::iterator aEnd = pMap->end();

Modified: openoffice/trunk/main/dbaccess/source/ui/querydesign/querycontroller.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/querydesign/querycontroller.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/querydesign/querycontroller.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/querydesign/querycontroller.cxx Tue Apr 29 19:05:05 2014
@@ -1612,7 +1612,7 @@ bool OQueryController::doSaveAsDoc(sal_B
 		{
 			::dbtools::SQLExceptionInfo aInfo(e);
 			showError(aInfo);
-			// an error occured so we clear the statement
+			// an error occurred so we clear the statement
 			sTranslatedStmt = ::rtl::OUString();
 		}
 	}

Modified: openoffice/trunk/main/dbaccess/source/ui/relationdesign/RelationTableView.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/relationdesign/RelationTableView.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/relationdesign/RelationTableView.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/relationdesign/RelationTableView.cxx Tue Apr 29 19:05:05 2014
@@ -314,7 +314,7 @@ bool ORelationTableView::RemoveConnectio
 	}
 	catch(Exception&)
 	{
-		OSL_ENSURE(0,"ORelationTableView::RemoveConnection: Something other than SQLException occured!");
+		OSL_ENSURE(0,"ORelationTableView::RemoveConnection: Something other than SQLException occurred!");
 	}
 	return false;
 }

Modified: openoffice/trunk/main/dbaccess/source/ui/tabledesign/TableController.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/tabledesign/TableController.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/tabledesign/TableController.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/tabledesign/TableController.cxx Tue Apr 29 19:05:05 2014
@@ -470,7 +470,7 @@ sal_Bool OTableController::doSaveDoc(sal
 			stopTableListening();
 			m_xTable = NULL;
 		}
-		//	reload(); // a error occured so we have to reload
+		//	reload(); // a error occurred so we have to reload
 	}
 	return ! (aInfo.isValid() || bError);
 }
@@ -949,7 +949,7 @@ void OTableController::loadData()
 	if(aTypeIter == m_aTypeInfo.end())
 		aTypeIter = m_aTypeInfo.begin();
 
-	OSL_ENSURE(aTypeIter != m_aTypeInfo.end(),"We have no type infomation!");
+	OSL_ENSURE(aTypeIter != m_aTypeInfo.end(),"We have no type information!");
 
 	bool bReadRow = !isAddAllowed();
 	for(sal_Int32 i=m_vRowList.size(); i < NEWCOLS; i++ )
@@ -1146,7 +1146,7 @@ void OTableController::alterColumns()
 						xAppend->appendByDescriptor(xNewColumn);
 					}
 					catch(const SQLException&)
-					{ // an error occured so we try to reactivate the old one
+					{ // an error occurred so we try to reactivate the old one
 						xAppend->appendByDescriptor(xColumn);
 						throw;
 					}

Modified: openoffice/trunk/main/dbaccess/source/ui/uno/copytablewizard.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/uno/copytablewizard.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/uno/copytablewizard.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/uno/copytablewizard.cxx Tue Apr 29 19:05:05 2014
@@ -323,7 +323,7 @@ namespace dbaui
                     const Reference< XPropertySet >& _rxDestTable
                 );
 
-        /** processes an error which occured during copying
+        /** processes an error which occurred during copying
 
             First, all listeners are ask. If a listener tells to cancel or continue copying, this is reported to the
             method's caller. If a listener tells to ask the user, this is done, and the user's decision is
@@ -1114,7 +1114,7 @@ bool CopyTableWizard::impl_processCopyEr
             aError.NextException = _rEvent.Error;
         else
         {
-            // a non-SQL exception happend
+            // a non-SQL exception happened
             Exception aException;
             OSL_VERIFY( _rEvent.Error >>= aException );
             SQLContext aContext;
@@ -1172,11 +1172,11 @@ void CopyTableWizard::impl_copyRows_thro
     sal_Int32 nCount = xMeta->getColumnCount();
     ::std::vector< sal_Int32 > aSourceColTypes;
     aSourceColTypes.reserve( nCount + 1 );
-    aSourceColTypes.push_back( -1 ); // just to avoid a everytime i-1 call
+    aSourceColTypes.push_back( -1 ); // just to avoid a every time i-1 call
 
     ::std::vector< sal_Int32 > aSourcePrec;
     aSourcePrec.reserve( nCount + 1 );
-    aSourcePrec.push_back( -1 ); // just to avoid a everytime i-1 call
+    aSourcePrec.push_back( -1 ); // just to avoid a every time i-1 call
 
     for ( sal_Int32 k=1; k <= nCount; ++k )
     {

Modified: openoffice/trunk/main/desktop/source/app/app.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/app/app.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/app/app.cxx (original)
+++ openoffice/trunk/main/desktop/source/app/app.cxx Tue Apr 29 19:05:05 2014
@@ -338,7 +338,7 @@ OUString MakeStartupConfigAccessErrorMes
         if ( pResMgr )
             aDiagnosticMessage.append( OUString(String(ResId(STR_INTERNAL_ERRMSG, *pResMgr ))) );
         else
-            aDiagnosticMessage.appendAscii( "The following internal error has occured:\n\n" );
+            aDiagnosticMessage.appendAscii( "The following internal error has occurred:\n\n" );
         aDiagnosticMessage.append( aInternalErrMsg );
     }
 
@@ -348,7 +348,7 @@ OUString MakeStartupConfigAccessErrorMes
 //=============================================================================
 // shows a simple error box with the given message ... but exits from these process !
 //
-// Fatal errors cant be solved by the process ... nor any recovery can help.
+// Fatal errors can't be solved by the process ... nor any recovery can help.
 // Mostly the installation was damaged and must be repaired manually .. or by calling
 // setup again.
 //
@@ -1550,7 +1550,7 @@ sal_Bool Desktop::isCrashReporterEnabled
     @param  bCrashed [boolean ... out!]
             the office crashed last times.
             But may be there are no recovery data.
-            Usefull to trigger the error report tool without
+            Useful to trigger the error report tool without
             showing the recovery UI.
 
     @param  bRecoveryDataExists [boolean ... out!]
@@ -1755,7 +1755,7 @@ sal_uInt16 Desktop::Exception(sal_uInt16
                                                     ( !pArgs->IsNoRestore()                    ) && // some use cases of office must work without recovery
                                                     ( !pArgs->IsHeadless()                     ) &&
                                                     ( !pArgs->IsServer()                       ) &&
-                                                    (( nError & EXC_MAJORTYPE ) != EXC_DISPLAY ) && // recovery cant work without UI ... but UI layer seams to be the reason for this crash
+                                                    (( nError & EXC_MAJORTYPE ) != EXC_DISPLAY ) && // recovery can't work without UI ... but UI layer seams to be the reason for this crash
                                                     ( Application::IsInExecute()               )    // crashes during startup and shutdown should be ignored (they indicates a corrupt installation ...)
                                                   );
     if ( bAllowRecoveryAndSessionManagement )
@@ -1986,7 +1986,7 @@ void Desktop::Main()
 			( xSMgr->createInstance(
             DEFINE_CONST_UNICODE( "com.sun.star.frame.GlobalEventBroadcaster" ) ), UNO_QUERY );
 
-        /* ensure existance of a default window that messages can be dispatched to
+        /* ensure existence of a default window that messages can be dispatched to
            This is for the benefit of testtool which uses PostUserEvent extensively
            and else can deadlock while creating this window from another tread while
            the main thread is not yet in the event loop.
@@ -2198,7 +2198,7 @@ void Desktop::Main()
 
         // Post user event to startup first application component window
         // We have to send this OpenClients message short before execute() to
-        // minimize the risk that this message overtakes type detection contruction!!
+        // minimize the risk that this message overtakes type detection construction!!
         Application::PostUserEvent( LINK( this, Desktop, OpenClients_Impl ) );
 
         // Post event to enable acceptors
@@ -3081,8 +3081,8 @@ void Desktop::OpenClients()
                     sal_False          , // false => force recovery instead of emergency save
                     bCrashed           ,
                     bExistsRecoveryData);
-                /* TODO we cant be shure, that at least one document could be recovered here successfully
-                    So we set bLoaded=sal_True to supress opening of the default document.
+                /* TODO we can't be sure, that at least one document could be recovered here successfully
+                    So we set bLoaded=sal_True to suppress opening of the default document.
                     But we should make it more safe. Otherwhise we have an office without an UI ...
                     ...
                     May be we can check the desktop if some documents are existing there.
@@ -3303,7 +3303,7 @@ String GetURL_Impl(
     }
 
     // Add path seperator to these directory and make given URL (rName) absolute by using of current working directory
-    // Attention: "setFianlSlash()" is neccessary for calling "smartRel2Abs()"!!!
+    // Attention: "setFianlSlash()" is necessary for calling "smartRel2Abs()"!!!
     // Otherwhise last part will be ignored and wrong result will be returned!!!
     // "smartRel2Abs()" interpret given URL as file not as path. So he truncate last element to get the base path ...
     // But if we add a seperator - he doesn't do it anymore.

Modified: openoffice/trunk/main/desktop/source/app/appinit.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/app/appinit.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/app/appinit.cxx (original)
+++ openoffice/trunk/main/desktop/source/app/appinit.cxx Tue Apr 29 19:05:05 2014
@@ -170,7 +170,7 @@ static bool configureUcb(bool bServer, r
 #else
 
 		    // Workaround for P1 #124597#.  Instanciate GNOME-VFS-UCP in the thread that initialized
- 		    // GNOME in order to avoid a deadlock that may occure in case UCP gets initialized from
+ 		    // GNOME in order to avoid a deadlock that may occur in case UCP gets initialized from
 		    // a different thread. The latter may happen when calling the Office remotely via UNO.
 		    // THIS IS NOT A FIX, JUST A WORKAROUND!
 

Modified: openoffice/trunk/main/desktop/source/app/dispatchwatcher.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/app/dispatchwatcher.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/app/dispatchwatcher.cxx (original)
+++ openoffice/trunk/main/desktop/source/app/dispatchwatcher.cxx Tue Apr 29 19:05:05 2014
@@ -222,7 +222,7 @@ sal_Bool DispatchWatcher::executeDispatc
           )
         {
             // Attention: URL must be parsed full. Otherwise some detections on it will fail!
-            // It doesnt matter, if parser isn't available. Because; We try loading of URL then ...
+            // It doesn't matter, if parser isn't available. Because; We try loading of URL then ...
             URL             aURL ;
             aURL.Complete = aName;
 

Modified: openoffice/trunk/main/desktop/source/app/dispatchwatcher.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/app/dispatchwatcher.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/app/dispatchwatcher.hxx (original)
+++ openoffice/trunk/main/desktop/source/app/dispatchwatcher.hxx Tue Apr 29 19:05:05 2014
@@ -36,7 +36,7 @@ namespace desktop
 {
 
 /*
-	Class for controlls dispatching of command URL through office command line. There
+	Class for controls dispatching of command URL through office command line. There
 	are "dangerous" command URLs, that can result in a running office without UI. To prevent
 	this situation the implementation surveile all dispatches and looks for an open task if
 	there is arose a problem. If there is none the office will be shutdown to prevent a

Modified: openoffice/trunk/main/desktop/source/app/langselect.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/app/langselect.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/app/langselect.cxx (original)
+++ openoffice/trunk/main/desktop/source/app/langselect.cxx Tue Apr 29 19:05:05 2014
@@ -216,7 +216,7 @@ bool LanguageSelection::prepareLanguage(
         try
         {
             // prepare default config provider by localizing it to the selected locale
-            // this will ensure localized configuration settings to be selected accoring to the
+            // this will ensure localized configuration settings to be selected according to the
             // UI language.
             Locale loc = LanguageSelection::IsoStringToLocale(aLocaleString);
             // flush any data already written to the configuration (which

Modified: openoffice/trunk/main/desktop/source/app/officeipcthread.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/app/officeipcthread.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/app/officeipcthread.cxx (original)
+++ openoffice/trunk/main/desktop/source/app/officeipcthread.cxx Tue Apr 29 19:05:05 2014
@@ -499,7 +499,7 @@ OfficeIPCThread::Status OfficeIPCThread:
 		// #119950# Try to connect pipe first. If connected, means another instance already launched.
 		if( pThread->maPipe.create( pThread->maPipeIdent.getStr(), OPipe::TOption_Open, rSecurity )) 
 		{
-			// #119950# Test if launched in a new terminal session for same user. On Windows platform, normally a user is resticted
+			// #119950# Test if launched in a new terminal session for same user. On Windows platform, normally a user is restricted
 			// to have only one terminal session. But if mutiple terminal session for one user is allowed, crash will happen if launched
 			// OpenOffice from more than one terminal session. So need to detect and prevent this happen.
 
@@ -515,7 +515,7 @@ OfficeIPCThread::Status OfficeIPCThread:
 			}
 
 		}
-		else if ( pThread->maPipe.create( pThread->maPipeIdent.getStr(), OPipe::TOption_Create, rSecurity )) // Connection not successfull, now we try to create
+		else if ( pThread->maPipe.create( pThread->maPipeIdent.getStr(), OPipe::TOption_Create, rSecurity )) // Connection not successful, now we try to create
 		{
 			// Pipe created
 			nPipeMode = PIPEMODE_CREATED;
@@ -566,7 +566,7 @@ OfficeIPCThread::Status OfficeIPCThread:
                 return IPC_STATUS_BOOTSTRAP_ERROR;
             }
 		}
-		// finaly, write the string onto the pipe
+		// finally, write the string onto the pipe
 		pThread->maStreamPipe.write( aArguments.GetBuffer(), aArguments.Len() );
 		pThread->maStreamPipe.write( "\0", 1 );
 

Modified: openoffice/trunk/main/desktop/source/deployment/inc/dp_descriptioninfoset.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/deployment/inc/dp_descriptioninfoset.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/deployment/inc/dp_descriptioninfoset.hxx (original)
+++ openoffice/trunk/main/desktop/source/deployment/inc/dp_descriptioninfoset.hxx Tue Apr 29 19:05:05 2014
@@ -110,7 +110,7 @@ public:
         If the platform element is present but does not specify a platform then an empty
         sequence is returned. Examples for invalid platform elements:
         <pre>
-            <platform />, <platform value="" />, <platfrom value=",">
+            <platform />, <platform value="" />, <platform value=",">
         </pre>
 
         The value attribute can contain various platform tokens. They must be separated by
@@ -225,7 +225,7 @@ private:
     /** Retrieves a child element which as lang attribute which matches the office locale.
 
         Only top-level children are taken into account. It is also assumed that they are all
-        of the same element type and have a lang attribute. The matching algoritm is according 
+        of the same element type and have a lang attribute. The matching algorithm is according 
         to RFC 3066, with the exception that only one variant is allowed.
         @param parent
         the expression used to obtain the parent of the localized children. It can be null. 

Modified: openoffice/trunk/main/desktop/source/deployment/manager/dp_extensionmanager.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/deployment/manager/dp_extensionmanager.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/deployment/manager/dp_extensionmanager.cxx (original)
+++ openoffice/trunk/main/desktop/source/deployment/manager/dp_extensionmanager.cxx Tue Apr 29 19:05:05 2014
@@ -588,9 +588,9 @@ ExtensionManager::getSupportedPackageTyp
     return getUserRepository()->getSupportedPackageTypes();
 }
 //Do some necessary checks and user interaction. This function does not
-//aquire the extension manager mutex and that mutex must not be aquired
+//acquire the extension manager mutex and that mutex must not be acquired
 //when this function is called. doChecksForAddExtension does  synchronous
-//user interactions which may require aquiring the solar mutex.
+//user interactions which may require acquiring the solar mutex.
 //Returns true if the extension can be installed.
 bool ExtensionManager::doChecksForAddExtension(
     Reference<deploy::XPackageManager> const & xPackageMgr,
@@ -1417,7 +1417,7 @@ sal_Bool ExtensionManager::synchronize(
         catch (...)
         {
             //We catch the exception, so we can write the lastmodified file
-            //so we will no repeat this everytime OOo starts.
+            //so we will no repeat this every time AOO starts.
             OSL_ENSURE(0, "Extensions Manager: synchronize");
         }
         OUString lastSyncBundled(RTL_CONSTASCII_USTRINGPARAM(

Modified: openoffice/trunk/main/desktop/source/deployment/misc/dp_descriptioninfoset.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/deployment/misc/dp_descriptioninfoset.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/deployment/misc/dp_descriptioninfoset.cxx (original)
+++ openoffice/trunk/main/desktop/source/deployment/misc/dp_descriptioninfoset.cxx Tue Apr 29 19:05:05 2014
@@ -128,7 +128,7 @@ class ExtensionDescription
 public:
     /**throws an exception if the description.xml is not 
 		available, cannot be read, does not contain the expected data,
-		or any other error occured. Therefore it shoult only be used with 
+		or any other error occurred. Therefore it shoult only be used with 
 		new extensions.
 
         Throws com::sun::star::uno::RuntimeException,

Modified: openoffice/trunk/main/desktop/source/deployment/misc/dp_misc.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/deployment/misc/dp_misc.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/deployment/misc/dp_misc.cxx (original)
+++ openoffice/trunk/main/desktop/source/deployment/misc/dp_misc.cxx Tue Apr 29 19:05:05 2014
@@ -416,7 +416,7 @@ oslProcess raiseProcess(
     case osl_Process_E_NotFound:
         throw RuntimeException( OUSTR("image not found!"), 0 );
     case osl_Process_E_TimedOut:
-        throw RuntimeException( OUSTR("timout occured!"), 0 );
+        throw RuntimeException( OUSTR("timout occurred!"), 0 );
     case osl_Process_E_NoPermission:
         throw RuntimeException( OUSTR("permission denied!"), 0 );
     case osl_Process_E_Unknown:

Modified: openoffice/trunk/main/desktop/source/deployment/misc/dp_resource.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/deployment/misc/dp_resource.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/deployment/misc/dp_resource.cxx (original)
+++ openoffice/trunk/main/desktop/source/deployment/misc/dp_resource.cxx Tue Apr 29 19:05:05 2014
@@ -174,7 +174,7 @@ void checkThirdSubtag(::rtl::OUString co
 
 //=============================================================================
 
-//We parse the string acording to RFC 3066
+//We parse the string according to RFC 3066
 //We only use the primary sub-tag and two subtags. That is lang-country-variant
 //We do some simple tests if the string is correct. Actually this should do a 
 //validating parser

Modified: openoffice/trunk/main/desktop/source/deployment/misc/dp_ucb.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/deployment/misc/dp_ucb.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/deployment/misc/dp_ucb.cxx (original)
+++ openoffice/trunk/main/desktop/source/deployment/misc/dp_ucb.cxx Tue Apr 29 19:05:05 2014
@@ -156,7 +156,7 @@ bool create_folder(
             }
             catch (CommandFailedException &) {
                 // Interaction Handler already handled the error
-                // that has occured...
+                // that has occurred...
             }
             catch (Exception &) {
                 if (throw_exc)

Modified: openoffice/trunk/main/desktop/source/deployment/registry/configuration/dp_configuration.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/deployment/registry/configuration/dp_configuration.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/deployment/registry/configuration/dp_configuration.cxx (original)
+++ openoffice/trunk/main/desktop/source/deployment/registry/configuration/dp_configuration.cxx Tue Apr 29 19:05:05 2014
@@ -128,7 +128,7 @@ class BackendImpl : public ::dp_registry
         Reference<XCommandEnvironment> const & xCmdEnv );
     void configmgrini_flush( Reference<XCommandEnvironment> const & xCmdEnv );
 
-    /* The paramter isURL is false in the case of adding the conf:ini-entry
+    /* The parameter isURL is false in the case of adding the conf:ini-entry
        value from the backend db. This entry already contains the path as it
        is used in the configmgr.ini.
      */

Modified: openoffice/trunk/main/desktop/source/deployment/registry/dp_backend.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/deployment/registry/dp_backend.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/deployment/registry/dp_backend.cxx (original)
+++ openoffice/trunk/main/desktop/source/deployment/registry/dp_backend.cxx Tue Apr 29 19:05:05 2014
@@ -638,7 +638,7 @@ beans::Optional< beans::Ambiguous<sal_Bo
     catch (Exception &) {
         Any exc( ::cppu::getCaughtException() );
         throw deployment::DeploymentException(
-            OUSTR("unexpected exception occured!"),
+            OUSTR("unexpected exception occurred!"),
             static_cast<OWeakObject *>(this), exc );
     }
 }

Modified: openoffice/trunk/main/desktop/source/deployment/registry/help/dp_help.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/deployment/registry/help/dp_help.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/deployment/registry/help/dp_help.cxx (original)
+++ openoffice/trunk/main/desktop/source/deployment/registry/help/dp_help.cxx Tue Apr 29 19:05:05 2014
@@ -289,7 +289,7 @@ bool BackendImpl::PackageImpl::extension
     if ( helpFolder.open() == ::osl::File::E_None)
     {
         //iterate over the contents of the help folder
-        //We assume that all folders withing the help folder contain language specific
+        //We assume that all folders within the help folder contain language specific
         //help files. If just one of them does not contain compiled help then this
         //function returns false.
         ::osl::DirectoryItem item;

Modified: openoffice/trunk/main/desktop/source/deployment/registry/inc/dp_backenddb.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/deployment/registry/inc/dp_backenddb.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/deployment/registry/inc/dp_backenddb.hxx (original)
+++ openoffice/trunk/main/desktop/source/deployment/registry/inc/dp_backenddb.hxx Tue Apr 29 19:05:05 2014
@@ -113,7 +113,7 @@ protected:
         ::rtl::OUString const & sListTagName,
         ::rtl::OUString const & sMemberTagName);
 
-    /* returns the values of one particulary child element of all key elements.
+    /* returns the values of one particularly child element of all key elements.
      */
     ::std::list< ::rtl::OUString> getOneChildFromAllEntries(
         ::rtl::OUString const & sElementName);

Modified: openoffice/trunk/main/desktop/source/deployment/registry/package/dp_package.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/deployment/registry/package/dp_package.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/deployment/registry/package/dp_package.cxx (original)
+++ openoffice/trunk/main/desktop/source/deployment/registry/package/dp_package.cxx Tue Apr 29 19:05:05 2014
@@ -105,7 +105,7 @@ class BackendImpl : public ImplBaseT
         
         Reference<deployment::XPackage> bindBundleItem(
             OUString const & url, OUString const & mediaType,
-            sal_Bool bRemoved, //that is, useing data base information
+            sal_Bool bRemoved, //that is, using data base information
             OUString const & identifier,
             Reference<ucb::XCommandEnvironment> const & xCmdEnv,
             bool notifyDetectionError = true );
@@ -1569,7 +1569,7 @@ void BackendImpl::PackageImpl::scanLegac
 {
     ::ucbhelper::Content ucbContent( url, xCmdEnv );
     
-    // check for platform pathes:
+    // check for platform paths:
     const OUString title( ucbContent.getPropertyValue(
                               StrTitle::get() ).get<OUString>() );
     if (title.endsWithIgnoreAsciiCaseAsciiL(

Modified: openoffice/trunk/main/desktop/source/migration/cfgfilter.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/migration/cfgfilter.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/migration/cfgfilter.cxx (original)
+++ openoffice/trunk/main/desktop/source/migration/cfgfilter.cxx Tue Apr 29 19:05:05 2014
@@ -147,7 +147,7 @@ void SAL_CALL CConfigFilter::readData( 	
     // in m_xLayerHandler. we will then submit ourself as a handler to
     // the SourceLayer in m_xSourceLayer.
     // when the source calls our handler functions we will use the patterns that
-    // where given in the ctor to decide whther they should be relaied to the caller
+    // where given in the ctor to decide whether they should be relaied to the caller
 
     if (m_xSourceLayer.is() && layerHandler.is())
     {

Modified: openoffice/trunk/main/desktop/source/migration/migration.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/migration/migration.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/migration/migration.cxx (original)
+++ openoffice/trunk/main/desktop/source/migration/migration.cxx Tue Apr 29 19:05:05 2014
@@ -221,7 +221,7 @@ void Migration::doMigration()
         aMsg += OUStringToOString(e.Message, RTL_TEXTENCODING_ASCII_US);
         OSL_ENSURE(sal_False, aMsg.getStr());
     }
-    OSL_ENSURE(bResult, "Migration has not been successfull");
+    OSL_ENSURE(bResult, "Migration has not been successful");
     // shut down migration framework
     releaseImpl();
 }

Modified: openoffice/trunk/main/desktop/source/migration/services/jvmfwk.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/migration/services/jvmfwk.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/migration/services/jvmfwk.cxx (original)
+++ openoffice/trunk/main/desktop/source/migration/services/jvmfwk.cxx Tue Apr 29 19:05:05 2014
@@ -340,7 +340,7 @@ void JavaMigration::migrateJavarc()
             {
                 OSL_ENSURE(0, "[Service implementation " IMPL_NAME
                            "] XJob::execute: jfw_setSelectedJRE failed.");
-                fprintf(stderr, "\nCannot migrate Java. An error occured.\n");
+                fprintf(stderr, "\nCannot migrate Java. An error occurred.\n");
             }
         }
         else if (err == JFW_E_FAILED_VERSION)

Modified: openoffice/trunk/main/desktop/source/splash/splash.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/splash/splash.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/splash/splash.cxx (original)
+++ openoffice/trunk/main/desktop/source/splash/splash.cxx Tue Apr 29 19:05:05 2014
@@ -446,7 +446,7 @@ bool SplashScreen::loadBitmap(
         GraphicFilter* pGF = GraphicFilter::GetGraphicFilter();
         pGF->ImportGraphic( aGraphic, String(), aStrm, GRFILTER_FORMAT_DONTKNOW );
 
-        // Default case, we load the intro bitmap from a seperate file
+        // Default case, we load the intro bitmap from a separate file
         // (e.g. staroffice_intro.bmp or starsuite_intro.bmp)
         _aIntroBmp = aGraphic.GetBitmapEx();
         return true;

Modified: openoffice/trunk/main/desktop/win32/source/QuickStart/QuickStart.cpp
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/win32/source/QuickStart/QuickStart.cpp?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/win32/source/QuickStart/QuickStart.cpp (original)
+++ openoffice/trunk/main/desktop/win32/source/QuickStart/QuickStart.cpp Tue Apr 29 19:05:05 2014
@@ -52,7 +52,7 @@ TCHAR szWindowClass[MAX_LOADSTRING];			/
 TCHAR szExitString[MAX_LOADSTRING];			    
 TCHAR szTooltipString[MAX_LOADSTRING];			
 
-// Foward declarations of functions included in this code module:
+// Forward declarations of functions included in this code module:
 ATOM				MyRegisterClass(HINSTANCE hInstance);
 BOOL				InitInstance(HINSTANCE, int);
 LRESULT CALLBACK	WndProc(HWND, UINT, WPARAM, LPARAM);

Modified: openoffice/trunk/main/desktop/win32/source/applauncher/launcher.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/win32/source/applauncher/launcher.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/win32/source/applauncher/launcher.cxx (original)
+++ openoffice/trunk/main/desktop/win32/source/applauncher/launcher.cxx Tue Apr 29 19:05:05 2014
@@ -50,7 +50,7 @@ extern "C" int APIENTRY WinMain( HINSTAN
 extern "C" int APIENTRY _tWinMain( HINSTANCE, HINSTANCE, LPTSTR, int )
 #endif
 {
-	// Retreive startup info
+	// Retrieve startup info
 
 	STARTUPINFO	aStartupInfo;
 

Modified: openoffice/trunk/main/desktop/win32/source/setup/setup.cpp
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/win32/source/setup/setup.cpp?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/win32/source/setup/setup.cpp (original)
+++ openoffice/trunk/main/desktop/win32/source/setup/setup.cpp Tue Apr 29 19:05:05 2014
@@ -1594,11 +1594,11 @@ boolean SetupAppX::GetCmdLineParameters(
                 break;
             }
             else if ( (*pSub) == 'a' || (*pSub) == 'A' )
-            {   // --- Handle Adminstrative Installation ---
+            {   // --- Handle Administrative Installation ---
                 SetAdminInstall( true );
             }
             else if ( (*pSub) == 'j' || (*pSub) == 'J' )
-            {   // --- Handle Adminstrative Installation ---
+            {   // --- Handle Administrative Installation ---
                 m_pAdvertise = pStart;
                 m_bQuiet     = true;
                 bDeleteStart = false;

Modified: openoffice/trunk/main/desktop/win32/source/wrapper.h
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/win32/source/wrapper.h?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/win32/source/wrapper.h (original)
+++ openoffice/trunk/main/desktop/win32/source/wrapper.h Tue Apr 29 19:05:05 2014
@@ -67,7 +67,7 @@
 
 extern "C" int Main()
 {
-	// Retreive startup info
+	// Retrieve startup info
 
 	STARTUPINFO	aStartupInfo;
 
@@ -97,7 +97,7 @@ extern "C" int Main()
 	_tsplitpath( szApplicationName, szDrive, szDir, szFileName, szExt );
 	_tmakepath( szApplicationName, szDrive, szDir, szFileName, BIN_EXT_STR );
 
-	// Retreive actual environment
+	// Retrieve actual environment
 
 	TCHAR	szBuffer[1024];
 	TCHAR	szPathValue[1024] = TEXT("");

Modified: openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/baseprimitive2d.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/baseprimitive2d.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/baseprimitive2d.hxx (original)
+++ openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/baseprimitive2d.hxx Tue Apr 29 19:05:05 2014
@@ -87,13 +87,13 @@ namespace drawinglayer
             using this primitive and do not know it, may get the decomposition and process 
             these instead. An example is e.g. a fat line, who's decomposition may contain 
             the geometric representation of that line using filled polygon prmimitives. When
-            the renderer knows how to handle fat lines, he may proccess this primitive directly;
+            the renderer knows how to handle fat lines, he may process this primitive directly;
             if not he can use the decomposition. With this functionality, renderers may operate by
             knowing only a small set of primitives.
 
             When a primitive does not implement get2DDecomposition, it is called a 'Basic Primitive' and
             belongs to the set of primitives which a processor should be able to handle. Practice
-            will define this minimal sets of primitives. When defined and the concept is prooved,
+            will define this minimal sets of primitives. When defined and the concept is proved,
             unique UNO APIs may be defined/implemented for these set to allow more intense work
             with primitives using UNO.
 

Modified: openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/metafileprimitive2d.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/metafileprimitive2d.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/metafileprimitive2d.hxx (original)
+++ openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/metafileprimitive2d.hxx Tue Apr 29 19:05:05 2014
@@ -40,7 +40,7 @@ namespace drawinglayer
 
             This is the MetaFile representing primitive. It's geometry is defined
             by MetaFileTransform. The content (defined by MetaFile) will be scaled
-            to the geometric definiton by using PrefMapMode and PrefSize of the
+            to the geometric definition by using PrefMapMode and PrefSize of the
             Metafile.
 
             It has shown that this not always guarantees that all Metafile content

Modified: openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx (original)
+++ openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx Tue Apr 29 19:05:05 2014
@@ -43,7 +43,7 @@ namespace drawinglayer
             For the possibilities of color modifications, please refer
             to the basegfx::BColorModifier definitions in basegfx. For
             processing there is tooling in basegfx to build a stack of
-            BColorModifierSharedPtrs to always be able to proccess the correct 
+            BColorModifierSharedPtrs to always be able to process the correct 
             colors.
 
             If a renderer does not handle this primitive, the content will

Modified: openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/pointarrayprimitive2d.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/pointarrayprimitive2d.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/pointarrayprimitive2d.hxx (original)
+++ openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/pointarrayprimitive2d.hxx Tue Apr 29 19:05:05 2014
@@ -42,7 +42,7 @@ namespace drawinglayer
             the logic size of a 'pixel' depends on the view transformation.
 
             This is one of the non-decomposable primitives, so a renderer
-            should proccess it (Currently it is only used for grid visualisation,
+            should process it (Currently it is only used for grid visualisation,
             but this may change).
          */
 		class DRAWINGLAYER_DLLPUBLIC PointArrayPrimitive2D : public BasePrimitive2D

Modified: openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/polygonprimitive2d.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/polygonprimitive2d.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/polygonprimitive2d.hxx (original)
+++ openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/polygonprimitive2d.hxx Tue Apr 29 19:05:05 2014
@@ -46,7 +46,7 @@ namespace drawinglayer
             this primitive is view-dependent, too.
 
             This is one of the non-decomposable primitives, so a renderer
-            should proccess it.
+            should process it.
          */
 		class DRAWINGLAYER_DLLPUBLIC PolygonHairlinePrimitive2D : public BasePrimitive2D
 		{

Modified: openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx (original)
+++ openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx Tue Apr 29 19:05:05 2014
@@ -263,7 +263,7 @@ namespace drawinglayer
 
             This primitive defines a PolyPolygon filled with a single color.
             This is one of the non-decomposable primitives, so a renderer
-            should proccess it.
+            should process it.
          */
         class DRAWINGLAYER_DLLPUBLIC PolyPolygonColorPrimitive2D : public BasePrimitive2D
         {

Modified: openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/polygonprimitive3d.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/polygonprimitive3d.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/polygonprimitive3d.hxx (original)
+++ openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/polygonprimitive3d.hxx Tue Apr 29 19:05:05 2014
@@ -43,7 +43,7 @@ namespace drawinglayer
             this primitive is view-dependent, too.
 
             This is one of the non-decomposable 3D primitives, so a renderer
-            should proccess it.
+            should process it.
          */
 		class DRAWINGLAYER_DLLPUBLIC PolygonHairlinePrimitive3D : public BasePrimitive3D
 		{

Modified: openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/polypolygonprimitive3d.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/polypolygonprimitive3d.hxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/polypolygonprimitive3d.hxx (original)
+++ openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/polypolygonprimitive3d.hxx Tue Apr 29 19:05:05 2014
@@ -39,7 +39,7 @@ namespace drawinglayer
 
             This primitive defines a planar 3D PolyPolygon filled with a single color.
             This is one of the non-decomposable primitives, so a renderer
-            should proccess it.
+            should process it.
 
             It is assumed here that the PolyPolgon is a single plane in 3D.
          */

Modified: openoffice/trunk/main/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/source/primitive2d/metafileprimitive2d.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/drawinglayer/source/primitive2d/metafileprimitive2d.cxx (original)
+++ openoffice/trunk/main/drawinglayer/source/primitive2d/metafileprimitive2d.cxx Tue Apr 29 19:05:05 2014
@@ -952,7 +952,7 @@ namespace
 
 	/** helper to take needed action on ClipRegion change. This method needs to be called
 		on any Region change, e.g. at the obvious actions doing this, but also at pop-calls
-		whcih change the Region of the current context. It takes care of creating the
+		which change the Region of the current context. It takes care of creating the
 		current embeddec context, set the new Region at the context and eventually prepare
 		a new target for embracing new geometry to the current region
 	 */
@@ -972,7 +972,7 @@ namespace
 		// This ClipPolyPolygon is identical to the current one, so there is no need to
 		// create a MaskPrimitive2D containing the up-to-now created primitives, but
 		// this was done before. While this does not lead to wrong primitive
-		// representations of the metafile data, it creates unneccesarily expensive
+		// representations of the metafile data, it creates unnecessarily expensive
 		// representations. Just detecting when no really 'new' ClipPolyPolygon gets set
 		// solves the problem.
 
@@ -1143,7 +1143,7 @@ namespace
 
 	/** helper to create needed data to emulate the VCL Wallpaper Metafile action.
 		It is a quite mighty action. This helper decides if color and/or gradient
-		background is needed for the wnated bitmap fill and then creates the needed
+		background is needed for the wanted bitmap fill and then creates the needed
 		WallpaperBitmapPrimitive2D. This primitive was created for this purpose and
 		takes over all needed logic of orientations and tiling.
 	 */

Modified: openoffice/trunk/main/drawinglayer/source/processor2d/contourextractor2d.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/source/processor2d/contourextractor2d.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/drawinglayer/source/processor2d/contourextractor2d.cxx (original)
+++ openoffice/trunk/main/drawinglayer/source/processor2d/contourextractor2d.cxx Tue Apr 29 19:05:05 2014
@@ -144,7 +144,7 @@ namespace drawinglayer
 						getViewInformation2D().getExtendedInformationSequence());
 					updateViewInformation(aViewInformation2D);
 
-					// proccess content
+					// process content
 					process(rTransformCandidate.getChildren());
 
 					// restore transformations
@@ -159,13 +159,13 @@ namespace drawinglayer
 					const primitive2d::Primitive2DSequence xExtracted2DSceneGeometry(rScenePrimitive2DCandidate.getGeometry2D());
 					const primitive2d::Primitive2DSequence xExtracted2DSceneShadow(rScenePrimitive2DCandidate.getShadow2D(getViewInformation2D()));
 
-					// proccess content
+					// process content
 					if(xExtracted2DSceneGeometry.hasElements())
 					{
 						process(xExtracted2DSceneGeometry);
 					}
 
-					// proccess content
+					// process content
 					if(xExtracted2DSceneShadow.hasElements())
 					{
 						process(xExtracted2DSceneShadow);

Modified: openoffice/trunk/main/drawinglayer/source/processor2d/hittestprocessor2d.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/source/processor2d/hittestprocessor2d.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/drawinglayer/source/processor2d/hittestprocessor2d.cxx (original)
+++ openoffice/trunk/main/drawinglayer/source/processor2d/hittestprocessor2d.cxx Tue Apr 29 19:05:05 2014
@@ -228,7 +228,7 @@ namespace drawinglayer
 			    //
                 //     if(xExtracted2DSceneShadow.hasElements())
 	            //     {
-		        //         // proccess extracted 2D content
+		        //         // process extracted 2D content
 		        //         process(xExtracted2DSceneShadow);
 	            //     }
                 // }
@@ -253,7 +253,7 @@ namespace drawinglayer
 			    //
 	            // if(xExtracted2DSceneGeometry.hasElements() || xExtracted2DSceneShadow.hasElements())
 	            // {
-		        //     // proccess extracted 2D content
+		        //     // process extracted 2D content
 		        //     process(xExtracted2DSceneGeometry);
 		        //     process(xExtracted2DSceneShadow);
 	            // }
@@ -296,7 +296,7 @@ namespace drawinglayer
 						getViewInformation2D().getExtendedInformationSequence());
 					updateViewInformation(aViewInformation2D);
 
-					// proccess child content recursively
+					// process child content recursively
 					process(rTransformCandidate.getChildren());
 
 					// restore transformations

Modified: openoffice/trunk/main/drawinglayer/source/processor2d/linegeometryextractor2d.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/source/processor2d/linegeometryextractor2d.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/drawinglayer/source/processor2d/linegeometryextractor2d.cxx (original)
+++ openoffice/trunk/main/drawinglayer/source/processor2d/linegeometryextractor2d.cxx Tue Apr 29 19:05:05 2014
@@ -106,7 +106,7 @@ namespace drawinglayer
 						getViewInformation2D().getExtendedInformationSequence());
 					updateViewInformation(aViewInformation2D);
 
-					// proccess content
+					// process content
 					process(rTransformCandidate.getChildren());
 
 					// restore transformations

Modified: openoffice/trunk/main/drawinglayer/source/processor2d/textaspolygonextractor2d.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/source/processor2d/textaspolygonextractor2d.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/drawinglayer/source/processor2d/textaspolygonextractor2d.cxx (original)
+++ openoffice/trunk/main/drawinglayer/source/processor2d/textaspolygonextractor2d.cxx Tue Apr 29 19:05:05 2014
@@ -89,7 +89,7 @@ namespace drawinglayer
 
 				// as can be seen from the TextSimplePortionPrimitive2D and the
 				// TextDecoratedPortionPrimitive2D, inside of the mnInText marks
-				// the following primitives can occurr containing geometry data
+				// the following primitives can occur containing geometry data
 				// from text decomposition:
 				//
 				// - PolyPolygonColorPrimitive2D
@@ -195,7 +195,7 @@ namespace drawinglayer
 						getViewInformation2D().getExtendedInformationSequence());
 					updateViewInformation(aViewInformation2D);
 
-					// proccess content
+					// process content
 					process(rTransformCandidate.getChildren());
 
 					// restore transformations

Modified: openoffice/trunk/main/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx (original)
+++ openoffice/trunk/main/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx Tue Apr 29 19:05:05 2014
@@ -2003,7 +2003,7 @@ namespace drawinglayer
 
                             // Okay, basic implementation finished and tested. The DPI stuff was hard
                             // and not easy to find out that it's needed.
-                            // Since this will not yet happen normally (as long as noone constructs
+                            // Since this will not yet happen normally (as long as no one constructs
                             // transparence primitives with non-trivial transparence content) i will for now not
                             // refine to tiling here.
 
@@ -2135,7 +2135,7 @@ namespace drawinglayer
 						mpPDFExtOutDevData->BeginStructureElement(rTagElement);
 					}
 
-					// proccess childs normally
+					// process childs normally
 					process(rStructureTagCandidate.getChildren());
 					
 					if(mpPDFExtOutDevData &&  bTagUsed)

Modified: openoffice/trunk/main/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx (original)
+++ openoffice/trunk/main/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx Tue Apr 29 19:05:05 2014
@@ -663,7 +663,7 @@ namespace drawinglayer
 
 					if(bSuppressFatToHairlineCorrection)
 					{
-                        // remeber that we enter a PolygonStrokePrimitive2D decomposition,
+                        // remember that we enter a PolygonStrokePrimitive2D decomposition,
                         // used for AA thick line drawing
                         mnPolygonStrokePrimitive2D++;
 

Modified: openoffice/trunk/main/drawinglayer/source/processor2d/vclprocessor2d.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/source/processor2d/vclprocessor2d.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/drawinglayer/source/processor2d/vclprocessor2d.cxx (original)
+++ openoffice/trunk/main/drawinglayer/source/processor2d/vclprocessor2d.cxx Tue Apr 29 19:05:05 2014
@@ -917,7 +917,7 @@ namespace drawinglayer
 				getViewInformation2D().getExtendedInformationSequence());
 			updateViewInformation(aViewInformation2D);
 
-			// proccess content
+			// process content
 			process(rTransformCandidate.getChildren());
 
 			// restore transformations
@@ -941,7 +941,7 @@ namespace drawinglayer
 				getViewInformation2D().getExtendedInformationSequence());
 			updateViewInformation(aViewInformation2D);
 
-			// proccess decomposed content
+			// process decomposed content
 			process(rPagePreviewCandidate.get2DDecomposition(getViewInformation2D()));
 
 			// restore transformations
@@ -1214,7 +1214,7 @@ namespace drawinglayer
 
 			if(!bDone)
             {
-                // remeber that we enter a PolygonStrokePrimitive2D decomposition,
+                // remember that we enter a PolygonStrokePrimitive2D decomposition,
                 // used for AA thick line drawing
                 mnPolygonStrokePrimitive2D++;
 

Modified: openoffice/trunk/main/drawinglayer/source/processor3d/geometry2dextractor.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/source/processor3d/geometry2dextractor.cxx?rev=1591058&r1=1591057&r2=1591058&view=diff
==============================================================================
--- openoffice/trunk/main/drawinglayer/source/processor3d/geometry2dextractor.cxx (original)
+++ openoffice/trunk/main/drawinglayer/source/processor3d/geometry2dextractor.cxx Tue Apr 29 19:05:05 2014
@@ -138,7 +138,7 @@ namespace drawinglayer
 				}
 				case PRIMITIVE3D_ID_SHADOWPRIMITIVE3D :
 				{
-					// accept but ignore labels and shadow; these should be extracted seperately
+					// accept but ignore labels and shadow; these should be extracted separately
 					break;
 				}
 				default :