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:
committed by
Jens Carl
parent
8319ff9260
commit
ccae176606
@@ -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
|
||||
|
@@ -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 )
|
||||
|
@@ -301,7 +301,7 @@ bool SwAccessibleFrameBase::GetSelectedState( )
|
||||
return true;
|
||||
}
|
||||
|
||||
// SELETED.
|
||||
// SELECTED.
|
||||
SwFlyFrame* pFlyFrame = getFlyFrame();
|
||||
const SwFrameFormat *pFrameFormat = pFlyFrame->GetFormat();
|
||||
const SwFormatAnchor& rAnchor = pFrameFormat->GetAnchor();
|
||||
|
Reference in New Issue
Block a user