summaryrefslogtreecommitdiffstats
path: root/sw/source/uibase/wrtsh
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/wrtsh')
-rw-r--r--sw/source/uibase/wrtsh/select.cxx4
-rw-r--r--sw/source/uibase/wrtsh/wrtsh1.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/wrtsh/select.cxx b/sw/source/uibase/wrtsh/select.cxx
index 0d1f1be27d15..0695185d2fa2 100644
--- a/sw/source/uibase/wrtsh/select.cxx
+++ b/sw/source/uibase/wrtsh/select.cxx
@@ -423,7 +423,7 @@ long SwWrtShell::ExtSelWrd(const Point *pPt, bool )
// Then destroy the actual an go to prev, this will be expand
if( !HasMark() && GoPrevCursor() )
{
- bool bHasMark = HasMark(); // thats wrong!
+ bool bHasMark = HasMark(); // that's wrong!
GoNextCursor();
if( bHasMark )
{
@@ -485,7 +485,7 @@ long SwWrtShell::ExtSelLn(const Point *pPt, bool )
// Then destroy the actual an go to prev, this will be expand
if( !HasMark() && GoPrevCursor() )
{
- bool bHasMark = HasMark(); // thats wrong!
+ bool bHasMark = HasMark(); // that's wrong!
GoNextCursor();
if( bHasMark )
{
diff --git a/sw/source/uibase/wrtsh/wrtsh1.cxx b/sw/source/uibase/wrtsh/wrtsh1.cxx
index ac5debe9ec49..d401687ec5a3 100644
--- a/sw/source/uibase/wrtsh/wrtsh1.cxx
+++ b/sw/source/uibase/wrtsh/wrtsh1.cxx
@@ -315,7 +315,7 @@ void SwWrtShell::Insert( const OUString &rPath, const OUString &rFilter,
aGrfSize.Width() = aBound.Width();
aGrfSize.Height() = BigInt(aBound.Width()) * aTempHeight / aTempWidth;
}
- // Fit hight if necessary, scale down the width proportional thereafter.
+ // Fit height if necessary, scale down the width proportional thereafter.
if( aGrfSize.Height() > aBound.Height() )
{
aGrfSize.Height() = aBound.Height();