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

New commits:
commit a87446d10f28a0f8a485f4632bf0b00501be1438
Author: Yousuf Philips <philip...@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 <philip...@hotmail.com>
    Tested-by: Yousuf Philips <philip...@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( &quot;.uno:StartOfParaSel&quot;, 1, 1 )
                goUp( 1, 1 )
+               goKey( &quot;.uno:StartOfParaSel&quot;, 1, 1 )
 
                InsertSection( lcase( AlphaNum( Replace( title, &quot; &quot;, 
&quot;_&quot; ) ) ) )
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to