summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/uibase/wrtsh/wrtsh3.cxx2
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 );