diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-13 13:17:35 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-13 13:17:35 +0000 |
commit | ec02cc9a3becff90f9ab67f229585a14aafdd2b2 (patch) | |
tree | c5c9bd8d61c8c8b3507eaf05ca78e752420ecbab /basegfx/source | |
parent | be51114d706055572171b3eaaf9a2ce185bbc53b (diff) |
INTEGRATION: CWS pj87 (1.17.20); FILE MERGED
2007/10/22 10:18:02 thb 1.17.20.1: #i82822# WaE: Silly compiler needs this initialized
Diffstat (limited to 'basegfx/source')
-rw-r--r-- | basegfx/source/matrix/b2dhommatrix.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/basegfx/source/matrix/b2dhommatrix.cxx b/basegfx/source/matrix/b2dhommatrix.cxx index 767e60486272..8129e7c4868b 100644 --- a/basegfx/source/matrix/b2dhommatrix.cxx +++ b/basegfx/source/matrix/b2dhommatrix.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b2dhommatrix.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: kz $ $Date: 2007-05-09 13:21:53 $ + * last change: $Author: rt $ $Date: 2007-11-13 14:17:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -236,8 +236,8 @@ namespace basegfx { if(!fTools::equalZero(fRadiant)) { - double fSin; - double fCos; + double fSin(0.0); + double fCos(0.0); // is the rotation angle an approximate multiple of pi/2? // If yes, force fSin/fCos to -1/0/1, to maintain |