[Libreoffice-commits] dev-tools.git: helpauthoring/HelpAuthoring

Yousuf Philips philipz85 at hotmail.com
Sat Oct 31 19:42:04 PDT 2015


 helpauthoring/HelpAuthoring/_Main.xba |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a87446d10f28a0f8a485f4632bf0b00501be1438
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Tue Oct 6 12:00:31 2015 +0400

    Make sure to select the full title line in wizard
    
    Change-Id: I81bba8b4ca5e33f8a6cfca3ee40ea6145614c2a6
    Reviewed-on: https://gerrit.libreoffice.org/19184
    Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
    Tested-by: Yousuf Philips <philipz85 at hotmail.com>

diff --git a/helpauthoring/HelpAuthoring/_Main.xba b/helpauthoring/HelpAuthoring/_Main.xba
index bafa420..d7c982c 100644
--- a/helpauthoring/HelpAuthoring/_Main.xba
+++ b/helpauthoring/HelpAuthoring/_Main.xba
@@ -127,6 +127,7 @@ Sub SetMetaDataOnSave(Path as String)
 		
 		goKey( ".uno:StartOfParaSel", 1, 1 )
 		goUp( 1, 1 )
+		goKey( ".uno:StartOfParaSel", 1, 1 )
 
 		InsertSection( lcase( AlphaNum( Replace( title, " ", "_" ) ) ) )
 


More information about the Libreoffice-commits mailing list