To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=73105 Issue #|73105 Summary|to-be-m199: sw/source/ui/docvw/edtwin.cxx: SwEditWin:: |KeyInput(const KeyEvent&)::SW_KeyState' uses local typ |e 'SwEditWin::KeyInput(const KeyEvent&)::SW_KeyState' Component|porting Version|680m199 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P1 Subcomponent|code Assigned to|hr Reported by|pjanik
------- Additional comments from [EMAIL PROTECTED] Wed Jan 3 21:39:00 -0800 2007 ------- unxlngx6: /data/oo/BuildDir/ooo_SRC680_m199_src/sw/source/ui/docvw/edtwin.cxx: In member function 'virtual void SwEditWin::KeyInput(const KeyEvent&)': /data/oo/BuildDir/ooo_SRC680_m199_src/sw/source/ui/docvw/edtwin.cxx:1583: error: 'SwEditWin::KeyInput(const KeyEvent&)::SW_KeyState' uses local type 'SwEditWin::KeyInput(const KeyEvent&)::SW_KeyState' /data/oo/BuildDir/ooo_SRC680_m199_src/sw/source/ui/docvw/edtwin.cxx:1583: error: trying to instantiate 'template<class C> sal_Bool com::sun::star::uno::operator!=(const com::sun::star::uno::Any&, const C&)' /data/oo/BuildDir/ooo_SRC680_m199_src/sw/source/ui/docvw/edtwin.cxx:1704: error: 'SwEditWin::KeyInput(const KeyEvent&)::SW_KeyState' uses local type 'SwEditWin::KeyInput(const KeyEvent&)::SW_KeyState' /data/oo/BuildDir/ooo_SRC680_m199_src/sw/source/ui/docvw/edtwin.cxx:1704: error: trying to instantiate 'template<class C> sal_Bool com::sun::star::uno::operator!=(const com::sun::star::uno::Any&, const C&)' ... and the same for lines 1706, 1714, ... Hmm, I wonder what has been changed otherwise, because the file is unchanged in this reagrd in SRC680_m199 and it worked OK in m198... It helped to move that enum out of the function (before the function). 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
