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 [email protected] Fri Nov 5 16:31:09
+0000 2010 -------
0xFFFF 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.000000000
+0100
+++ ooo_DEV300_m92_src/sfx2/source/view/viewsh.cxx 2010-11-04
18:59:48.000000000 +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(0xFFFF) // 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: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]