[sw-issues] [Issue 114162] ODF : attribute config:t ype has a bad value.

2010-10-07 Thread mst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114162


User mst changed the following:

What|Old value |New value

  CC|'cl,mib,nn,od,os,tl'  |'cl,mib,mst,nn,od,os,tl'

 Assigned to|mst   |os





--- Additional comments from m...@openoffice.org Thu Oct  7 10:14:42 + 
2010 ---
please verify

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 114162] ODF : attribute config:t ype has a bad value.

2010-10-07 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114162


User os changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from o...@openoffice.org Thu Oct  7 11:07:18 + 
2010 ---
verified

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 114162] ODF : attribute config:t ype has a bad value.

2010-09-29 Thread od
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114162


User od changed the following:

What|Old value |New value

Keywords|  |odf_validation





--- Additional comments from o...@openoffice.org Wed Sep 29 09:35:46 + 
2010 ---
adding keyword

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 114162] ODF : attribute config:t ype has a bad value.

2010-09-09 Thread mst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114162


User mst changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from m...@openoffice.org Thu Sep  9 18:21:35 + 
2010 ---
replaced the code that writes byte config-items with an assertion.

fixed in cws sw34bf01
http://hg.services.openoffice.org/hg/cws/sw34bf01/rev/b051d2edc3de

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 114162] ODF : attribute config:t ype has a bad value.

2010-09-07 Thread mst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114162


User mst changed the following:

What|Old value |New value

  CC|'od,os,tl'|'cl,mib,nn,od,os,tl'





--- Additional comments from m...@openoffice.org Tue Sep  7 13:43:51 + 
2010 ---
i agree with os' suggestion to disable the storing of byte config items
altogether.

@nn, cl:
i'm assuming that Calc/Impress also don't store config-items of type byte in
settings.xml currently.

unless one of you objects i'm going to disable storing them.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 114162] ODF : attribute config:t ype has a bad value.

2010-09-06 Thread mst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114162





--- Additional comments from m...@openoffice.org Mon Sep  6 17:12:24 + 
2010 ---
the ODF schema indeed allows short, int, and long, but not byte.

(i'd guess the omission was an accident, maybe at the time there weren't any
byte items, so nobody noticed.)

because byte is already not allowed in ODF 1.1 i guess we'll have to do
something about it.

easiest thing would be to store these as short instead.
looking at the import code (xmloff/source/core/DocumentSettingsContext.cxx) this
would mean that on import an any with sal_Int16 instead of sal_Int8 would be
produced for such items.

would this cause any problems for the configuration?
would the configuration manager convert these back to sal_Int8?
or does the type not really matter?


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 114162] ODF : attribute config:t ype has a bad value.

2010-09-06 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114162





--- Additional comments from o...@openoffice.org Tue Sep  7 05:50:35 + 
2010 ---
-mst: As the values PreviewPrintNumRows and PreviewPrintNumColumns are going to
be removed there is no 'byte' value anymore at the API. 

If at any time byte values are re-introduced then the xmloff code should assert
and not write them to the file. 

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 114162] ODF : attribute config:t ype has a bad value.

2010-09-02 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114162


User tl changed the following:

What|Old value |New value

  CC|'od,os'   |'od,os,tl'

 Assigned to|tl|mst

Target milestone|OOo 3.x   |OOo 3.4





--- Additional comments from t...@openoffice.org Thu Sep  2 08:33:33 + 
2010 ---
Removing the 'Print Options' from the print preview was done voluntarily by
printerpullpages. Thus for getting rid of the still existing old code I have
created issue 114267 now.

tl-mst: About the 'byte' thing can you have a look at this? Thanks!

Setting target to 3.4 since we like to know early if everything is right here.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 114162] ODF : attribute config:t ype has a bad value.

2010-09-01 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114162


User mru changed the following:

What|Old value |New value

  CC|''|'od,os'

 Assigned to|writerneedsconfirm|os

Target milestone|---   |OOo 3.x





--- Additional comments from m...@openoffice.org Wed Sep  1 12:44:07 + 
2010 ---
MRU-OS / OD: the config-items PreviewPrintNumRowsand PreviewPrintNumColumns
in the settings.xml have wrong config-type byte. I do not where these
config-items are geerated - maybe a relict from older times?

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 114162] ODF : attribute config:t ype has a bad value.

2010-09-01 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114162


User os changed the following:

What|Old value |New value

 Assigned to|os|tl

  OS/Version|Linux |All

Platform|PC|All





--- Additional comments from o...@openoffice.org Wed Sep  1 13:39:29 + 
2010 ---
At looks as if the preview print options are not in use anymore. 
-tl: With printerpullpages there is no special setting of page preview print
settings available anymore. Was that intended?

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 114162] ODF : attribute config:t ype has a bad value.

2010-08-27 Thread jbfaure
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114162
 Issue #|114162
 Summary|ODF : attribute config:type has a bad value.
   Component|Word processor
 Version|OOO330m5
Platform|PC
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|writerneedsconfirm
 Reported by|jbfaure





--- Additional comments from jbfa...@openoffice.org Fri Aug 27 19:16:26 
+ 2010 ---
The attached odt file does not contains text but styles. It is a file which has
been saved by several versions of OOo and from which I removed all the text.
ODF validator find this file not valid ODF with errors in settings.xml

Kind regards. JBF

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 114162] ODF : attribute config:t ype has a bad value.

2010-08-27 Thread jbfaure
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114162





--- Additional comments from jbfa...@openoffice.org Fri Aug 27 19:17:15 
+ 2010 ---
Created an attachment (id=71440)
not valid ODF file


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org