[udk-issues] [Issue 108151] remotebridges: fix strict aliasing

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


User sb changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from s...@openoffice.org Fri Feb  5 12:20:43 + 
2010 ---
.

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


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



[udk-issues] [Issue 108151] remotebridges: fix strict aliasing

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


User cmc changed the following:

What|Old value |New value

 Assigned to|cmc   |sb





--- Additional comments from c...@openoffice.org Tue Jan 12 13:38:17 + 
2010 ---
cmc-sb: Willing to verify this in cmcfixes69, i.e.
http://hg.services.openoffice.org/cws/cmcfixes69/rev/48dd4d19048f

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


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



[udk-issues] [Issue 108151] remotebridges: fix strict aliasing

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


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Tue Jan 12 15:23:06 + 
2010 ---
verified by code review

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


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



[udk-issues] [Issue 108151] remotebridges: fix strict aliasing

2010-01-08 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108151
 Issue #|108151
 Summary|remotebridges: fix strict aliasing
   Component|udk
 Version|DEV300m69
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|kr
 Reported by|cmc





--- Additional comments from c...@openoffice.org Fri Jan  8 10:21:50 + 
2010 ---
remotebridges uses a cast between unrelated types (as far as the compiler is
concerned). Attach is a trivial patch to remove the cast

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


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



[udk-issues] [Issue 108151] remotebridges: fix strict aliasing

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


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |67070)
fix cast






--- Additional comments from c...@openoffice.org Fri Jan  8 10:22:46 + 
2010 ---
Created an attachment (id=67070)
fix cast


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


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



[udk-issues] [Issue 108151] remotebridges: fix strict aliasing

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


User cmc changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |101100
  is|  |

Target milestone|---   |OOo 3.3





--- Additional comments from c...@openoffice.org Fri Jan  8 10:24:30 + 
2010 ---
I can take this into a cws if you're happy with this change

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


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



[udk-issues] [Issue 108151] remotebridges: fix strict aliasing

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





--- Additional comments from s...@openoffice.org Fri Jan  8 10:44:25 + 
2010 ---
@cmc:  Using ::rtl::BYTESEQ_NODEFAULT was probably meant as an optimization
(whether warranted or not) to not default-construct the nSize members, which the
changed code would lose.  com/sun/star/uno/Sequence.h offers
com::sun::star::uno::toUnoSequence which looks like it could be used instead of
the C-style cast.

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


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



[udk-issues] [Issue 108151] remotebridges: fix strict aliasing

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


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |67076)
fair enough, how ab
|  |out this then






--- Additional comments from c...@openoffice.org Fri Jan  8 10:56:05 + 
2010 ---
Created an attachment (id=67076)
fair enough, how about this then


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


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



[udk-issues] [Issue 108151] remotebridges: fix strict aliasing

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





--- Additional comments from s...@openoffice.org Fri Jan  8 11:08:51 + 
2010 ---
Created an attachment (id=67077)
was rather thinking about something like this (your fix would destroy the 
rtl::ByteSequence too early, wouldn't it?)


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


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



[udk-issues] [Issue 108151] remotebridges: fix strict aliasing

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





--- Additional comments from c...@openoffice.org Fri Jan  8 11:26:53 + 
2010 ---
toUnoSequence returns a copy of the ByteSequence, so its fine, no ?

return ::com::sun::star::uno::Sequence sal_Int8 (
  * reinterpret_cast const ::com::sun::star::uno::Sequence sal_Int8  * 
(rByteSequence));


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


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



[udk-issues] [Issue 108151] remotebridges: fix strict aliasing

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





--- Additional comments from s...@openoffice.org Fri Jan  8 12:27:37 + 
2010 ---
You are right, the uno::Sequence ctor would increment the ref-count.  So, either
fix should be fine.  Just go ahead and include it in a CWS of yours; thanks.

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


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



[udk-issues] [Issue 108151] remotebridges: fix strict aliasing

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


User cmc changed the following:

What|Old value |New value

 Assigned to|kr|cmc





--- Additional comments from c...@openoffice.org Fri Jan  8 12:40:14 + 
2010 ---
reassign back to me then

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


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



[udk-issues] [Issue 108151] remotebridges: fix strict aliasing

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


User cmc changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from c...@openoffice.org Fri Jan  8 12:41:33 + 
2010 ---
committed second patch to cmcfixes69

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


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



[udk-issues] [Issue 108151] remotebridges: fix strict aliasing

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


User ericb changed the following:

What|Old value |New value

  CC|'sb'  |'ericb,sb'





--- Additional comments from er...@openoffice.org Sat Jan  9 06:01:59 + 
2010 ---
.

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


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