Kaydet (Commit) f6d5a32a authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: avaiable -> available

üst 92b22157
...@@ -354,7 +354,7 @@ void SwDoc::set(/*[in]*/ DocumentSettingId id, /*[in]*/ bool value) ...@@ -354,7 +354,7 @@ void SwDoc::set(/*[in]*/ DocumentSettingId id, /*[in]*/ bool value)
// COMPATIBILITY FLAGS END // COMPATIBILITY FLAGS END
case BROWSE_MODE: //can be used temporary (load/save) when no SwViewShell is avaiable case BROWSE_MODE: //can be used temporary (load/save) when no SwViewShell is available
mbLastBrowseMode = value; mbLastBrowseMode = value;
break; break;
......
...@@ -912,7 +912,7 @@ void SwLayHelper::_CheckFlyCache( SwPageFrm* pPage ) ...@@ -912,7 +912,7 @@ void SwLayHelper::_CheckFlyCache( SwPageFrm* pPage )
if( !pImpl || !pPage ) if( !pImpl || !pPage )
return; return;
sal_uInt16 nFlyCount = pImpl->GetFlyCount(); sal_uInt16 nFlyCount = pImpl->GetFlyCount();
// Any text frames at the page, fly cache avaiable? // Any text frames at the page, fly cache available?
if( pPage->GetSortedObjs() && nFlyIdx < nFlyCount ) if( pPage->GetSortedObjs() && nFlyIdx < nFlyCount )
{ {
SwSortedObjs &rObjs = *pPage->GetSortedObjs(); SwSortedObjs &rObjs = *pPage->GetSortedObjs();
......
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