summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2001-02-19 15:20:00 +0000
committerKurt Zenker <kz@openoffice.org>2001-02-19 15:20:00 +0000
commit37c925841f97fc76021e20e092ade14127b0fffa (patch)
treed6994c28d5b28d3277ff1be268503c67596cecb0 /svtools
parent39bb30e9c251eb9e8a626097bb35ed10bda8fc9c (diff)
locale using of projectheaders
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/dialogs/wizardmachine.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/svtools/source/dialogs/wizardmachine.cxx b/svtools/source/dialogs/wizardmachine.cxx
index 2716da8a5078..9e979e45f95e 100644
--- a/svtools/source/dialogs/wizardmachine.cxx
+++ b/svtools/source/dialogs/wizardmachine.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wizardmachine.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: fs $ $Date: 2001-02-15 14:08:27 $
+ * last change: $Author: kz $ $Date: 2001-02-19 16:20:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@
#include <vcl/msgbox.hxx>
#endif
#ifndef _SVTOOLS_SVTDATA_HXX
-#include <svtools/svtdata.hxx>
+#include "svtdata.hxx"
#endif
#ifndef _SVTOOLS_HRC
#include "svtools.hrc"
@@ -448,6 +448,9 @@ namespace svt
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * 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
*