summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 09:13:39 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:33:07 +0200
commitf6d5a32ab509c604ec48aaf6bed2adb79c5da27d (patch)
tree0fc041e2090128c50fc2c3ad65abe4e1145e3890 /sw
parent92b22157864f82e76863f5d77b32f63eb203322a (diff)
typo: avaiable -> available
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/doc.cxx2
-rw-r--r--sw/source/core/layout/laycache.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx
index ff9c32064719..82560b245b79 100644
--- a/sw/source/core/doc/doc.cxx
+++ b/sw/source/core/doc/doc.cxx
@@ -354,7 +354,7 @@ void SwDoc::set(/*[in]*/ DocumentSettingId id, /*[in]*/ bool value)
// 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;
break;
diff --git a/sw/source/core/layout/laycache.cxx b/sw/source/core/layout/laycache.cxx
index 401d837ef7c0..aaa544cfa39d 100644
--- a/sw/source/core/layout/laycache.cxx
+++ b/sw/source/core/layout/laycache.cxx
@@ -912,7 +912,7 @@ void SwLayHelper::_CheckFlyCache( SwPageFrm* pPage )
if( !pImpl || !pPage )
return;
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 )
{
SwSortedObjs &rObjs = *pPage->GetSortedObjs();