diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-13 16:21:40 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-13 16:21:40 +0000 |
commit | e467a93f5d49156183076593f7e23a74f65af0e3 (patch) | |
tree | b9a776fb8aaf1dd9434af1f16d3db98b1c66d79e /automation/source/server | |
parent | 20acbcb735407f49280c0e7befe324a5474a4e0a (diff) |
INTEGRATION: CWS vclcompact (1.19.2); FILE MERGED
2004/12/17 08:43:45 ssa 1.19.2.1: #i37763# avoid copy ctor
Diffstat (limited to 'automation/source/server')
-rw-r--r-- | automation/source/server/statemnt.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/server/statemnt.cxx b/automation/source/server/statemnt.cxx index dd8c9f1b28ac..d15de445ca81 100644 --- a/automation/source/server/statemnt.cxx +++ b/automation/source/server/statemnt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: statemnt.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: obo $ $Date: 2004-11-17 16:04:19 $ + * last change: $Author: kz $ $Date: 2005-01-13 17:21:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2251,7 +2251,7 @@ void StatementCommand::Translate() { pRet->GenReturn ( RET_Value, aSmartMethodId, String() ); GetTTSettings()->pTranslateWin->EnableTranslation(); - ErrorBox err = ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL )); + ErrorBox err( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL )); err.Execute(); GetTTSettings()->bToTop = TRUE; } |