Modified: openoffice/trunk/main/comphelper/source/misc/uieventslogger.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/comphelper/source/misc/uieventslogger.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/comphelper/source/misc/uieventslogger.cxx (original) +++ openoffice/trunk/main/comphelper/source/misc/uieventslogger.cxx Sun May 22 01:05:14 2016 @@ -308,7 +308,7 @@ namespace comphelper void UiEventsLogger::disposing() { - // we dont want to create an instance just to dispose it + // we don't want to create an instance just to dispose it UiEventsLogger_Impl::prepareMutex(); Guard<Mutex> singleton_guard(UiEventsLogger_Impl::singleton_mutex); if(UiEventsLogger_Impl::instance!=UiEventsLogger_Impl::ptr())
Modified: openoffice/trunk/main/comphelper/source/property/propertystatecontainer.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/comphelper/source/property/propertystatecontainer.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/comphelper/source/property/propertystatecontainer.cxx (original) +++ openoffice/trunk/main/comphelper/source/property/propertystatecontainer.cxx Sun May 22 01:05:14 2016 @@ -100,7 +100,7 @@ namespace comphelper return aStates; #ifdef _DEBUG - // precondition: property sequence is sorted (the algorythm below relies on this) + // precondition: property sequence is sorted (the algorithm below relies on this) { const ::rtl::OUString* pNames = _rPropertyNames.getConstArray(); const ::rtl::OUString* pNamesCompare = pNames + 1; Modified: openoffice/trunk/main/connectivity/inc/connectivity/virtualdbtools.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/connectivity/inc/connectivity/virtualdbtools.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/connectivity/inc/connectivity/virtualdbtools.hxx (original) +++ openoffice/trunk/main/connectivity/inc/connectivity/virtualdbtools.hxx Sun May 22 01:05:14 2016 @@ -272,7 +272,7 @@ namespace connectivity //================================================================ //= ISQLParseNode //================================================================ - /** a simple version of the OSQLParseNode, with all methods beeing virtual + /** a simple version of the OSQLParseNode, with all methods being virtual */ class OOO_DLLPUBLIC_DBTOOLS ISQLParseNode : public ::rtl::IReference { @@ -295,7 +295,7 @@ namespace connectivity //================================================================ //= ISQLParser //================================================================ - /** a simple version of the OSQLParser, with all methods beeing virtual + /** a simple version of the OSQLParser, with all methods being virtual */ class OOO_DLLPUBLIC_DBTOOLS ISQLParser : public ::rtl::IReference { Modified: openoffice/trunk/main/connectivity/source/inc/hsqldb/HConnection.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/connectivity/source/inc/hsqldb/HConnection.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/connectivity/source/inc/hsqldb/HConnection.hxx (original) +++ openoffice/trunk/main/connectivity/source/inc/hsqldb/HConnection.hxx Sun May 22 01:05:14 2016 @@ -117,7 +117,7 @@ namespace connectivity if creating the dialog instance fails @throws ::com::sun::star::uno::RuntimeException - if a serious error occures + if a serious error occurs @precond Our mutex is locked. Modified: openoffice/trunk/main/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx (original) +++ openoffice/trunk/main/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx Sun May 22 01:05:14 2016 @@ -80,7 +80,7 @@ namespace connectivity rtl_TextEncoding m_nTextEncoding; sal_Int32 m_nRowPos; sal_Int32 m_nLastColumnPos; // used for m_aRow just to know where we are - sal_Int32 m_nDriverColumnCount; // column count of the driver wich can sometimes be less than the metadata count + sal_Int32 m_nDriverColumnCount; // column count of the driver which can sometimes be less than the metadata count SQLRETURN m_nCurrentFetchState; sal_Bool m_bWasNull; sal_Bool m_bEOF; // after last record Modified: openoffice/trunk/main/dbaccess/inc/dbsubcomponentcontroller.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/inc/dbsubcomponentcontroller.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dbaccess/inc/dbsubcomponentcontroller.hxx (original) +++ openoffice/trunk/main/dbaccess/inc/dbsubcomponentcontroller.hxx Sun May 22 01:05:14 2016 @@ -176,7 +176,7 @@ namespace dbaui virtual void reconnect( sal_Bool _bUI ); sal_Bool ensureConnected( sal_Bool _bUI ) { if ( !isConnected() ) reconnect( _bUI ); return isConnected(); } - /** called when our connection is beeing disposed + /** called when our connection is being disposed <p>The default implementation does a reconnect</p> */ virtual void losingConnection( ); Modified: openoffice/trunk/main/dbaccess/source/core/api/querycontainer.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/core/api/querycontainer.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dbaccess/source/core/api/querycontainer.cxx (original) +++ openoffice/trunk/main/dbaccess/source/core/api/querycontainer.cxx Sun May 22 01:05:14 2016 @@ -363,7 +363,7 @@ Reference< XVeto > SAL_CALL OQueryContai void SAL_CALL OQueryContainer::disposing( const ::com::sun::star::lang::EventObject& _rSource ) throw(::com::sun::star::uno::RuntimeException) { if (_rSource.Source.get() == Reference< XInterface >(m_xCommandDefinitions, UNO_QUERY).get()) - { // our "master container" (with the command definitions) is beeing disposed + { // our "master container" (with the command definitions) is being disposed DBG_ERROR("OQueryContainer::disposing : nobody should dispose the CommandDefinition container before disposing my connection !"); dispose(); } Modified: openoffice/trunk/main/dbaccess/source/core/dataaccess/ModelImpl.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/core/dataaccess/ModelImpl.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dbaccess/source/core/dataaccess/ModelImpl.hxx (original) +++ openoffice/trunk/main/dbaccess/source/core/dataaccess/ModelImpl.hxx Sun May 22 01:05:14 2016 @@ -274,7 +274,7 @@ public: - this is an automatism for data safety reasons. If you pass <TRUE/> here, committing the root storage is prevented for this particular call. - @return <TRUE/> if the storage could be commited, otherwise <FALSE/> + @return <TRUE/> if the storage could be committed, otherwise <FALSE/> */ bool commitEmbeddedStorage( bool _bPreventRootCommits = false ); Modified: openoffice/trunk/main/dbaccess/source/core/dataaccess/bookmarkcontainer.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/core/dataaccess/bookmarkcontainer.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dbaccess/source/core/dataaccess/bookmarkcontainer.hxx (original) +++ openoffice/trunk/main/dbaccess/source/core/dataaccess/bookmarkcontainer.hxx Sun May 22 01:05:14 2016 @@ -170,7 +170,7 @@ protected: */ void checkValid(sal_Bool _bIntendWriteAccess) const throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::lang::DisposedException); - /** quickly checks if there already is an element with a given name. No access to the configuration occures, i.e. + /** quickly checks if there already is an element with a given name. No access to the configuration occurs, i.e. if there is such an object which is not already loaded, it won't be loaded now. @param _rName the object name to check @return sal_True if there already exists such an object Modified: openoffice/trunk/main/dbaccess/source/core/inc/definitioncontainer.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/core/inc/definitioncontainer.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dbaccess/source/core/inc/definitioncontainer.hxx (original) +++ openoffice/trunk/main/dbaccess/source/core/inc/definitioncontainer.hxx Sun May 22 01:05:14 2016 @@ -272,7 +272,7 @@ protected: virtual ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent > implGetByName(const ::rtl::OUString& _rName, sal_Bool _bCreateIfNecessary) throw (::com::sun::star::container::NoSuchElementException); - /** quickly checks if there already is an element with a given name. No access to the configuration occures, i.e. + /** quickly checks if there already is an element with a given name. No access to the configuration occurs, i.e. if there is such an object which is not already loaded, it won't be loaded now. @param _rName the object name to check @return sal_True if there already exists such an object @@ -350,7 +350,7 @@ private: if the object already exists in the container, or another object with the same name already exists @throws WrappedTargetException - if another error occures which prevents insertion of the object into the container + if another error occurs which prevents insertion of the object into the container */ void approveNewObject( const ::rtl::OUString& _sName, Modified: openoffice/trunk/main/dbaccess/source/core/recovery/dbdocrecovery.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/core/recovery/dbdocrecovery.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dbaccess/source/core/recovery/dbdocrecovery.cxx (original) +++ openoffice/trunk/main/dbaccess/source/core/recovery/dbdocrecovery.cxx Sun May 22 01:05:14 2016 @@ -378,7 +378,7 @@ namespace dbaccess Reference< XStorage > xComponentsStor( xRecoveryStorage->openStorageElement( SubComponentRecovery::getComponentsStorageName( eComponentType ), ElementModes::READ ), UNO_QUERY_THROW ); - // loop thru all components of this type + // loop through all components of this type for ( MapStringToCompDesc::const_iterator stor = map->second.begin(); stor != map->second.end(); ++stor Modified: openoffice/trunk/main/dbaccess/source/ext/macromigration/migrationengine.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ext/macromigration/migrationengine.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dbaccess/source/ext/macromigration/migrationengine.cxx (original) +++ openoffice/trunk/main/dbaccess/source/ext/macromigration/migrationengine.cxx Sun May 22 01:05:14 2016 @@ -1552,7 +1552,7 @@ namespace dbmm if ( !xSourceLibraries->isLibraryLoaded( *pSourceLibName ) ) xSourceLibraries->loadLibrary( *pSourceLibName ); - // copy the content of this particular libary + // copy the content of this particular library Reference< XNameAccess > xSourceLib( xSourceLibraries->getByName( *pSourceLibName ), UNO_QUERY_THROW ); Reference< XNameContainer > xTargetLib( xTargetLibraries->createLibrary( sNewLibName ), UNO_QUERY_THROW ); Modified: openoffice/trunk/main/dbaccess/source/ui/browser/sbagrid.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/browser/sbagrid.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dbaccess/source/ui/browser/sbagrid.cxx (original) +++ openoffice/trunk/main/dbaccess/source/ui/browser/sbagrid.cxx Sun May 22 01:05:14 2016 @@ -816,7 +816,7 @@ sal_Bool SbaGridHeader::ImplStartColumnD EndTracking(ENDTRACK_CANCEL | ENDTRACK_END); // because we have 3d-buttons the select handler is called from MouseButtonUp, but StartDrag - // occures earlier (while the mouse button is down) + // occurs earlier (while the mouse button is down) // so for optical reasons we select the column before really starting the drag operation. notifyColumnSelect(nId); Modified: openoffice/trunk/main/dbaccess/source/ui/browser/unodatbr.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/browser/unodatbr.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dbaccess/source/ui/browser/unodatbr.cxx (original) +++ openoffice/trunk/main/dbaccess/source/ui/browser/unodatbr.cxx Sun May 22 01:05:14 2016 @@ -3452,7 +3452,7 @@ IMPL_LINK( SbaTableQueryBrowser, OnTreeE if (isContainer(pRHS)) { // don't use getEntryType (directly or indirecly) for the LHS: - // LHS is currently beeing inserted, so it is not "completely valid" at the moment + // LHS is currently being inserted, so it is not "completely valid" at the moment const EntryType eRight = getEntryType(pRHS); if (etTableContainer == eRight) @@ -3870,7 +3870,7 @@ void SbaTableQueryBrowser::impl_cleanupD return; if ( isSelected( pDataSourceEntry ) ) - { // a table or query belonging to the deleted data source is currently beeing displayed. + { // a table or query belonging to the deleted data source is currently being displayed. OSL_ENSURE( m_pTreeView->getListBox().GetRootLevelParent( m_pCurrentlyDisplayed ) == pDataSourceEntry, "SbaTableQueryBrowser::impl_cleanupDataSourceEntry: inconsistence (1)!" ); unloadAndCleanup( sal_True ); Modified: openoffice/trunk/main/dbaccess/source/ui/dlg/DbAdminImpl.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/dlg/DbAdminImpl.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dbaccess/source/ui/dlg/DbAdminImpl.cxx (original) +++ openoffice/trunk/main/dbaccess/source/ui/dlg/DbAdminImpl.cxx Sun May 22 01:05:14 2016 @@ -414,7 +414,7 @@ Reference< XDriver > ODbDataSourceAdmini // get the global DriverManager Reference< XDriverAccess > xDriverManager; String sCurrentActionError = String(ModuleRes(STR_COULDNOTCREATE_DRIVERMANAGER)); - // in case an error occures + // in case an error occurs sCurrentActionError.SearchAndReplaceAscii("#servicename#", (::rtl::OUString)SERVICE_SDBC_CONNECTIONPOOL); try { Modified: openoffice/trunk/main/dbaccess/source/ui/dlg/dbfindex.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/dlg/dbfindex.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dbaccess/source/ui/dlg/dbfindex.cxx (original) +++ openoffice/trunk/main/dbaccess/source/ui/dlg/dbfindex.cxx Sun May 22 01:05:14 2016 @@ -425,7 +425,7 @@ void ODbaseIndexDialog::Init() // and remove it from the free index list aUsedIndexes.push_back(aEntry); // do this later below. We may not have encountered the index file, yet, thus we may not - // know the index as beeing free, yet + // know the index as being free, yet } } 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=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dbaccess/source/ui/inc/JoinTableView.hxx (original) +++ openoffice/trunk/main/dbaccess/source/ui/inc/JoinTableView.hxx Sun May 22 01:05:14 2016 @@ -205,7 +205,7 @@ namespace dbaui /** getConnectionCount returns how many connection belongs to single table @param _pFromWin the table for which connections should be found - @return the count of connections wich belongs to this table + @return the count of connections which belongs to this table */ sal_Int32 getConnectionCount(const OTableWindow* _pFromWin) const; Modified: openoffice/trunk/main/dbaccess/source/ui/inc/RelationDlg.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/inc/RelationDlg.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dbaccess/source/ui/inc/RelationDlg.hxx (original) +++ openoffice/trunk/main/dbaccess/source/ui/inc/RelationDlg.hxx Sun May 22 01:05:14 2016 @@ -95,7 +95,7 @@ namespace dbaui virtual short Execute(); - /** getTableMap gives acces to the table window map + /** getTableMap gives access to the table window map @retrun the table window from the join view */ OJoinTableView::OTableWindowMap* getTableMap() const { return m_pTableMap; } 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=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dbaccess/source/ui/inc/UITools.hxx (original) +++ openoffice/trunk/main/dbaccess/source/ui/inc/UITools.hxx Sun May 22 01:05:14 2016 @@ -147,7 +147,7 @@ namespace dbaui sal_Int32 _nKeyType); /** fills a map and a vector with localized type names - @param _rxConnection the connection to acces the metadata + @param _rxConnection the connection to access the metadata @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 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=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dbaccess/source/ui/inc/datasourcemap.hxx (original) +++ openoffice/trunk/main/dbaccess/source/ui/inc/datasourcemap.hxx Sun May 22 01:05:14 2016 @@ -190,7 +190,7 @@ namespace dbaui ::rtl::OUString getRealName() const; /// check if the datasource should is about to be renamed (which means the original name does not equal the real name sal_Bool isRenamed() const { return !getRealName().equals(getOriginalName()); } - /// get the key used to acces the object in the data source map + /// get the key used to access the object in the data source map sal_Int32 getAccessKey() const { return m_nAccessKey; } /// return the datasource the object represents 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=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dbaccess/source/ui/querydesign/querycontroller.cxx (original) +++ openoffice/trunk/main/dbaccess/source/ui/querydesign/querycontroller.cxx Sun May 22 01:05:14 2016 @@ -1160,7 +1160,7 @@ void SAL_CALL OQueryController::disposin if ( getContainer() && Source.Source.is() ) { if ( Source.Source == m_aCurrentFrame.getFrame() ) - { // our frame is beeing disposed -> close the preview window (if we have one) + { // our frame is being disposed -> close the preview window (if we have one) Reference< XFrame > xPreviewFrame( getContainer()->getPreviewFrame() ); ::comphelper::disposeComponent( xPreviewFrame ); } 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=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dbaccess/source/ui/uno/copytablewizard.cxx (original) +++ openoffice/trunk/main/dbaccess/source/ui/uno/copytablewizard.cxx Sun May 22 01:05:14 2016 @@ -631,7 +631,7 @@ namespace with it. This doocument may have an InteractionHandler used while loading it. @throws RuntimeException - if it occures during invoking any of the data source's methods, or if any of the involved + if it occurs during invoking any of the data source's methods, or if any of the involved components violates its contract by not providing the required interfaces */ InteractionHandler lcl_getInteractionHandler_throw( const Reference< XDataSource >& _rxDataSource, const InteractionHandler& _rFallback ) @@ -660,7 +660,7 @@ namespace is examined for an interaction handler. Else, <NULL/> is returned. @throws RuntimeException - if it occures during invoking any of the data source's methods, or if any of the involved + if it occurs during invoking any of the data source's methods, or if any of the involved components violates its contract by not providing the required interfaces */ InteractionHandler lcl_getInteractionHandler_throw( const Reference< XConnection >& _rxConnection, const InteractionHandler& _rFallback ) Modified: openoffice/trunk/main/dbaccess/source/ui/uno/dbinteraction.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/uno/dbinteraction.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dbaccess/source/ui/uno/dbinteraction.hxx (original) +++ openoffice/trunk/main/dbaccess/source/ui/uno/dbinteraction.hxx Sun May 22 01:05:14 2016 @@ -121,7 +121,7 @@ namespace dbaui SUPPLY_DOCUMENTSAVE }; /** check if a given continuation sequence contains a given continuation type<p/> - @return the index within <arg>_rContinuations</arg> of the first occurence of a continuation + @return the index within <arg>_rContinuations</arg> of the first occurrence of a continuation of the requested type, -1 of no such continuation exists */ sal_Int32 getContinuation( Modified: openoffice/trunk/main/desktop/source/app/app.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/app/app.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/desktop/source/app/app.cxx (original) +++ openoffice/trunk/main/desktop/source/app/app.cxx Sun May 22 01:05:14 2016 @@ -3027,7 +3027,7 @@ void Desktop::OpenClients() // memory. May be this mechanism will be inconsistent if the configuration exists ... // but no document inside memory corrspond to this data. // Furter it's not acceptable to recover such documents without any UI. It can - // need some time, where the user wont see any results and wait for finishing the office startup ... + // need some time, where the user won't see any results and wait for finishing the office startup ... sal_Bool bAllowRecoveryAndSessionManagement = ( ( !pArgs->IsNoRestore() ) && ( !pArgs->IsHeadless() ) && @@ -3290,7 +3290,7 @@ String GetURL_Impl( return rName; } - // dont touch file urls, those should already be in internal form + // don't touch file urls, those should already be in internal form // they won't get better here (#112849#) if (rName.CompareToAscii("file:" , 5) == COMPARE_EQUAL) { Modified: openoffice/trunk/main/desktop/source/app/officeipcthread.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/app/officeipcthread.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/desktop/source/app/officeipcthread.cxx (original) +++ openoffice/trunk/main/desktop/source/app/officeipcthread.cxx Sun May 22 01:05:14 2016 @@ -676,7 +676,7 @@ void SAL_CALL OfficeIPCThread::run() // if we receive a request while the office is displaying some dialog or error during // bootstrap, that dialogs event loop might get events that are dispatched by this thread // we have to wait for cReady to be set by the real main loop. - // only reqests that dont dispatch events may be processed before cReady is set. + // only reqests that don't dispatch events may be processed before cReady is set. cReady.wait(); // we might have decided to shutdown while we were sleeping Modified: openoffice/trunk/main/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/OptionsEventHandler.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/OptionsEventHandler.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/OptionsEventHandler.java (original) +++ openoffice/trunk/main/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/OptionsEventHandler.java Sun May 22 01:05:14 2016 @@ -283,7 +283,7 @@ public class OptionsEventHandler { throw new com.sun.star.lang.IllegalArgumentException( "The window is not supported by this handler", this, (short) -1); - //To acces the separate controls of the window we need to obtain the + //To access the separate controls of the window we need to obtain the //XControlContainer from window implementation XControlContainer xContainer = (XControlContainer) UnoRuntime.queryInterface( XControlContainer.class, aWindow); Modified: openoffice/trunk/main/desktop/test/deployment/update/readme.txt URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/test/deployment/update/readme.txt?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/desktop/test/deployment/update/readme.txt (original) +++ openoffice/trunk/main/desktop/test/deployment/update/readme.txt Sun May 22 01:05:14 2016 @@ -48,7 +48,7 @@ For example .../update/updatefeed/udpate -The different test folders for the update are also commited in project extensions/www +The different test folders for the update are also committed in project extensions/www so that the files can be obtain via an URL. The structure and the contents is about the same as the content of desktop/test/deployment/udpate Modified: openoffice/trunk/main/desktop/test/deployment/version/readme.txt URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/test/deployment/version/readme.txt?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/desktop/test/deployment/version/readme.txt (original) +++ openoffice/trunk/main/desktop/test/deployment/version/readme.txt Sun May 22 01:05:14 2016 @@ -71,7 +71,7 @@ Things to watch for: "OK" (replace) preselected if x < y, and "Cancel" otherwise. - If replacing an installed version x of an extension e with a version y fails - because y has unsatisfied dependencies, or because y has a license to wich the + because y has unsatisfied dependencies, or because y has a license to which the user does not agree, version x is left installed afterwards. - Checking for already installed versions of an extension is only done within a Modified: openoffice/trunk/main/drawinglayer/inc/drawinglayer/geometry/viewinformation3d.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/inc/drawinglayer/geometry/viewinformation3d.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/drawinglayer/inc/drawinglayer/geometry/viewinformation3d.hxx (original) +++ openoffice/trunk/main/drawinglayer/inc/drawinglayer/geometry/viewinformation3d.hxx Sun May 22 01:05:14 2016 @@ -76,7 +76,7 @@ namespace drawinglayer @param rProjection A part of the 3D ViewTransformation, the Camera to Device transformation which transforms coordinates to a [0.0 .. 1.0] device range in X,Y and Z. Z may be used - as source for for Z-Buffers. This transformation may be e.g. a parallell projection, + as source for for Z-Buffers. This transformation may be e.g. a parallel projection, but also a perspective one and thus may use the last line of the matrix. @param rDeviceToView Modified: openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/embedded3dprimitive2d.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/embedded3dprimitive2d.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/embedded3dprimitive2d.hxx (original) +++ openoffice/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/embedded3dprimitive2d.hxx Sun May 22 01:05:14 2016 @@ -60,7 +60,7 @@ namespace drawinglayer geometry::ViewInformation3D maViewInformation3D; /** if the embedded 3D primitives contain shadow, these parameters are needed - to extract the shadow wich is a sequence od 2D primitives and may expand + to extract the shadow which is a sequence od 2D primitives and may expand the 2D range. Since every single 3D object in a scene may individually have shadow or not, these values need to be provided and prepared. The shadow distance itself (a 2D transformation) is part of the 3D shadow definition Modified: openoffice/trunk/main/drawinglayer/source/geometry/viewinformation3d.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/source/geometry/viewinformation3d.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/drawinglayer/source/geometry/viewinformation3d.cxx (original) +++ openoffice/trunk/main/drawinglayer/source/geometry/viewinformation3d.cxx Sun May 22 01:05:14 2016 @@ -62,7 +62,7 @@ namespace drawinglayer basegfx::B3DHomMatrix maOrientation; // Camera to Device with X,Y and Z [-1.0 .. 1.0]. This is the - // 3D to 2D projection which may be parallell or perspective. When it is perspective, + // 3D to 2D projection which may be parallel or perspective. When it is perspective, // the last line of the homogen matrix will NOT be unused basegfx::B3DHomMatrix maProjection; Modified: openoffice/trunk/main/drawinglayer/source/primitive2d/metafileprimitive2d.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/source/primitive2d/metafileprimitive2d.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/drawinglayer/source/primitive2d/metafileprimitive2d.cxx (original) +++ openoffice/trunk/main/drawinglayer/source/primitive2d/metafileprimitive2d.cxx Sun May 22 01:05:14 2016 @@ -1603,7 +1603,7 @@ namespace /** This is the main interpreter method. It is designed to handle the given Metafile completely inside the given context and target. It may use and modify the context and - target. This design allows to call itself recursively wich adapted contexts and + target. This design allows to call itself recursively which adapted contexts and targets as e.g. needed for the META_FLOATTRANSPARENT_ACTION where the content is expressed as a metafile as sub-content. Modified: openoffice/trunk/main/dtrans/source/win32/dtobj/DOTransferable.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dtrans/source/win32/dtobj/DOTransferable.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dtrans/source/win32/dtobj/DOTransferable.cxx (original) +++ openoffice/trunk/main/dtrans/source/win32/dtobj/DOTransferable.cxx Sun May 22 01:05:14 2016 @@ -510,7 +510,7 @@ OUString CDOTransferable::byteStreamToOU sal_Int32 nWChars; sal_Int32 nMemSize = aByteStream.getLength( ); - // if there is a trailing L"\0" substract 1 from length + // if there is a trailing L"\0" subtract 1 from length if ( 0 == aByteStream[ aByteStream.getLength( ) - 2 ] && 0 == aByteStream[ aByteStream.getLength( ) - 1 ] ) nWChars = static_cast< sal_Int32 >( nMemSize / sizeof( sal_Unicode ) ) - 1; Modified: openoffice/trunk/main/dtrans/source/win32/dtobj/FmtFilter.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dtrans/source/win32/dtobj/FmtFilter.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dtrans/source/win32/dtobj/FmtFilter.cxx (original) +++ openoffice/trunk/main/dtrans/source/win32/dtobj/FmtFilter.cxx Sun May 22 01:05:14 2016 @@ -287,7 +287,7 @@ Sequence< sal_Int8 > SAL_CALL TextHtmlTo sal_uInt32 lHTMLFmtHdr = rtl_str_getLength( aHTMLFmtHdr ); - // the office allways writes the start + // the office always writes the start // and end html tag in upper cases and // without spaces // both tags don't allow parameters @@ -360,7 +360,7 @@ std::string GetHtmlFormatHeader(size_t s return htmlHeader.str(); } -// the office allways writes the start and end html tag in upper cases and +// the office always writes the start and end html tag in upper cases and // without spaces both tags don't allow parameters const std::string TAG_HTML = std::string("<HTML>"); const std::string TAG_END_HTML = std::string("</HTML>"); Modified: openoffice/trunk/main/dtrans/source/win32/misc/ImplHelper.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dtrans/source/win32/misc/ImplHelper.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/dtrans/source/win32/misc/ImplHelper.cxx (original) +++ openoffice/trunk/main/dtrans/source/win32/misc/ImplHelper.cxx Sun May 22 01:05:14 2016 @@ -254,7 +254,7 @@ void SAL_CALL DeleteTargetDevice( DVTARG // // Return Value: // pointer to allocated copy of ptdSrc -// if ptdSrc==NULL then retuns NULL is returned. +// if ptdSrc==NULL then NULL is returned. // if ptdSrc!=NULL and memory allocation fails, then NULL is returned //------------------------------------------------------------------------- @@ -312,7 +312,7 @@ DVTARGETDEVICE* SAL_CALL CopyTargetDevic // // Return Value: // returns TRUE if copy was successful; -// retuns FALSE if not successful, e.g. one or both of the pointers +// returns FALSE if not successful, e.g. one or both of the pointers // were invalid or the pointers were equal //------------------------------------------------------------------------- Modified: openoffice/trunk/main/editeng/inc/editeng/AccessibleContextBase.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/editeng/inc/editeng/AccessibleContextBase.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/editeng/inc/editeng/AccessibleContextBase.hxx (original) +++ openoffice/trunk/main/editeng/inc/editeng/AccessibleContextBase.hxx Sun May 22 01:05:14 2016 @@ -331,7 +331,7 @@ protected: void FireEvent (const ::com::sun::star::accessibility::AccessibleEventObject& aEvent); /** Check whether or not the object has been disposed (or is in the - state of beeing disposed). If that is the case then + state of being disposed). If that is the case then DisposedException is thrown to inform the (indirect) caller of the foul deed. */ @@ -339,7 +339,7 @@ protected: throw (::com::sun::star::lang::DisposedException); /** Check whether or not the object has been disposed (or is in the - state of beeing disposed). + state of being disposed). @return TRUE, if the object is disposed or in the course of being disposed. Otherwise, FALSE is returned. Modified: openoffice/trunk/main/editeng/inc/editeng/hangulhanja.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/editeng/inc/editeng/hangulhanja.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/editeng/inc/editeng/hangulhanja.hxx (original) +++ openoffice/trunk/main/editeng/inc/editeng/hangulhanja.hxx Sun May 22 01:05:14 2016 @@ -201,7 +201,7 @@ namespace editeng in your document, than you have to remember the document position immediately <em>behind</em> the changed text. In a next call to ReplaceUnit, an index of <em>0</em> will denote exactly this position behind the previous replacement<br/> - The reaons for this is that this class here does not know anything about your document structure, + The reasons for this is that this class here does not know anything about your document structure, so after a replacement took place, it's impossible to address anything in the range from the beginning of the portion up to the replaced text.<br/> In the very first call to ReplaceUnit, an index of <em>0</em> denotes the very first position of Modified: openoffice/trunk/main/editeng/source/misc/hangulhanja.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/editeng/source/misc/hangulhanja.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/editeng/source/misc/hangulhanja.cxx (original) +++ openoffice/trunk/main/editeng/source/misc/hangulhanja.cxx Sun May 22 01:05:14 2016 @@ -963,7 +963,7 @@ namespace editeng if( sChangeInto.getLength() ) { - // change the current occurence + // change the current occurrence implChange( sChangeInto ); // put into the "change all" list Modified: openoffice/trunk/main/editeng/source/misc/unolingu.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/editeng/source/misc/unolingu.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/editeng/source/misc/unolingu.cxx (original) +++ openoffice/trunk/main/editeng/source/misc/unolingu.cxx Sun May 22 01:05:14 2016 @@ -418,7 +418,7 @@ void SvxLinguConfigUpdate::UpdateAll( sa aCfg.SetProperty( A2OU( "DataFilesChangedCheckValue" ), aAny ); - //! Note 1: the new values are commited when the 'aCfg' object + //! Note 1: the new values are committed when the 'aCfg' object //! gets destroyed. //! Note 2: the new settings in the configuration get applied //! because the 'LngSvcMgr' (in linguistic/source/lngsvcmgr.hxx) Modified: openoffice/trunk/main/editeng/source/outliner/outleeng.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/editeng/source/outliner/outleeng.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/editeng/source/outliner/outleeng.cxx (original) +++ openoffice/trunk/main/editeng/source/outliner/outleeng.cxx Sun May 22 01:05:14 2016 @@ -228,7 +228,7 @@ void OutlinerEditEng::SetParaAttribs( sa pOwner->ImplCheckNumBulletItem( (sal_uInt16)nPara ); // --> OD 2009-03-10 #i100014# - // It is not a good idea to substract 1 from a count and cast the result + // It is not a good idea to subtract 1 from a count and cast the result // to sal_uInt16 without check, if the count is 0. pOwner->ImplCheckParagraphs( (sal_uInt16)nPara, (sal_uInt16) (pOwner->pParaList->GetParagraphCount()) ); // <-- Modified: openoffice/trunk/main/editeng/source/outliner/outliner.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/editeng/source/outliner/outliner.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/editeng/source/outliner/outliner.cxx (original) +++ openoffice/trunk/main/editeng/source/outliner/outliner.cxx Sun May 22 01:05:14 2016 @@ -334,7 +334,7 @@ void Outliner::SetNumberingStartValue( s pPara->SetNumberingStartValue( nNumberingStartValue ); // --> OD 2009-03-10 #i100014# - // It is not a good idea to substract 1 from a count and cast the result + // It is not a good idea to subtract 1 from a count and cast the result // to sal_uInt16 without check, if the count is 0. ImplCheckParagraphs( nPara, (sal_uInt16) (pParaList->GetParagraphCount()) ); // <-- @@ -362,7 +362,7 @@ void Outliner::SetParaIsNumberingRestart pPara->SetParaIsNumberingRestart( bParaIsNumberingRestart ); // --> OD 2009-03-10 #i100014# - // It is not a good idea to substract 1 from a count and cast the result + // It is not a good idea to subtract 1 from a count and cast the result // to sal_uInt16 without check, if the count is 0. ImplCheckParagraphs( nPara, (sal_uInt16) (pParaList->GetParagraphCount()) ); // <-- @@ -435,7 +435,7 @@ OutlinerParaObject* Outliner::CreatePara nCount = sal::static_int_cast< sal_uInt16 >( pParaList->GetParagraphCount() - nStartPara ); - // When a new OutlinerParaObject is created because a paragraph is just beeing deleted, + // When a new OutlinerParaObject is created because a paragraph is just being deleted, // it can happen that the ParaList is not updated yet... if ( ( nStartPara + nCount ) > pEditEngine->GetParagraphCount() ) nCount = pEditEngine->GetParagraphCount() - nStartPara; @@ -662,7 +662,7 @@ void Outliner::SetText( const OutlinerPa } // --> OD 2009-03-10 #i100014# - // It is not a good idea to substract 1 from a count and cast the result + // It is not a good idea to subtract 1 from a count and cast the result // to sal_uInt16 without check, if the count is 0. ImplCheckParagraphs( 0, (sal_uInt16) (pParaList->GetParagraphCount()) ); // <-- @@ -709,7 +709,7 @@ void Outliner::AddText( const OutlinerPa DBG_ASSERT( pEditEngine->GetParagraphCount()==pParaList->GetParagraphCount(), "SetText: OutOfSync" ); // --> OD 2009-03-10 #i100014# - // It is not a good idea to substract 1 from a count and cast the result + // It is not a good idea to subtract 1 from a count and cast the result // to sal_uInt16 without check, if the count is 0. ImplCheckParagraphs( (sal_uInt16)nPara, (sal_uInt16) (pParaList->GetParagraphCount()) ); // <-- Modified: openoffice/trunk/main/editeng/source/rtf/svxrtf.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/editeng/source/rtf/svxrtf.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/editeng/source/rtf/svxrtf.cxx (original) +++ openoffice/trunk/main/editeng/source/rtf/svxrtf.cxx Sun May 22 01:05:14 2016 @@ -982,7 +982,7 @@ void SvxRTFParser::AttrGroupEnd() // den // am Absatzanfang ? eine Position zurueck sal_uLong nNd = pInsPos->GetNodeIdx(); MovePos( sal_False ); - // if can not move backward then later dont move forward ! + // if can not move backward then later don't move forward ! bCrsrBack = nNd != pInsPos->GetNodeIdx(); } @@ -991,7 +991,7 @@ void SvxRTFParser::AttrGroupEnd() // den ( pOld->pSttNd->GetIdx() == pInsPos->GetNodeIdx() && pOld->nSttCnt <= pInsPos->GetCntIdx() )) #if 0 -//BUG 68555 - dont test for empty paragraph or any range +//BUG 68555 - don't test for empty paragraph or any range && ( nOldSttNdIdx != pInsPos->GetNodeIdx() || pOld->nSttCnt != pInsPos->GetCntIdx() || !pOld->nSttCnt ) @@ -1005,7 +1005,7 @@ void SvxRTFParser::AttrGroupEnd() // den if( nOldSttNdIdx == pInsPos->GetNodeIdx() ) { #if 0 -//BUG 68555 - dont reset pard attrs, if the group not begins not at start of +//BUG 68555 - don't reset pard attrs, if the group not begins not at start of // paragraph // Bereich innerhalb eines Absatzes: // alle Absatz-Attribute und StyleNo loeschen Modified: openoffice/trunk/main/editeng/source/uno/unofored.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/editeng/source/uno/unofored.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/editeng/source/uno/unofored.cxx (original) +++ openoffice/trunk/main/editeng/source/uno/unofored.cxx Sun May 22 01:05:14 2016 @@ -222,7 +222,7 @@ sal_uInt16 GetSvxEditEngineItemState( Ed // if we already found an item if( pParaItem ) { - // ... and its different to this one than the state is dont care + // ... and it's different to this one than the state is don't care if( *pParaItem != *aAttrib.pAttr ) return SFX_ITEM_DONTCARE; } @@ -272,7 +272,7 @@ sal_uInt16 GetSvxEditEngineItemState( Ed } else if( bGaps ) { - // gaps and item not set in paragraph, thats a dont care + // gaps and item not set in paragraph, thats a don't care return SFX_ITEM_DONTCARE; } } Modified: openoffice/trunk/main/embeddedobj/source/commonembedding/persistence.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/embeddedobj/source/commonembedding/persistence.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/embeddedobj/source/commonembedding/persistence.cxx (original) +++ openoffice/trunk/main/embeddedobj/source/commonembedding/persistence.cxx Sun May 22 01:05:14 2016 @@ -80,7 +80,7 @@ uno::Sequence< beans::PropertyValue > Ge || aMedDescr[nInd].Name.equalsAscii( "DocumentTitle" ) || aMedDescr[nInd].Name.equalsAscii( "InteractionHandler" ) || aMedDescr[nInd].Name.equalsAscii( "JumpMark" ) - // || aMedDescr[nInd].Name.equalsAscii( "Password" ) makes no sence for embedded objects + // || aMedDescr[nInd].Name.equalsAscii( "Password" ) makes no sense for embedded objects || aMedDescr[nInd].Name.equalsAscii( "Preview" ) || aMedDescr[nInd].Name.equalsAscii( "ReadOnly" ) || aMedDescr[nInd].Name.equalsAscii( "StartPresentation" ) @@ -812,7 +812,7 @@ void OCommonEmbeddedObject::StoreDocToSt if ( !xTempStorage.is() ) throw uno::RuntimeException(); // TODO: - // object storage must be commited automatically + // object storage must be committed automatically xTempStorage->copyToStorage( xStorage ); } } @@ -1221,7 +1221,7 @@ void SAL_CALL OCommonEmbeddedObject::sto sal_Bool bTryOptimization = sal_False; for ( sal_Int32 nInd = 0; nInd < lObjArgs.getLength(); nInd++ ) { - // StoreVisualReplacement and VisualReplacement args have no sence here + // StoreVisualReplacement and VisualReplacement args have no sense here if ( lObjArgs[nInd].Name.equalsAscii( "CanTryOptimization" ) ) lObjArgs[nInd].Value >>= bTryOptimization; } @@ -1354,7 +1354,7 @@ void SAL_CALL OCommonEmbeddedObject::sto sal_Bool bTryOptimization = sal_False; for ( sal_Int32 nInd = 0; nInd < lObjArgs.getLength(); nInd++ ) { - // StoreVisualReplacement and VisualReplacement args have no sence here + // StoreVisualReplacement and VisualReplacement args have no sense here if ( lObjArgs[nInd].Name.equalsAscii( "CanTryOptimization" ) ) lObjArgs[nInd].Value >>= bTryOptimization; } Modified: openoffice/trunk/main/embeddedobj/source/msole/olecomponent.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/embeddedobj/source/msole/olecomponent.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/embeddedobj/source/msole/olecomponent.cxx (original) +++ openoffice/trunk/main/embeddedobj/source/msole/olecomponent.cxx Sun May 22 01:05:14 2016 @@ -444,7 +444,7 @@ OleComponent::OleComponent( const uno::R OSL_ENSURE( m_pUnoOleObject, "No owner object is provided!" ); HRESULT hr = OleInitialize( NULL ); - OSL_ENSURE( hr == S_OK || hr == S_FALSE, "The ole can not be successfuly initialized\n" ); + OSL_ENSURE( hr == S_OK || hr == S_FALSE, "The ole can not be successfully initialized\n" ); if ( hr == S_OK || hr == S_FALSE ) m_bOleInitialized = sal_True; @@ -1554,7 +1554,7 @@ uno::Any SAL_CALL OleComponent::getTrans if ( FAILED( hr ) || !pDataObject ) throw io::IOException(); // TODO: transport error code - // The following optimization does not make much sence currently just because + // The following optimization does not make much sense currently just because // only one aspect is supported, and only three formats for the aspect are supported // and moreover it is not guarantied that the once returned format will be supported further // example - i52106 Modified: openoffice/trunk/main/embeddedobj/source/msole/oleembed.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/embeddedobj/source/msole/oleembed.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/embeddedobj/source/msole/oleembed.cxx (original) +++ openoffice/trunk/main/embeddedobj/source/msole/oleembed.cxx Sun May 22 01:05:14 2016 @@ -328,7 +328,7 @@ sal_Bool OleEmbeddedObject::TryToConvert xSeekable->seek( 0 ); xLoadable->load( aArgs ); - // the model is successfuly loaded, create a new storage and store the model to the storage + // the model is successfully loaded, create a new storage and store the model to the storage uno::Reference< embed::XStorage > xTmpStorage = CreateTemporarySubstorage( aStorageName ); xStorDoc->storeToStorage( xTmpStorage, uno::Sequence< beans::PropertyValue >() ); xDocument->close( sal_True ); @@ -429,7 +429,7 @@ sal_Bool OleEmbeddedObject::TryToConvert if ( bResult ) { - // the conversion was done successfuly, now the additional initializations should happen + // the conversion was done successfully, now the additional initializations should happen MoveListeners(); m_xWrappedObject->setClientSite( m_xClientSite ); Modified: openoffice/trunk/main/embeddedobj/source/msole/olepersist.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/embeddedobj/source/msole/olepersist.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/embeddedobj/source/msole/olepersist.cxx (original) +++ openoffice/trunk/main/embeddedobj/source/msole/olepersist.cxx Sun May 22 01:05:14 2016 @@ -474,7 +474,7 @@ void OleEmbeddedObject::InsertVisualCach if ( xTempOutStream.is() ) { // the OlePres stream must have additional header - // TODO/LATER: might need to be extended in future ( actually makes sence only for SO7 format ) + // TODO/LATER: might need to be extended in future ( actually makes sense only for SO7 format ) uno::Reference< io::XInputStream > xInCacheStream = xCachedVisualRepresentation->getInputStream(); if ( !xInCacheStream.is() ) throw uno::RuntimeException(); @@ -1485,7 +1485,7 @@ void SAL_CALL OleEmbeddedObject::setPers catch( uno::Exception& ) { // TODO/LATER: detect classID of the object if possible - // means that the object inprocess server could not be successfuly instantiated + // means that the object inprocess server could not be successfully instantiated GetRidOfComponent(); } Modified: openoffice/trunk/main/embeddedobj/source/msole/oleregister.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/embeddedobj/source/msole/oleregister.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/embeddedobj/source/msole/oleregister.cxx (original) +++ openoffice/trunk/main/embeddedobj/source/msole/oleregister.cxx Sun May 22 01:05:14 2016 @@ -59,7 +59,7 @@ void * SAL_CALL component_getFactory( co OleEmbeddedObjectFactory::impl_staticGetSupportedServiceNames() ); } #ifdef WNT - // the following service makes sence only on windows + // the following service makes sense only on windows else if ( aImplName.equals( MSOLEDialogObjectCreator::impl_staticGetImplementationName() ) ) { xFactory= ::cppu::createOneInstanceFactory( reinterpret_cast< lang::XMultiServiceFactory*>( pServiceManager ), @@ -96,7 +96,7 @@ sal_Bool SAL_CALL component_writeInfo( v xNewKey->createKey( rServices.getConstArray()[ind] ); #ifdef WNT - // the following service makes sence only on windows + // the following service makes sense only on windows xNewKey = xKey->createKey( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("/") ) + MSOLEDialogObjectCreator::impl_staticGetImplementationName() + ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "/UNO/SERVICES") ) ); Modified: openoffice/trunk/main/embeddedobj/test/Container1/EmbedContApp.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/embeddedobj/test/Container1/EmbedContApp.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/embeddedobj/test/Container1/EmbedContApp.java (original) +++ openoffice/trunk/main/embeddedobj/test/Container1/EmbedContApp.java Sun May 22 01:05:14 2016 @@ -457,7 +457,7 @@ public class EmbedContApp extends Applet { try { int nState = m_xEmbedObj.getCurrentState(); - // such a position change make sence only when object is + // such a position change make sense only when object is // either inplace or ui active if ( nState == EmbedStates.EMBED_INPLACE_ACTIVE || nState == EmbedStates.EMBED_UI_ACTIVE ) Modified: openoffice/trunk/main/embeddedobj/test/Container1/NativeView.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/embeddedobj/test/Container1/NativeView.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/embeddedobj/test/Container1/NativeView.java (original) +++ openoffice/trunk/main/embeddedobj/test/Container1/NativeView.java Sun May 22 01:05:14 2016 @@ -51,7 +51,7 @@ public class NativeView extends java.awt * Does nothing really. * We can use our JNI mechanism for an already visible * canvas only. So we overload the method for showing ( "setVisible()" ) - * and make our intialization there. BUt we try to show an empty clean + * and make our initialization there. BUt we try to show an empty clean * window till there. */ public NativeView() Modified: openoffice/trunk/main/embedserv/source/embed/docholder.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/embedserv/source/embed/docholder.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/embedserv/source/embed/docholder.cxx (original) +++ openoffice/trunk/main/embedserv/source/embed/docholder.cxx Sun May 22 01:05:14 2016 @@ -1170,7 +1170,7 @@ HRESULT DocumentHolder::SetVisArea( cons for ( sal_Int32 nInd = 0; nInd < aArgs.getLength(); nInd++ ) if ( aArgs[nInd].Name.equalsAscii( "WinExtent" ) ) { - // should allways be there + // should always be there uno::Sequence< sal_Int32 > aRect(4); aRect[0] = pRect->left; Modified: openoffice/trunk/main/extensions/source/bibliography/bibtools.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/extensions/source/bibliography/bibtools.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/extensions/source/bibliography/bibtools.hxx (original) +++ openoffice/trunk/main/extensions/source/bibliography/bibtools.hxx Sun May 22 01:05:14 2016 @@ -30,7 +30,7 @@ namespace bib // source in bibbeam.cxx void HandleTaskPaneList( Window* pWindow, sal_Bool bAddToList ); - // pWindow: just an system window or something wich is child of a system window + // pWindow: just an system window or something which is child of a system window inline void AddToTaskPaneList( Window* pWindowToBeHandled ) { Modified: openoffice/trunk/main/extensions/source/bibliography/general.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/extensions/source/bibliography/general.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/extensions/source/bibliography/general.cxx (original) +++ openoffice/trunk/main/extensions/source/bibliography/general.cxx Sun May 22 01:05:14 2016 @@ -851,7 +851,7 @@ sal_Bool BibGeneralPage::HandleShortCutK DBG_ASSERT( aControls[ nCtrlIndex ].is(), "-BibGeneralPage::HandleShortCutKey(): valid index and no control?" ); uno::Reference< awt::XControl > xControl( aControls[ nCtrlIndex ], UNO_QUERY ); - DBG_ASSERT( xControl.is(), "-BibGeneralPage::HandleShortCutKey(): a control wich is not a control!" ); + DBG_ASSERT( xControl.is(), "-BibGeneralPage::HandleShortCutKey(): a control which is not a control!" ); Window* pWindow = VCLUnoHelper::GetWindow( xControl->getPeer() ); Modified: openoffice/trunk/main/extensions/source/dbpilots/groupboxwiz.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/extensions/source/dbpilots/groupboxwiz.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/extensions/source/dbpilots/groupboxwiz.cxx (original) +++ openoffice/trunk/main/extensions/source/dbpilots/groupboxwiz.cxx Sun May 22 01:05:14 2016 @@ -255,7 +255,7 @@ namespace dbp // no need to initialize the list of radios here // (we're the only one affecting this special setting, so it will be in the same state as last time this - // page was commited) + // page was committed) implCheckMoveButtons(); } Modified: openoffice/trunk/main/extensions/source/logging/csvformatter.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/extensions/source/logging/csvformatter.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/extensions/source/logging/csvformatter.cxx (original) +++ openoffice/trunk/main/extensions/source/logging/csvformatter.cxx Sun May 22 01:05:14 2016 @@ -149,7 +149,7 @@ namespace // special treatment for the last character if(quote_char==str[str_length-1]) buf.append(quote_char); - // iterating backwards because the index at which we insert wont be shifted + // iterating backwards because the index at which we insert won't be shifted // when moving that way. for(sal_Int32 i = str_length; i>=0; ) { Modified: openoffice/trunk/main/extensions/source/mozbootstrap/MNSFolders.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/extensions/source/mozbootstrap/MNSFolders.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/extensions/source/mozbootstrap/MNSFolders.cxx (original) +++ openoffice/trunk/main/extensions/source/mozbootstrap/MNSFolders.cxx Sun May 22 01:05:14 2016 @@ -96,7 +96,7 @@ namespace if ( pProfileByEnv ) { sProductPath = ::rtl::OUString( pProfileByEnv, rtl_str_getLength( pProfileByEnv ), osl_getThreadTextEncoding() ); - // asume that this is fine, no further checks + // assume that this is fine, no further checks } else { Modified: openoffice/trunk/main/extensions/source/mozbootstrap/MNSProfileDiscover.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/extensions/source/mozbootstrap/MNSProfileDiscover.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/extensions/source/mozbootstrap/MNSProfileDiscover.cxx (original) +++ openoffice/trunk/main/extensions/source/mozbootstrap/MNSProfileDiscover.cxx Sun May 22 01:05:14 2016 @@ -190,7 +190,7 @@ namespace connectivity ProductStruct &m_Product = m_ProductProfileList[index]; if (m_Product.mCurrentProfileName.getLength() != 0) { - //default profile setted in mozilla registry + //default profile set in mozilla registry return m_Product.mCurrentProfileName; } if (m_Product.mProfileList.size() == 0) Modified: openoffice/trunk/main/extensions/source/ole/unoconversionutilities.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/extensions/source/ole/unoconversionutilities.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/extensions/source/ole/unoconversionutilities.hxx (original) +++ openoffice/trunk/main/extensions/source/ole/unoconversionutilities.hxx Sun May 22 01:05:14 2016 @@ -325,7 +325,7 @@ void UnoConversionUtilities<T>::variantT // the sequence expects. Thus variantToAny produces the correct type // E.g. An Array object contains VT_I4 and the sequence expects shorts // than the vartype must be changed. The reason is, you can't specify the - // type in JavaScript and the script engine determines the type beeing used. + // type in JavaScript and the script engine determines the type being used. switch( ptype.getTypeClass()) { case TypeClass_CHAR: // could be: new Array( 12, 'w', "w") Modified: openoffice/trunk/main/extensions/source/oooimprovement/invite_job.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/extensions/source/oooimprovement/invite_job.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/extensions/source/oooimprovement/invite_job.cxx (original) +++ openoffice/trunk/main/extensions/source/oooimprovement/invite_job.cxx Sun May 22 01:05:14 2016 @@ -41,7 +41,7 @@ using ::rtl::OUString; namespace { - // dont show Invitation, when: + // don't show Invitation, when: // -nofirststartwizard commandline switch is present // [add additional conditions here] static bool lcl_IsInvitationAllowed() Modified: openoffice/trunk/main/extensions/source/oooimprovement/myconfigurationhelper.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/extensions/source/oooimprovement/myconfigurationhelper.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/extensions/source/oooimprovement/myconfigurationhelper.hxx (original) +++ openoffice/trunk/main/extensions/source/oooimprovement/myconfigurationhelper.hxx Sun May 22 01:05:14 2016 @@ -162,7 +162,7 @@ namespace oooimprovement * The cached configuration access must be provided here. * * @param xCFG - * the configuration root, where changes should be commited. + * the configuration root, where changes should be committed. * * @throw css::uno::Any exceptions the underlying configuration can throw. * E.g. uno::Exception if the provided configuration Modified: openoffice/trunk/main/extensions/source/propctrlr/selectlabeldialog.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/extensions/source/propctrlr/selectlabeldialog.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/extensions/source/propctrlr/selectlabeldialog.cxx (original) +++ openoffice/trunk/main/extensions/source/propctrlr/selectlabeldialog.cxx Sun May 22 01:05:14 2016 @@ -106,7 +106,7 @@ namespace pcr // and insert all entries below this root into the listbox if (xSearch.is()) { - // check wich service the allowed components must suppport + // check which service the allowed components must suppport sal_Int16 nClassId = 0; try { nClassId = ::comphelper::getINT16(m_xControlModel->getPropertyValue(PROPERTY_CLASSID)); } catch(...) { } m_sRequiredService = (FormComponentType::RADIOBUTTON == nClassId) ? SERVICE_COMPONENT_GROUPBOX : SERVICE_COMPONENT_FIXEDTEXT; Modified: openoffice/trunk/main/extensions/source/propctrlr/stringrepresentation.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/extensions/source/propctrlr/stringrepresentation.cxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/extensions/source/propctrlr/stringrepresentation.cxx (original) +++ openoffice/trunk/main/extensions/source/propctrlr/stringrepresentation.cxx Sun May 22 01:05:14 2016 @@ -137,7 +137,7 @@ private: /** converts a string into his constant value if it exists, otherwise the type converter is used. * \param _rValue the value to be converted - * \param _ePropertyType teh type of the propery to be converted into + * \param _ePropertyType the type of the propery to be converted into * \return the converted value */ uno::Any convertStringToSimple( const ::rtl::OUString& _rValue,const uno::TypeClass& _ePropertyType ); Modified: openoffice/trunk/main/filter/source/config/cache/basecontainer.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/filter/source/config/cache/basecontainer.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/filter/source/config/cache/basecontainer.hxx (original) +++ openoffice/trunk/main/filter/source/config/cache/basecontainer.hxx Sun May 22 01:05:14 2016 @@ -198,7 +198,7 @@ class BaseContainer : public BaseLock of the global instance m_rCache, and will be used to change the configuration. - @descr If no exception occures, its guaranteed, that the member m_rFlushCache + @descr If no exception occurs, its guaranteed, that the member m_rFlushCache was initialized right and can be used further. */ void impl_initFlushMode() Modified: openoffice/trunk/main/filter/source/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/filter/source/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/filter/source/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl (original) +++ openoffice/trunk/main/filter/source/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl Sun May 22 01:05:14 2016 @@ -90,7 +90,7 @@ <xsl:param name="sourceBaseURL" select="'./'" /> <!-- OPTIONAL: (MANDATORY: for session management by URL rewriting) - Useful for WebApplications: if a HTTP session is not cookie based, URL rewriting is beeing used (the session is appended to the URL). + Useful for WebApplications: if a HTTP session is not cookie based, URL rewriting is being used (the session is appended to the URL). This URL session is used for example when links to graphics are created by XSLT. Otherwise the user havt to log again in for every graphic he liks to see. --> <xsl:param name="optionalURLSuffix" /> Modified: openoffice/trunk/main/filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl (original) +++ openoffice/trunk/main/filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl Sun May 22 01:05:14 2016 @@ -287,7 +287,7 @@ Scenarios tabstops 1) style:type of style:tab-stop is 'right' and earlier tabStop is not right - -> Earlier text-nodes and following text-nodes, will be put into an inner table, with two TD first aligned left, with proceding textnodes, the latter aligned right. + -> Earlier text-nodes and following text-nodes, will be put into an inner table, with two TD first aligned left, with proceeding textnodes, the latter aligned right. 2) style:type is 'right' and earlier tabStop is right -> following text-nodes, will be put into a right aligned TD Modified: openoffice/trunk/main/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl (original) +++ openoffice/trunk/main/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl Sun May 22 01:05:14 2016 @@ -1975,7 +1975,7 @@ </xsl:variable> <!-- Numbering is being done by this transformation creating a HTML span representing the number label The html:span represents the list item/header label (e.g. 1.A.III) - As the html:span is usually a inline element is formated by CSS as block element to use width upon it, + As the html:span is usually a inline element is formatted by CSS as block element to use width upon it, to disable the caridge return float:left is used and later neglected --> <xsl:element name="span"> <xsl:if test="$listLevelStyle/@text:style-name"> Modified: openoffice/trunk/main/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl (original) +++ openoffice/trunk/main/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl Sun May 22 01:05:14 2016 @@ -102,7 +102,7 @@ <xsl:param name="sourceBaseURL" select="'./'" /> <!-- OPTIONAL: (MANDATORY: for session management by URL rewriting) - Useful for WebApplications: if a HTTP session is not cookie based, URL rewriting is beeing used (the session is appended to the URL). + Useful for WebApplications: if a HTTP session is not cookie based, URL rewriting is being used (the session is appended to the URL). This URL session is used for example when links to graphics are created by XSLT. Otherwise the user havt to log again in for every graphic he liks to see. --> <xsl:param name="optionalURLSuffix" /> Modified: openoffice/trunk/main/framework/inc/classes/actiontriggerpropertyset.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/framework/inc/classes/actiontriggerpropertyset.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/framework/inc/classes/actiontriggerpropertyset.hxx (original) +++ openoffice/trunk/main/framework/inc/classes/actiontriggerpropertyset.hxx Sun May 22 01:05:14 2016 @@ -45,7 +45,7 @@ namespace framework { -class ActionTriggerPropertySet : public ThreadHelpBase , // Struct for right initalization of mutex member! Must be first of baseclasses. +class ActionTriggerPropertySet : public ThreadHelpBase , // Struct for right initialization of mutex member! Must be first of baseclasses. public ::com::sun::star::lang::XServiceInfo , public ::com::sun::star::lang::XTypeProvider, public ::cppu::OBroadcastHelper , Modified: openoffice/trunk/main/framework/inc/classes/actiontriggerseparatorpropertyset.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/framework/inc/classes/actiontriggerseparatorpropertyset.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/framework/inc/classes/actiontriggerseparatorpropertyset.hxx (original) +++ openoffice/trunk/main/framework/inc/classes/actiontriggerseparatorpropertyset.hxx Sun May 22 01:05:14 2016 @@ -42,7 +42,7 @@ namespace framework { -class ActionTriggerSeparatorPropertySet : public ThreadHelpBase , // Struct for right initalization of mutex member! Must be first of baseclasses. +class ActionTriggerSeparatorPropertySet : public ThreadHelpBase , // Struct for right initialization of mutex member! Must be first of baseclasses. public ::com::sun::star::lang::XServiceInfo , public ::com::sun::star::lang::XTypeProvider, public ::cppu::OBroadcastHelper , Modified: openoffice/trunk/main/framework/inc/classes/filtercachedata.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/framework/inc/classes/filtercachedata.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/framework/inc/classes/filtercachedata.hxx (original) +++ openoffice/trunk/main/framework/inc/classes/filtercachedata.hxx Sun May 22 01:05:14 2016 @@ -74,8 +74,8 @@ namespace framework{ #define PACKAGENAME_TYPEDETECTION_STANDARD DECLARE_ASCII("Office.TypeDetection" ) /// Names of our configuration files. #define PACKAGENAME_TYPEDETECTION_ADDITIONAL DECLARE_ASCII("Office.TypeDetectionAdditional" ) #define CFG_PATH_SEPERATOR DECLARE_ASCII("/" ) /// seperator for configuration paths -#define PROPERTY_SEPERATOR sal_Unicode(',') /// seperator for own formated property strings of types and filters -#define LIST_SEPERATOR sal_Unicode(';') /// seperator for own formated lists as part of our own formated type- or filter-string +#define PROPERTY_SEPERATOR sal_Unicode(',') /// seperator for own formatted property strings of types and filters +#define LIST_SEPERATOR sal_Unicode(';') /// seperator for own formatted lists as part of our own formatted type- or filter-string #define LOCALE_FALLBACK DECLARE_ASCII("en-US" ) /// fallback, if configuration can't give us current set locale ... #define DEFAULT_FILTERCACHE_VERSION 6 /// these implmentation of FilterCache support different version of TypeDetection.xml! This define the current set default one. @@ -705,8 +705,8 @@ class DataContainer : private ThreadHelp @descr We use the ConfigItem mechanism to read/write values from/to configuration. This implementation could be used to handle standard AND additional filter configurations in the same way. We set a data container pointer for filling or reading ... this class use it temp. - After successfuly calling of read(), we can use filled container directly or merge it with an existing one. - After successfuly calling of write() all values of given data container are flushed to our configuration. + After successfully calling of read(), we can use filled container directly or merge it with an existing one. + After successfully calling of write() all values of given data container are flushed to our configuration. @implements - @base ConfigItem @@ -730,13 +730,13 @@ class FilterCFGAccess : public ::utl::Co void write ( DataContainer& rData , DataContainer::ECFGType eType ); // write values from given struct to configuration - static ::rtl::OUString encodeTypeData ( const FileType& aType ); // build own formated string of type properties + static ::rtl::OUString encodeTypeData ( const FileType& aType ); // build own formatted string of type properties static void decodeTypeData ( const ::rtl::OUString& sData , FileType& aType ); - static ::rtl::OUString encodeFilterData( const Filter& aFilter ); // build own formated string of filter properties + static ::rtl::OUString encodeFilterData( const Filter& aFilter ); // build own formatted string of filter properties static void decodeFilterData( const ::rtl::OUString& sData , Filter& aFilter ); - static ::rtl::OUString encodeStringList( const OUStringList& lList ); // build own formated string of OUStringList + static ::rtl::OUString encodeStringList( const OUStringList& lList ); // build own formatted string of OUStringList static OUStringList decodeStringList( const ::rtl::OUString& sValue ); void setProductName ( OUStringHashMap& lUINames ); Modified: openoffice/trunk/main/framework/inc/classes/imagewrapper.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/framework/inc/classes/imagewrapper.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/framework/inc/classes/imagewrapper.hxx (original) +++ openoffice/trunk/main/framework/inc/classes/imagewrapper.hxx Sun May 22 01:05:14 2016 @@ -35,7 +35,7 @@ namespace framework { -class FWE_DLLPUBLIC ImageWrapper : public ThreadHelpBase , // Struct for right initalization of mutex member! Must be first of baseclasses. +class FWE_DLLPUBLIC ImageWrapper : public ThreadHelpBase , // Struct for right initialization of mutex member! Must be first of baseclasses. public ::cppu::WeakImplHelper2< ::com::sun::star::awt::XBitmap, ::com::sun::star::lang::XUnoTunnel > { Modified: openoffice/trunk/main/framework/inc/classes/protocolhandlercache.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/framework/inc/classes/protocolhandlercache.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/framework/inc/classes/protocolhandlercache.hxx (original) +++ openoffice/trunk/main/framework/inc/classes/protocolhandlercache.hxx Sun May 22 01:05:14 2016 @@ -163,8 +163,8 @@ class FWI_DLLPUBLIC HandlerCache @short implements configuration access for handler configuration @descr We use the ConfigItem mechanism to read/write values from/to configuration. We set a data container pointer for filling or reading ... this class use it temp. - After successfuly calling of read(), we can use filled container directly or merge it with an existing one. - After successfuly calling of write() all values of given data container are flushed to our configuration - + After successfully calling of read(), we can use filled container directly or merge it with an existing one. + After successfully calling of write() all values of given data container are flushed to our configuration - but current implementation doesn't support writeing really. @base ::utl::ConfigItem Modified: openoffice/trunk/main/framework/inc/dispatch/basedispatcher.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/framework/inc/dispatch/basedispatcher.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/framework/inc/dispatch/basedispatcher.hxx (original) +++ openoffice/trunk/main/framework/inc/dispatch/basedispatcher.hxx Sun May 22 01:05:14 2016 @@ -86,7 +86,7 @@ namespace framework{ between these different "loading threads". This is the reason to implement this dynamicly list. - @attention I maked class LoaderThreads threadsafe! Using will be easier in a multithreaded environment. + @attention I marked class LoaderThreads threadsafe! Using will be easier in a multithreaded environment. struct DispatchBinding doesn't need that! *//*-*************************************************************************************************************/ struct LoadBinding @@ -180,7 +180,7 @@ class LoaderThreads : private ::std::vec } //--------------------------------------------------------------------------------------------------------- - /// search for handler thread in list wich match given parameter and delete it + /// search for handler thread in list which match given parameter and delete it inline sal_Bool searchAndForget( const css::uno::Reference < css::frame::XDispatchResultListener >& rListener, LoadBinding& aBinding ) { ResetableGuard aGuard( m_aLock ); @@ -199,7 +199,7 @@ class LoaderThreads : private ::std::vec } //--------------------------------------------------------------------------------------------------------- - /// search for loader thread in list wich match given parameter and delete it + /// search for loader thread in list which match given parameter and delete it inline sal_Bool searchAndForget( const css::uno::Reference< css::frame::XFrameLoader > xLoader, LoadBinding& aBinding ) { ResetableGuard aGuard( m_aLock ); Modified: openoffice/trunk/main/framework/inc/dispatch/closedispatcher.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/framework/inc/dispatch/closedispatcher.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/framework/inc/dispatch/closedispatcher.hxx (original) +++ openoffice/trunk/main/framework/inc/dispatch/closedispatcher.hxx Sun May 22 01:05:14 2016 @@ -258,7 +258,7 @@ class CloseDispatcher : public css::lang /** @short calls XDesktop->terminate(). @descr No office code has to be called - afterwards! Because the process is dieing ... + afterwards! Because the process is dying ... The only exception is a might be registered listener at this instance here. Because he should know, that such things will happen :-) Modified: openoffice/trunk/main/framework/inc/dispatch/helpagentdispatcher.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/framework/inc/dispatch/helpagentdispatcher.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/framework/inc/dispatch/helpagentdispatcher.hxx (original) +++ openoffice/trunk/main/framework/inc/dispatch/helpagentdispatcher.hxx Sun May 22 01:05:14 2016 @@ -140,7 +140,7 @@ class HelpAgentDispatcher : public css: /** @short ensures that the agent's window exists @descr We create the agent window on demand. But afterwards we hold it alive till this helpagent dispatcher dies. The agent window will be made visible/hidden - in case a new dispatch occures or in case the timer expired. + in case a new dispatch occurs or in case the timer expired. @return [sal_Bool] sal_True in case the member m_xAgentWindow is a valid reference; Modified: openoffice/trunk/main/framework/inc/dispatch/oxt_handler.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/framework/inc/dispatch/oxt_handler.hxx?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/framework/inc/dispatch/oxt_handler.hxx (original) +++ openoffice/trunk/main/framework/inc/dispatch/oxt_handler.hxx Sun May 22 01:05:14 2016 @@ -201,7 +201,7 @@ class Oxt_Handler : // interfaces private: css::uno::Reference< css::lang::XMultiServiceFactory > m_xFactory ; /// global uno service factory to create new services - css::uno::Reference< css::uno::XInterface > m_xSelfHold ; /// we must protect us against dieing during async(!) dispatch() call! + css::uno::Reference< css::uno::XInterface > m_xSelfHold ; /// we must protect us against dying during async(!) dispatch() call! css::uno::Reference< css::frame::XDispatchResultListener > m_xListener ; }; // class Oxt_Handler