diff options
-rw-r--r-- | cppu/inc/uno/threadpool.h | 2 | ||||
-rw-r--r-- | sd/source/ui/dlg/tpoption.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cppu/inc/uno/threadpool.h b/cppu/inc/uno/threadpool.h index cc8cee8537ce..973fa54ceee0 100644 --- a/cppu/inc/uno/threadpool.h +++ b/cppu/inc/uno/threadpool.h @@ -60,7 +60,7 @@ CPPU_DLLPUBLIC void SAL_CALL uno_getIdOfCurrentThread( sal_Sequence **ppThreadId /** - If the internal refcount drops to zero, the association betwen threadId and + If the internal refcount drops to zero, the association between threadId and thread is broken. */ CPPU_DLLPUBLIC void SAL_CALL uno_releaseIdFromCurrentThread() diff --git a/sd/source/ui/dlg/tpoption.cxx b/sd/source/ui/dlg/tpoption.cxx index 77960f056cc0..7fce3e8b8049 100644 --- a/sd/source/ui/dlg/tpoption.cxx +++ b/sd/source/ui/dlg/tpoption.cxx @@ -665,7 +665,7 @@ void SdTpOptionsMisc::SetDrawMode() lcl_MoveWin( aTxtTabstop, -nDiff ); lcl_MoveWin( aMtrFldTabstop, -nDiff ); - // Move the scale controls so that they are visually centered betwen the + // Move the scale controls so that they are visually centered between the // group controls above and below. lcl_MoveWin (aFtScale, -17); lcl_MoveWin (aCbScale, -17); |