Hi,<br><br>How can I contribute with an easy task?<br>I am a medior C++ programmer, using Qt4 for the GUI.<br><br>I am running Ubuntu in an virtual machine with only 20 Gb disk space.<br>One bz2 was corrupted and I have downloaded that again manually.<br>

To get it running, I had to run autogen.sh as follows:<br>./autogen.sh --with-git --wwith-num-cpus=2 --disable-kde --disable-kde4 --without-junit<br>Now it works.<br><br>As a try I did one translation from German to English (Note that my English is poor):<br>
<br>diff --git a/cui/source/tabpages/align.cxx b/cui/source/tabpages/align.cxx<br>index c66c678..6e7511d 100644<br>--- a/cui/source/tabpages/align.cxx<br>+++ b/cui/source/tabpages/align.cxx<br>@@ -221,7 +221,7 @@ AlignmentTabPage::AlignmentTabPage( Window* pParent, const SfxItemSet&amp; rCoreAttr<br>
         maLbFrameDir.Hide();<br>     }<br> <br>-    // diese Page braucht ExchangeSupport<br>+    // This page needs ExchangeSupport.<br>     SetExchangeSupport();<br> <br>     FreeResource();<br><br>This code is contributed under the
LGPLv3+ / MPL.<br><br>Joost<br>