diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-06-16 09:13:08 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-06-16 09:13:08 +0000 |
commit | 983aa81ab084f5e11b68de8fb445e1e5ab7bd773 (patch) | |
tree | 1746b32f522b1b1b409f2eea69c71322da777ba8 /svtools/source/control | |
parent | 895f4a0eb838f447fe6cba55713946af0af880b6 (diff) |
INTEGRATION: CWS ooo20040509 (1.1.1.1.588); FILE MERGED
2004/05/06 13:40:19 waratah 1.1.1.1.588.1: Initialise variables where they need it
Diffstat (limited to 'svtools/source/control')
-rw-r--r-- | svtools/source/control/taskmisc.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/control/taskmisc.cxx b/svtools/source/control/taskmisc.cxx index 1438417d2a88..9770656cc09f 100644 --- a/svtools/source/control/taskmisc.cxx +++ b/svtools/source/control/taskmisc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: taskmisc.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:58:57 $ + * last change: $Author: rt $ $Date: 2004-06-16 10:13:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -313,8 +313,8 @@ void WindowArrange::ImplCascade( const Rectangle& rRect ) long nBottomBorder; long nStartOverWidth; long nStartOverHeight; - long nOverWidth; - long nOverHeight; + long nOverWidth = 0; + long nOverHeight = 0; long nTempX; long nTempY; long nTempWidth; |