[Libreoffice-commits] core.git: sw/source

kripton yeliztaneroglu at gmail.com
Thu Oct 8 13:47:39 PDT 2015


 sw/source/uibase/wrtsh/wrtsh3.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7fccad27c97d256c0def7b51e9947f13d5c9c977
Author: kripton <yeliztaneroglu at gmail.com>
Date:   Thu Oct 8 21:13:42 2015 +0300

    tdf#90834 Turn in-line version control history comments.
    
    Change-Id: I525420548059f06f655daf52fe84a278abb56ff1
    Reviewed-on: https://gerrit.libreoffice.org/19256
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>

diff --git a/sw/source/uibase/wrtsh/wrtsh3.cxx b/sw/source/uibase/wrtsh/wrtsh3.cxx
index d90d213..b7e615d 100644
--- a/sw/source/uibase/wrtsh/wrtsh3.cxx
+++ b/sw/source/uibase/wrtsh/wrtsh3.cxx
@@ -151,7 +151,7 @@ bool SwWrtShell::GoPrevBookmark()
 
 void SwWrtShell::ExecMacro( const SvxMacro& rMacro, OUString* pRet, SbxArray* pArgs )
 {
-    // OD 11.02.2003 #100556# - execute macro, if it is allowed.
+    // execute macro, if it is allowed.
     if ( IsMacroExecAllowed() )
     {
         GetDoc()->ExecMacro( rMacro, pRet, pArgs );


More information about the Libreoffice-commits mailing list