Translations:Development/Create a Hello World LibreOffice extension/2/en

    From The Document Foundation Wiki

    In this tutorial we will create a Hello World extension for LibreOffice Calc using LibreOffice Basic language. It is a simple extension to illustrate some of the basic elements of an extension in LibreOffice. The extension will add a button (next to Export as PDF button) to standard toolbar and when it is clicked it shows a dialog with “Hello, World!”. Source code for this tutorial is on github.