You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2019/01/26 21:06:36 UTC

svn commit: r1852250 - in /openoffice/trunk/main: dtrans/source/cnttype/wbench/ dtrans/source/win32/workbench/ framework/inc/services/ shell/source/win32/workbench/ sw/source/ui/dbui/ sw/source/ui/uno/

Author: mseidel
Date: Sat Jan 26 21:06:36 2019
New Revision: 1852250

URL: http://svn.apache.org/viewvc?rev=1852250&view=rev
Log:
Fixed typos (shuting -> shutting)

Modified:
    openoffice/trunk/main/dtrans/source/cnttype/wbench/testcnttype.cxx
    openoffice/trunk/main/dtrans/source/win32/workbench/test_wincb.cxx
    openoffice/trunk/main/framework/inc/services/desktop.hxx
    openoffice/trunk/main/shell/source/win32/workbench/TestSmplMail.cxx
    openoffice/trunk/main/shell/source/win32/workbench/TestSysShExec.cxx
    openoffice/trunk/main/sw/source/ui/dbui/maildispatcher.cxx
    openoffice/trunk/main/sw/source/ui/uno/unoatxt.cxx

Modified: openoffice/trunk/main/dtrans/source/cnttype/wbench/testcnttype.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dtrans/source/cnttype/wbench/testcnttype.cxx?rev=1852250&r1=1852249&r2=1852250&view=diff
==============================================================================
--- openoffice/trunk/main/dtrans/source/cnttype/wbench/testcnttype.cxx (original)
+++ openoffice/trunk/main/dtrans/source/cnttype/wbench/testcnttype.cxx Sat Jan 26 21:06:36 2019
@@ -115,7 +115,7 @@ void ShutdownServiceMgr( Reference< XMul
 	Reference< XComponent > xComponent( SrvMgr, UNO_QUERY );
 
 	if ( !xComponent.is() )
-		OSL_ENSURE(sal_False, "Error shuting down");
+		OSL_ENSURE(sal_False, "Error shutting down");
 	
 	// Dispose and clear factory
 	xComponent->dispose();

Modified: openoffice/trunk/main/dtrans/source/win32/workbench/test_wincb.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dtrans/source/win32/workbench/test_wincb.cxx?rev=1852250&r1=1852249&r2=1852250&view=diff
==============================================================================
--- openoffice/trunk/main/dtrans/source/win32/workbench/test_wincb.cxx (original)
+++ openoffice/trunk/main/dtrans/source/win32/workbench/test_wincb.cxx Sat Jan 26 21:06:36 2019
@@ -329,7 +329,7 @@ int SAL_CALL main( int nArgc, char* Argv
 	Reference< XComponent > xComponent( g_xFactory, UNO_QUERY );
 
 	if ( !xComponent.is() )
-		OSL_ENSURE(sal_False, "Error shuting down");
+		OSL_ENSURE(sal_False, "Error shutting down");
 	
 	// Dispose and clear factory
 	xComponent->dispose();

Modified: openoffice/trunk/main/framework/inc/services/desktop.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/framework/inc/services/desktop.hxx?rev=1852250&r1=1852249&r2=1852250&view=diff
==============================================================================
--- openoffice/trunk/main/framework/inc/services/desktop.hxx (original)
+++ openoffice/trunk/main/framework/inc/services/desktop.hxx Sat Jan 26 21:06:36 2019
@@ -485,7 +485,7 @@ class Desktop   :   // interfaces
         css::uno::Reference< css::frame::XTerminateListener > m_xSWThreadManager;
 
         //---------------------------------------------------------------------
-        /** special terminate listener shuting down the SfxApplication.
+        /** special terminate listener shutting down the SfxApplication.
           * Because these desktop instance closes documents and informs listener
           * only ... it does not really shutdown the whole application.
           *

Modified: openoffice/trunk/main/shell/source/win32/workbench/TestSmplMail.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/shell/source/win32/workbench/TestSmplMail.cxx?rev=1852250&r1=1852249&r2=1852250&view=diff
==============================================================================
--- openoffice/trunk/main/shell/source/win32/workbench/TestSmplMail.cxx (original)
+++ openoffice/trunk/main/shell/source/win32/workbench/TestSmplMail.cxx Sat Jan 26 21:06:36 2019
@@ -170,7 +170,7 @@ int SAL_CALL main(int , char*, char* )
 	// Print a message if an error occurred.
 	if ( xComponent.is() == sal_False )
 	{
-		OSL_ENSURE(sal_False, "Error shuting down");
+		OSL_ENSURE(sal_False, "Error shutting down");
 	}
 
 	// Dispose and clear factory

Modified: openoffice/trunk/main/shell/source/win32/workbench/TestSysShExec.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/shell/source/win32/workbench/TestSysShExec.cxx?rev=1852250&r1=1852249&r2=1852250&view=diff
==============================================================================
--- openoffice/trunk/main/shell/source/win32/workbench/TestSysShExec.cxx (original)
+++ openoffice/trunk/main/shell/source/win32/workbench/TestSysShExec.cxx Sat Jan 26 21:06:36 2019
@@ -146,7 +146,7 @@ int SAL_CALL main(int nArgc, char* Argv[
 	// Print a message if an error occurred.
 	if ( xComponent.is() == sal_False )
 	{
-		OSL_ENSURE(sal_False, "Error shuting down");
+		OSL_ENSURE(sal_False, "Error shutting down");
 	}
 
 	// Dispose and clear factory

Modified: openoffice/trunk/main/sw/source/ui/dbui/maildispatcher.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/ui/dbui/maildispatcher.cxx?rev=1852250&r1=1852249&r2=1852250&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/ui/dbui/maildispatcher.cxx (original)
+++ openoffice/trunk/main/sw/source/ui/dbui/maildispatcher.cxx Sat Jan 26 21:06:36 2019
@@ -126,7 +126,7 @@ void MailDispatcher::enqueueMailMessage(
     ::osl::MutexGuard thread_status_guard(thread_status_mutex_);     
     ::osl::MutexGuard message_container_guard(message_container_mutex_);
     
-    OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shuting down already");
+    OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shutting down already");
         
     messages_.push_back(message);                    
     if (run_)
@@ -151,7 +151,7 @@ void MailDispatcher::start()
     
     ::osl::ClearableMutexGuard thread_status_guard(thread_status_mutex_);        
         
-    OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shuting down already");
+    OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shutting down already");
     
     if (!shutdown_requested_)
     {
@@ -170,7 +170,7 @@ void MailDispatcher::stop()
     
     ::osl::ClearableMutexGuard thread_status_guard(thread_status_mutex_);                
         
-    OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shuting down already");
+    OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shutting down already");
     
     if (!shutdown_requested_)
     {
@@ -187,7 +187,7 @@ void MailDispatcher::shutdown()
 {        
     ::osl::MutexGuard thread_status_guard(thread_status_mutex_);            
     
-    OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shuting down already");
+    OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shutting down already");
     
     shutdown_requested_ = true;
     wakening_call_.set();        
@@ -200,7 +200,7 @@ bool MailDispatcher::isStarted() const
 
 void MailDispatcher::addListener(::rtl::Reference<IMailDispatcherListener> listener)
 {
-    OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shuting down already");
+    OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shutting down already");
     
     ::osl::MutexGuard guard(listener_container_mutex_);
     listeners_.push_back(listener);
@@ -208,7 +208,7 @@ void MailDispatcher::addListener(::rtl::
 
 void MailDispatcher::removeListener(::rtl::Reference<IMailDispatcherListener> listener)
 {
-    OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shuting down already");
+    OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shutting down already");
     
     ::osl::MutexGuard guard(listener_container_mutex_);
     listeners_.remove(listener);

Modified: openoffice/trunk/main/sw/source/ui/uno/unoatxt.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/ui/uno/unoatxt.cxx?rev=1852250&r1=1852249&r2=1852250&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/ui/uno/unoatxt.cxx (original)
+++ openoffice/trunk/main/sw/source/ui/uno/unoatxt.cxx Sat Jan 26 21:06:36 2019
@@ -933,7 +933,7 @@ void SwXAutoTextEntry::Notify( SfxBroadc
 		{
             if ( SFX_HINT_DEINITIALIZING == static_cast< const SfxSimpleHint& >( _rHint ).GetId() )
 			{
-				// our document is dying (possibly because we're shuting down, and the document was notified
+				// our document is dying (possibly because we're shutting down, and the document was notified
 				// earlier than we are?)
 				// stop listening at the docu
 				EndListening( *&xDocSh );