From 55edbcfec6f38584e261704182f9789e2b3eb6b5 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Thu, 7 Apr 2016 12:42:28 +0200 Subject: [PATCH] Formatting --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index d0d7edb..b07abc2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,4 @@ You can use this project as a starting point to write your own extension for Lib * The dialog shown when clicking "Action One" is in [dialog/ActionOneDialog.xdl](https://github.com/smehrbrodt/libreoffice-starter-plugin/blob/master/dialog/ActionOneDialog.xdl). The dialog itself contains information how to edit it. * The [DialogHelper](https://github.com/smehrbrodt/libreoffice-starter-plugin/blob/master/source/org/libreoffice/example/helper/DialogHelper.java) contains lots of helper methods to work with the dialog. * Now go on customizing the extension to your needs. You'll find lots of information in the [OpenOffice Wiki](https://wiki.openoffice.org/wiki/Extensions_development). - -### Debugging - -To debug the Java code, just stick a breakpoint anywhere in Eclipse and start your run configuration in debug mode. +* To debug the Java code, just stick a breakpoint anywhere in Eclipse and start your run configuration in debug mode.