[Libreoffice] easy task c++ to do

Joost Eekhoorn joost.eekhoorn at gmail.com
Sun Oct 24 02:48:53 PDT 2010


Hi,

How can I contribute with an easy task?
I am a medior C++ programmer, using Qt4 for the GUI.

I am running Ubuntu in an virtual machine with only 20 Gb disk space.
One bz2 was corrupted and I have downloaded that again manually.
To get it running, I had to run autogen.sh as follows:
./autogen.sh --with-git --wwith-num-cpus=2 --disable-kde --disable-kde4
--without-junit
Now it works.

As a try I did one translation from German to English (Note that my English
is poor):

diff --git a/cui/source/tabpages/align.cxx b/cui/source/tabpages/align.cxx
index c66c678..6e7511d 100644
--- a/cui/source/tabpages/align.cxx
+++ b/cui/source/tabpages/align.cxx
@@ -221,7 +221,7 @@ AlignmentTabPage::AlignmentTabPage( Window* pParent,
const SfxItemSet& rCoreAttr
         maLbFrameDir.Hide();
     }

-    // diese Page braucht ExchangeSupport
+    // This page needs ExchangeSupport.
     SetExchangeSupport();

     FreeResource();

This code is contributed under the LGPLv3+ / MPL.

Joost
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20101024/2b84f447/attachment.html>


More information about the LibreOffice mailing list