diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 12:14:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 12:14:59 +0000 |
commit | 5efe8060bafb12f69ac0a223603fa77ba24e3b4e (patch) | |
tree | a950511ab45b4aae32692838cc40542b874e48fc /sw/source | |
parent | 2dee8c74069f1374708231584c44a80820fb8b79 (diff) |
INTEGRATION: CWS tune05 (1.19.568); FILE MERGED
2004/07/21 15:12:27 cmc 1.19.568.1: #i30554# remove warning
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/wrtsh/select.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/wrtsh/select.cxx b/sw/source/ui/wrtsh/select.cxx index 868f234634ed..84447ee5b2bc 100644 --- a/sw/source/ui/wrtsh/select.cxx +++ b/sw/source/ui/wrtsh/select.cxx @@ -2,9 +2,9 @@ * * $RCSfile: select.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: kz $ $Date: 2004-08-02 13:13:09 $ + * last change: $Author: obo $ $Date: 2004-08-12 13:14:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -502,7 +502,7 @@ long SwWrtShell::ExtSelWrd(const Point *pPt, BOOL ) } // check the direction of the selection with the new point - BOOL bRet = FALSE, bMoveCrsr = TRUE, bToTop; + BOOL bRet = FALSE, bMoveCrsr = TRUE, bToTop = FALSE; SwCrsrShell::SelectWord( &aStart ); // select the startword SwCrsrShell::Push(); // save the cursor SwCrsrShell::SetCrsr( *pPt ); // and check the direction |