To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66728
Issue #|66728
Summary|m173: 64bit: xmloff/source/style/impastp4.cxx
Component|porting
Version|680m173
Platform|Opteron/x86_64
URL|
OS/Version|Linux
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|sb
Reported by|pjanik
------- Additional comments from [EMAIL PROTECTED] Sun Jun 25 01:00:02 -0700
2006 -------
Changes in xmloff affected 64bit:
/data/oo/BuildDir/ooo_SRC680_m173_src/xmloff/source/style/impastp4.cxx: In
member function 'rtl::OUString SvXMLAutoStylePoolP_Impl::Find(sal_Int32, const
rtl::OUString&, const _STL::vector<XMLPropertyState,
_STL::allocator<XMLPropertyState> >&) const':
/data/oo/BuildDir/ooo_SRC680_m173_src/xmloff/source/style/impastp4.cxx:282:
error: no matching function for call to
'XMLFamilyDataList_Impl::Seek_Entry(XMLFamilyData_Impl*, sal_uInt32*) const'
/data/oo/BuildDir/ooo_SRC680_m173_src/xmloff/source/style/impastpl.hxx:119:
note: candidates are: BOOL XMLFamilyDataList_Impl::Seek_Entry(const
XMLFamilyData_Impl*, ULONG*) const
/data/oo/BuildDir/ooo_SRC680_m173_src/xmloff/source/style/impastp4.cxx:295:
error: no matching function for call to
'SvXMLAutoStylePoolParentsP_Impl::Seek_Entry(SvXMLAutoStylePoolParentP_Impl*,
sal_uInt32*) const'
/data/oo/BuildDir/ooo_SRC680_m173_src/xmloff/source/style/impastpl.hxx:187:
note: candidates are: BOOL SvXMLAutoStylePoolParentsP_Impl::Seek_Entry(const
SvXMLAutoStylePoolParentP_Impl*, ULONG*) const
dmake: Error code 1, while making '../../unxlngx6.pro/slo/impastp4.obj'
m173 contains:
--- source/style/impastp4.cxx 16 Mar 2006 12:19:55 -0000 1.16
+++ source/style/impastp4.cxx 19 Jun 2006 18:33:22 -0000 1.17
@@ -276,10 +276,10 @@
{
OUString sName;
- ULONG nPos;
- XMLFamilyData_Impl aTmp( nFamily );
+ sal_uInt32 nPos;
+ XMLFamilyData_Impl aTemporary( nFamily );
XMLFamilyData_Impl *pFamily = 0;
- if( maFamilyList.Seek_Entry( &aTmp, &nPos ) )
+ if( maFamilyList.Seek_Entry( &aTemporary, &nPos ) )
{
pFamily = maFamilyList.GetObject( nPos );
}
---------------------------------------------------------------------
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]