summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-28 16:10:49 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-28 16:10:49 +0000
commit528533df18288ba525bcedf5f65e11e0be49e5a1 (patch)
tree2ba42f83529ca7fd5abb0a872112d51b352935c1 /extensions
parentf452986652b45ab563d50cefc323adf54df72700 (diff)
INTEGRATION: CWS dba12 (1.2.222); FILE MERGED
2004/05/14 07:57:38 fs 1.2.222.1: #i29153# 'auto pilot' renamed to 'wizard'
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/abpilot/admininvokationimpl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/abpilot/admininvokationimpl.cxx b/extensions/source/abpilot/admininvokationimpl.cxx
index f859b1978385..6209a20ff55e 100644
--- a/extensions/source/abpilot/admininvokationimpl.cxx
+++ b/extensions/source/abpilot/admininvokationimpl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: admininvokationimpl.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2003-03-25 16:00:45 $
+ * last change: $Author: hjs $ $Date: 2004-06-28 17:10:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -158,7 +158,7 @@ namespace abp
// the DriverManager service
// If this context has never been accessed before, this may be expensive (it includes loading of
// at least one library).
- // As this AutoPilot is intended to run on the first office start, it is very likely that the
+ // As this wizard is intended to run on the first office start, it is very likely that the
// context needs to be freshly created
// Thus, we access the context here (within the WaitCursor), which means the user sees a waitcursor
// while his/her office blocks a few seconds ....