[framework-issues] [Issue 115413] DEV300_m92: sfx2/source/v iew/viewsh.cxx:257: warning: converting negati ve value '-0x000000001' to 'USHORT'

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


User pjanik changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from pja...@openoffice.org Wed Nov 10 14:42:23 
+ 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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[framework-issues] [Issue 115413] DEV300_m92: sfx2/source/v iew/viewsh.cxx:257: warning: converting negati ve value '-0x000000001' to 'USHORT'

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


User obo changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from o...@openoffice.org Mon Nov  8 09:41:19 + 
2010 ---
Fixed on MWS: 272987:6252c23253d5 .

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


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



[framework-issues] [Issue 115413] DEV300_m92: sfx2/source/v iew/viewsh.cxx:257: warning: converting negati ve value '-0x000000001' to 'USHORT'

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


User obo changed the following:

What|Old value |New value

 Assigned to|obo   |pjanik





--- Additional comments from o...@openoffice.org Mon Nov  8 09:42:40 + 
2010 ---
@pavel: verify, please.

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


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



[framework-issues] [Issue 115413] DEV300_m92: sfx2/source/v iew/viewsh.cxx:257: warning: converting negati ve value '-0x000000001' to 'USHORT'

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


User obo changed the following:

What|Old value |New value

 Assigned to|tm|mst





--- Additional comments from o...@openoffice.org Fri Nov  5 13:31:06 + 
2010 ---
reassign to mst (from cws sw34refactor1)

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


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



[framework-issues] [Issue 115413] DEV300_m92: sfx2/source/v iew/viewsh.cxx:257: warning: converting negati ve value '-0x000000001' to 'USHORT'

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


User mst changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.4





--- Additional comments from m...@openoffice.org Fri Nov  5 16:26:26 + 
2010 ---
well, i meant the unsigned -1  :)

replacing m_nFamily(-1) with m_nFamily(0x) should fix it, right?

if you want this fixed now, please assign this issue to a releng,
otherwise i'll fix it in my next CWS, which will take weeks if not months...

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


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



[framework-issues] [Issue 115413] DEV300_m92: sfx2/source/v iew/viewsh.cxx:257: warning: converting negati ve value '-0x000000001' to 'USHORT'

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


User pjanik changed the following:

What|Old value |New value

 Assigned to|mst   |obo

  Issue type|DEFECT|PATCH





--- Additional comments from pja...@openoffice.org Fri Nov  5 16:31:09 
+ 2010 ---
0x is OK.


diff -urN ooo_DEV300_m92_src.orig/sfx2/source/view/viewsh.cxx 
ooo_DEV300_m92_src/sfx2/source/view/viewsh.cxx
--- ooo_DEV300_m92_src.orig/sfx2/source/view/viewsh.cxx 2010-11-04 
18:56:49.0 
+0100
+++ ooo_DEV300_m92_src/sfx2/source/view/viewsh.cxx  2010-11-04 
18:59:48.0 +0100
@@ -252,7 +252,7 @@
 ,   m_bGotOwnership(false)
 ,   m_bGotFrameOwnership(false)
 ,   m_eScroll(SCROLLING_DEFAULT)
-,   m_nFamily(-1)   // undefined, default set by TemplateDialog
+,   m_nFamily(0x)   // undefined, default set by TemplateDialog
 ,   m_pController(0)
 ,   m_pAccExec(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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[framework-issues] [Issue 115413] DEV300_m92: sfx2/source/v iew/viewsh.cxx:257: warning: converting negati ve value '-0x000000001' to 'USHORT'

2010-11-04 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115413
 Issue #|115413
 Summary|DEV300_m92: sfx2/source/view/viewsh.cxx:257: warning: 
|converting negative value '-0x1' to 'USHORT'
   Component|framework
 Version|DEV300m92
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|pjanik





--- Additional comments from pja...@openoffice.org Thu Nov  4 17:59:31 
+ 2010 ---
Compiling: sfx2/source/view/viewsh.cxx
cc1plus: warnings being treated as errors
/home/oo/BuildDir/ooo_DEV300_m92_src/sfx2/source/view/viewsh.cxx: In 
constructor 
'SfxViewShell_Impl::SfxViewShell_Impl(USHORT)':
/home/oo/BuildDir/ooo_DEV300_m92_src/sfx2/source/view/viewsh.cxx:257: warning: 
converting 
negative value '-0x1' to 'USHORT'
dmake:  Error code 1, while making '../../unxlngi6.pro/slo/viewsh.obj'

with older gcc:

gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)

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


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