~ubuntu-branches/ubuntu/breezy/koffice/breezy-security

« back to all changes in this revision

Viewing changes to karbon/tools/vspiraltool.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-10-11 14:49:50 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051011144950-lwpngbifzp8nk0ds
Tags: 1:1.4.1-0ubuntu7
* SECURITY UPDATE: fix heap based buffer overflow in the RTF importer of KWord
* Opening specially crafted RTF files in KWord can cause
  execution of abitrary code.
* Add kubuntu_01_rtfimport_heap_overflow.diff
* References:
  CAN-2005-2971
  CESA-2005-005
  http://www.koffice.org/security/advisory-20051011-1.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define __VSPIRALTOOL_H__
22
22
 
23
23
#include <kdialogbase.h>
 
24
#include <knuminput.h>
24
25
#include <klocale.h>
25
26
 
26
27
#include "vshapetool.h"
27
28
 
28
29
class KComboBox;
29
 
class KoUnitDoubleSpinBox;
 
30
//class KoUnitDoubleSpinBox;
30
31
class KDoubleNumInput;
31
32
class KIntSpinBox;
32
33
class KarbonPart;
66
67
                void refreshUnit();
67
68
 
68
69
        private:
69
 
                KoUnitDoubleSpinBox     *m_radius;
 
70
                // FIXME: This should be a KoUnitDoubleSpinBox!
 
71
                KDoubleSpinBox  *m_radius;
 
72
 
70
73
                KIntSpinBox                     *m_segments;
71
74
                KDoubleNumInput         *m_fade;
72
75
                KComboBox                       *m_type;