summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:31:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:31:56 +0000
commit49d1289789b81c415af6c7dc2e9e7f33f2fa5c57 (patch)
treecb36996f65005d748c0c131ea5c85eeb05a4d8dc /goodies
parentab4834003d666c11f10d591f911113d6410c8a14 (diff)
INTEGRATION: CWS ooo20040815 (1.2.234); FILE MERGED
2004/08/04 13:09:51 waratah 1.2.234.1: #i32569# remove unused variables and add comments re interesting code
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/icgm/class4.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/goodies/source/filter.vcl/icgm/class4.cxx b/goodies/source/filter.vcl/icgm/class4.cxx
index b4c6ca085597..d14659f11fb3 100644
--- a/goodies/source/filter.vcl/icgm/class4.cxx
+++ b/goodies/source/filter.vcl/icgm/class4.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: class4.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: sj $ $Date: 2000-12-15 12:26:06 $
+ * last change: $Author: hr $ $Date: 2004-09-09 11:31:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -367,8 +367,8 @@ void CGM::ImplDoClass4()
case 0x0a : ComOut( CGM_LEVEL1, "Generalized Drawing Primitive" )
{
- long nIdentifier = ImplGetI( pElement->nIntegerPrecision );
- sal_uInt32 nNumberOfPoints = ImplGetUI( pElement->nIntegerPrecision );
+ ImplGetI( pElement->nIntegerPrecision ); //-Wall is this needed
+ ImplGetUI( pElement->nIntegerPrecision ); //-Wall is this needed
mnParaSize = mnElementSize;
}
break;