To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74554


User radekdoulik changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|RESOLVED                  |REOPENED
--------------------------------------------------------------------------------
              Resolution|REMIND                    |
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu May 24 17:05:02 +0000 
2007 -------
That the default values are not stored is correct. I don't have test document at
hand, but I can show you the part of the code, which loads the value:

msdffimp.cxx:2253:                      double fBackDepth = 
(double)((sal_Int32)GetPropertyValue(
DFF_Prop_c3DExtrudeBackward, 1270 * 360 )) / 360.0;

as you can see, in case the the value is not present, the value 1270 is used.

What was happening before, was that in case that fBackDepth was set to 0.0,
which is valid non-default value, it wasn't saved. So if you saved document with
0.0 fBackDepth and loaded it next time, it was set to 1270.0 (default value)
instead of 0.0.


---------------------------------------------------------------------
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