To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62670
                  Issue #:|62670
                  Summary:|SvxShape::set/getPropertyValues missing increment if
                          |exception is thrown
                Component:|Presentation
                  Version:|680m152
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|cl
              Reported by:|iha





------- Additional comments from [EMAIL PROTECTED] Wed Mar  1 02:23:13 -0800 
2006 -------
in the method SvxShape::get/setPropertyValues
there is code like
'setPropertyValue( *pNames++, *pValues++ );'
which could throw an exception. When the exception is thrown the counting 
variables
pNames and pValues are not moved to the next property thus all remaining
properties in the loop are not set.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to