https://bugs.freedesktop.org/show_bug.cgi?id=40694

Michael Meeks <michael.me...@novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Status Whiteboard|                            |EasyHack,DifficultyBeginner
                   |                            |,SkillCpp,TopicCleanup

--- Comment #8 from Michael Meeks <michael.me...@novell.com> 2012-08-15 
11:11:30 UTC ---
So - we have both warnings as strings available; we need to be returning
SCWARN_EXPORT_MAXCOL instead of MAXROW for this case to get the right string.

I suspect code like this in sc/ is to blame that flattens any rangeoverflow to
a MAXROW warning; prolly we want more semantic richness there.

  if( eRet == eERR_RNGOVRFLW )
        eRet = SCWARN_EXPORT_MAXROW;

a git grep for the SCWARN_EXPORT_MAXROW or RNGOVRFLW will show you the code to
hack => EasyHack.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to