diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-09 10:31:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-09 10:31:29 +0000 |
commit | 62eee7997f79050b40ba605c02aeff6d6d11ad05 (patch) | |
tree | eb52d6afc08fb2c09f90b3c855e51e2b323ee1b0 /goodies | |
parent | 2eab5aac7553bedac168695c580192f6c0979048 (diff) |
INTEGRATION: CWS ooo20040815 (1.1.1.1.240); FILE MERGED
2004/08/04 13:11:18 waratah 1.1.1.1.240.1: #i32569# remove unused variables and add comments re interesting code
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/icgm/class2.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/icgm/class2.cxx b/goodies/source/filter.vcl/icgm/class2.cxx index 9f2b58116057..429f728c40e7 100644 --- a/goodies/source/filter.vcl/icgm/class2.cxx +++ b/goodies/source/filter.vcl/icgm/class2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: class2.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:30:14 $ + * last change: $Author: hr $ $Date: 2004-09-09 11:31:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -247,7 +247,7 @@ void CGM::ImplDoClass2() case 0xfa : ComOut( CGM_GDSF_ONLY, "inquire Font Selection Mode" ) break; case 0xf9 : ComOut( CGM_GDSF_ONLY, "set Char Height Spec Mode" ) { - sal_uInt32 nType = ImplGetUI16(); + ImplGetUI16(); // -Wall is this really needed? } break; case 0xf8 : ComOut( CGM_GDSF_ONLY, "set Background Style" ) break; |