Kaydet (Commit) ccae1766 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Jens Carl

Fix typos

Change-Id: Ia78310bd85c9a582245074bd46154516a1f21c86
Reviewed-on: https://gerrit.libreoffice.org/57826
Tested-by: Jenkins
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst 8319ff92
...@@ -54,7 +54,7 @@ class JavaWindowPeerFake implements XSystemDependentWindowPeer, ...@@ -54,7 +54,7 @@ class JavaWindowPeerFake implements XSystemDependentWindowPeer,
return aReturn; return aReturn;
} }
/** not really neaded. /** not really needed.
*/ */
public XToolkit getToolkit() public XToolkit getToolkit()
throws com.sun.star.uno.RuntimeException throws com.sun.star.uno.RuntimeException
......
...@@ -5915,7 +5915,7 @@ void SvxMSDffManager::GetCtrlData(sal_uInt32 nOffsDggL) ...@@ -5915,7 +5915,7 @@ void SvxMSDffManager::GetCtrlData(sal_uInt32 nOffsDggL)
if( !bOk ) 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)) if (nPos != rStCtrl.Seek(nPos))
break; break;
bOk = ReadCommonRecordHeader( rStCtrl, nVer, nInst, nFbt, nLength ) bOk = ReadCommonRecordHeader( rStCtrl, nVer, nInst, nFbt, nLength )
......
...@@ -301,7 +301,7 @@ bool SwAccessibleFrameBase::GetSelectedState( ) ...@@ -301,7 +301,7 @@ bool SwAccessibleFrameBase::GetSelectedState( )
return true; return true;
} }
// SELETED. // SELECTED.
SwFlyFrame* pFlyFrame = getFlyFrame(); SwFlyFrame* pFlyFrame = getFlyFrame();
const SwFrameFormat *pFrameFormat = pFlyFrame->GetFormat(); const SwFrameFormat *pFrameFormat = pFlyFrame->GetFormat();
const SwFormatAnchor& rAnchor = pFrameFormat->GetAnchor(); const SwFormatAnchor& rAnchor = pFrameFormat->GetAnchor();
......
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