sw/source/uibase/wrtsh/wrtsh3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7fccad27c97d256c0def7b51e9947f13d5c9c977 Author: kripton <[email protected]> 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 <[email protected]> Reviewed-by: Miklos Vajna <[email protected]> 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 ); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
