Your message with subj: Thanks for this report ./kontour/wmfstruct.h ./lib/kwmf/kwmf.cc ./lib/kwmf/wmfstruct.h has caused the attached bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Stephan Kulow (administrator, KDE bugs database) Received: (at submit) by bugs.kde.org; 30 Jul 2001 20:23:18 +0000 Received: (qmail 29516 invoked from network); 30 Jul 2001 20:23:17 -0000 Received: from mail.libertysurf.net (213.36.80.91) by max.tat.physik.uni-tuebingen.de with SMTP; 30 Jul 2001 20:23:17 -0000 Received: from there (213.36.26.4) by mail.libertysurf.net (5.1.053) id 3B60CA32000821A7 for submit@bugs.kde.org; Mon, 30 Jul 2001 22:22:21 +0200 Message-ID: <3B60CA32000821A7@mail.libertysurf.net> (added by postmaster@libertysurf.fr) Content-Type: text/plain; charset="iso-8859-1" From: thierry lorthiois Reply-To: lor.thi@libertysurf.fr To: submit@bugs.kde.org Subject: Perhaps a bug in wmf (emf) library Date: Mon, 30 Jul 2001 22:20:46 +0200 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Rating: max.tat.physik.uni-tuebingen.de 300/1000/N Package:kword Version:cvs 30/07 (using KDE 2.2 CVS 30/07) Severity:normal Installed from: compiled sources Others :  Suse7.1, linux 2.4.3, gcc 2.95.2, qt2.3.1 In file "koffice/lib/kwmf/wmfstruct.h" struct WmfEnhMetaHeader { ....... SIZEL szlDevice; // Size of the reference device in pixels SIZEL szlMillimeters; // Size of the reference device in millimeters }; with typedef Q_INT32 SIZEL; But the specification of Enhanced Meta Header say LONG WidthDevPixels; /* Width of reference device in pixels */ LONG HeightDevPixels; /* Height of reference device in pixels */ LONG WidthDevMM; /* Width of reference device in millimeters */ LONG HeightDevMM; /* Height of reference device in millimeters */ I don't see any change for wmf file :( bye thierry