diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 13:16:03 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 13:16:03 +0000 |
commit | 46b845053f264f6cb6e5478c2ef09040496daf03 (patch) | |
tree | b52ec067dee615d7b269f2c2b996bb70a347c6aa | |
parent | 9e3e2f901eb9f7c2b4f8804e38083e6f6a75ae42 (diff) |
INTEGRATION: CWS ooo64bit01 (1.6.518); FILE MERGED
2004/03/31 16:48:41 fa 1.6.518.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes
2004/03/29 00:29:55 fa 1.6.518.1: More 64-bit changes. 'rsc' still broken, but not as much as before.
-rw-r--r-- | svtools/source/dialogs/wizardmachine.cxx | 37 |
1 files changed, 2 insertions, 35 deletions
diff --git a/svtools/source/dialogs/wizardmachine.cxx b/svtools/source/dialogs/wizardmachine.cxx index 826798ca2335..5a5cd9a47713 100644 --- a/svtools/source/dialogs/wizardmachine.cxx +++ b/svtools/source/dialogs/wizardmachine.cxx @@ -2,9 +2,9 @@ * * $RCSfile: wizardmachine.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2004-05-19 14:01:49 $ + * last change: $Author: rt $ $Date: 2004-06-17 14:16:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -733,37 +733,4 @@ namespace svt } // namespace svt //......................................................................... -/************************************************************************* - * history: - * $Log: not supported by cvs2svn $ - * Revision 1.6.344.2 2004/04/07 08:35:37 tv - * #100000# compiler problems under solaris fixed - * - * Revision 1.6.344.1 2004/04/05 12:26:18 fs - * some cleanup / additions for #i27457# - * - * Revision 1.6 2001/08/08 14:57:10 fs - * #90716# the help button is the most-left one - * - * Revision 1.5 2001/08/02 10:37:38 fs - * #88530# added functionality for adding a WizardHeader (upon request of the derived class) - * - * Revision 1.4 2001/02/23 10:55:00 fs - * small fixes in skip - * - * Revision 1.3 2001/02/23 08:21:21 fs - * +skip / +implCheckNextButton / +determineNextButtonState - * - * Revision 1.2 2001/02/19 16:20:00 kz - * locale using of projectheaders - * - * Revision 1.1 2001/02/15 14:08:27 fs - * initial checkin - a wizard dialog base class - * - * Revision 1.1 2001/02/12 07:16:52 fs - * initial checkin - importing StarOffice 5.2 database files - * - * - * Revision 1.0 30.01.01 17:04:12 fs - ************************************************************************/ |