Kaydet (Commit) 881f94b5 authored tarafından Julien Nabet's avatar Julien Nabet

Fix typo betwen/between

Change-Id: I2194bf9caefe4b9d28c939af6665d62c7e83d403
üst 6b29aa78
...@@ -60,7 +60,7 @@ CPPU_DLLPUBLIC void SAL_CALL uno_getIdOfCurrentThread( sal_Sequence **ppThreadId ...@@ -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. thread is broken.
*/ */
CPPU_DLLPUBLIC void SAL_CALL uno_releaseIdFromCurrentThread() CPPU_DLLPUBLIC void SAL_CALL uno_releaseIdFromCurrentThread()
......
...@@ -665,7 +665,7 @@ void SdTpOptionsMisc::SetDrawMode() ...@@ -665,7 +665,7 @@ void SdTpOptionsMisc::SetDrawMode()
lcl_MoveWin( aTxtTabstop, -nDiff ); lcl_MoveWin( aTxtTabstop, -nDiff );
lcl_MoveWin( aMtrFldTabstop, -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. // group controls above and below.
lcl_MoveWin (aFtScale, -17); lcl_MoveWin (aFtScale, -17);
lcl_MoveWin (aCbScale, -17); lcl_MoveWin (aCbScale, -17);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment