Fix typos

Change-Id: Ia78310bd85c9a582245074bd46154516a1f21c86
Reviewed-on: https://gerrit.libreoffice.org/57826
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
This commit is contained in:
Andrea Gelmini
2018-07-22 19:03:34 +02:00
committed by Jens Carl
parent 8319ff9260
commit ccae176606
3 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ class JavaWindowPeerFake implements XSystemDependentWindowPeer,
return aReturn;
}
/** not really neaded.
/** not really needed.
*/
public XToolkit getToolkit()
throws com.sun.star.uno.RuntimeException

View File

@@ -5915,7 +5915,7 @@ void SvxMSDffManager::GetCtrlData(sal_uInt32 nOffsDggL)
if( !bOk )
{
nPos++; // ????????? TODO: trying to get an one-hit wonder, this code code should be rewritten...
nPos++; // ????????? TODO: trying to get an one-hit wonder, this code should be rewritten...
if (nPos != rStCtrl.Seek(nPos))
break;
bOk = ReadCommonRecordHeader( rStCtrl, nVer, nInst, nFbt, nLength )

View File

@@ -301,7 +301,7 @@ bool SwAccessibleFrameBase::GetSelectedState( )
return true;
}
// SELETED.
// SELECTED.
SwFlyFrame* pFlyFrame = getFlyFrame();
const SwFrameFormat *pFrameFormat = pFlyFrame->GetFormat();
const SwFormatAnchor& rAnchor = pFrameFormat->GetAnchor();