diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:39:56 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:39:56 +0000 |
commit | a2589bb51b4e59dc360f2202b09f41b7cd76f909 (patch) | |
tree | 8071e5a0697a92911918f1dfb15e8588b0a10ed6 /extensions/source | |
parent | e3154d8e86c8d601759c652bd21a84601694281c (diff) |
INTEGRATION: CWS odbmacros2 (1.9.228); FILE MERGED
2008/01/15 07:18:39 fs 1.9.228.1: #i67987# use a roadmap in this wizard
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/abpilot/unodialogabp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/abpilot/unodialogabp.cxx b/extensions/source/abpilot/unodialogabp.cxx index 208a982b56da..a6069badae97 100644 --- a/extensions/source/abpilot/unodialogabp.cxx +++ b/extensions/source/abpilot/unodialogabp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unodialogabp.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: ihi $ $Date: 2008-01-14 14:34:52 $ + * last change: $Author: kz $ $Date: 2008-03-06 18:39:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -189,7 +189,7 @@ namespace abp // -> call the execute method of the XExecutableDialog static_cast< XExecutableDialog* >( this )->execute(); - // result interest not realy ... + // result interest not really ... // We show this dialog one times only! // User has one chance to accept it or not. // (or he can start it again by using wizard-menu!) |