On Mon, 2011-01-03 at 14:22 +0100, Christina Roßmanith wrote: > Hi, > > my first patch...
Nicely done for your very first patch. :-) BTW, since you asked the following question.... - BOOL bDoInsert; // wird fuer das erste Update auf FALSE gesetzt - + BOOL bDoInsert; // is set to FALSE for first update (Is that comment correct? Can't find statement containing "bDoInsert" and "FALSE" using grok) bDoInsert can in fact be FALSE in ScDocFunc::InsertAreaLink (docfunc.cxx line 4923) where the flag value is set via SetDoInsert() method. If bFitBlock value there is false, then bDoInsert will become false too. For future reference, we ask that you set your real name in your local git configuration in order to get your real name appear in your commit log. You can do so by git config --global user.name "Your Name" For this commit, I put your real name manually from your post. Thanks a lot! Kohei -- Kohei Yoshida, LibreOffice hacker, Calc <kyosh...@novell.com> _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice