On 11/11/11 12:56, Winfried Donkers wrote:
(reply to list as well-together with attachment- is better, of course)
>>First tiny contribution.
>>Translated comments, also renamed define MAX_COL_HEIGHT to
MAX_ROW_HEIGHT.
>Erm, I think the attached patch is not the intended one right ( patch
attached is something already committed )?
I did it with 'git commit -a' followed by 'git format-patch filename',
as read somewhere in this list. That may have been the wrong thing to
do...
No, that is the correct thing to do, since you were able to create your
patch with git diff it appears that you didn't actually commit your
changes ( and git format-patch only works with commits ). Probably your
commit failed and you didn't notice the error message.
There is however another problem, if you look at your attached diff you
will notice that that complete contents of sc/source/ui/view/cellsh3.cxx
are marked as removed and then all lines ( + your additions ) added into
that file. What has happened *I think* is that whatever editor you are
using is inserting windows style (CR)(LF) line endings. The diff tool
then thinks that each line in the file has been replaced. You need to
teach your editor not to do that ( most editors should have a setting
for that ).
The attachment now is made with 'git diff > filename'.
I hope this one's better...
I am sorry of making a mess of it!
not at all, just teething problems :-) thanks for the nice patch.
Finally can you confirm you contribution is under LGPLv3+ / MPL license
thanks again,
Noel
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.