diff options
author | kripton <yeliztaneroglu@gmail.com> | 2015-10-08 21:13:42 +0300 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-10-08 20:47:17 +0000 |
commit | 7fccad27c97d256c0def7b51e9947f13d5c9c977 (patch) | |
tree | a5002211e7b7df39166eea408556c845bc679bae | |
parent | 7e48533c21a015d19910373d5c7fd9feaa416622 (diff) |
tdf#90834 Turn in-line version control history comments.
Change-Id: I525420548059f06f655daf52fe84a278abb56ff1
Reviewed-on: https://gerrit.libreoffice.org/19256
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
-rw-r--r-- | sw/source/uibase/wrtsh/wrtsh3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |