From 7fccad27c97d256c0def7b51e9947f13d5c9c977 Mon Sep 17 00:00:00 2001 From: kripton Date: Thu, 8 Oct 2015 21:13:42 +0300 Subject: tdf#90834 Turn in-line version control history comments. Change-Id: I525420548059f06f655daf52fe84a278abb56ff1 Reviewed-on: https://gerrit.libreoffice.org/19256 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sw/source/uibase/wrtsh/wrtsh3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/source/uibase/wrtsh/wrtsh3.cxx b/sw/source/uibase/wrtsh/wrtsh3.cxx index d90d213de832..b7e615dc3677 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 ); -- cgit v1.2.3