summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2001-04-30 10:48:28 +0000
committerBehrend Cornelius <bc@openoffice.org>2001-04-30 10:48:28 +0000
commita6981e0b64403e110b56fe03527e3ab9aabaff14 (patch)
tree4b8dfe5c5c95dceff3a9198451ea0135d936de32 /wizards
parent745c9166f0ecacf2b71d21258fc510ee96dcb4ce (diff)
## filtername for globaldocuments replaced
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/importwizard/DialogModul.xba2
-rw-r--r--wizards/source/importwizard/Main.xba14
2 files changed, 9 insertions, 7 deletions
diff --git a/wizards/source/importwizard/DialogModul.xba b/wizards/source/importwizard/DialogModul.xba
index fbc58bd03d45..bc50d35f7271 100644
--- a/wizards/source/importwizard/DialogModul.xba
+++ b/wizards/source/importwizard/DialogModul.xba
@@ -402,7 +402,7 @@ Sub SetupXMLConfiguration()
&apos; ToDo: define Filter for Masterdocument
XMLFilterName(7,0) = &quot;sgl&quot;
- XMLFilterName(7,1) = &quot;swriter: writer_globaldocument_StarOffice_XML_Writer_GlobalDocument&quot;
+ XMLFilterName(7,1) = &quot;swriter/GlobalDocument: writer_globaldocument_StarOffice_XML_Writer_GlobalDocument&quot;
XMLFilterName(7,2) = &quot;sxg&quot;
End Sub
diff --git a/wizards/source/importwizard/Main.xba b/wizards/source/importwizard/Main.xba
index f599af53b499..dd3e52558d11 100644
--- a/wizards/source/importwizard/Main.xba
+++ b/wizards/source/importwizard/Main.xba
@@ -1,16 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Main" script:language="StarBasic">&apos; ***** BASIC *****
-&apos; Todo: Problematik der VBA-Makros, die angeblich nicht mit abgespeichert werden koennen.
+&apos; Todo: Problematik der VBA-Makros, die angeblich nicht mit abgespeichert werden können.
&apos; Evt. Erkennen der Arbeitsverzeichnisse von MS Office
-&apos; Filternamen fuer Ziel-XML-Dokumente und deren Extensionen feststellen (auch fuer StarMath)
-&apos; Extension fuer XML-Vorlagen klaeren
+&apos; Filternamen für Ziel-XML-Dokumente und deren Extensionen feststellen (auch für StarMath)
+&apos; Extension für XML-Vorlagen klären
+&apos; Todo: In Checkbox bei Texvorlagen darauf hinweisen, dass keine writer/Web Vorlagen konvertiert werden!
Public HeaderPreviews(4) as Object
Public ImportDialog as Object
Public ImportDialogArea as Object
Sub Main
- BasicLibraries.LoadLibrary(&quot;Tools&quot;)
+ BasicLibraries.LoadLibrary(&quot;Tools&quot;)
sCRLF = CHR(10) &amp; CHR(13)
oUcb = createUnoService(&quot;com.sun.star.ucb.SimpleFileAccess&quot;)
If Not bDebugWizard Then
@@ -92,7 +93,7 @@ Dim iCurStep as Integer
Case 4
FillStep_Summary()
Case 3
-&apos;Todo: muessen auch beim Zuruecksteppen wirklich die Importpfade auf ihre Gueltigkeit hin Ueberprueft werden?
+&apos;Todo: müssen auch beim Zurücksteppen wirklich die Importpfade auf ihre Gültigkeit hin überprüft werden?
FillStep_InputPaths(Applcount-1, False)
Case 2
If SaveStep_InputPath Then
@@ -157,6 +158,7 @@ Dim sBitmapPath as String
Else
sBitmapPath = SOBitmapPath &amp; &quot;Import_&quot; &amp; CurStep &amp; &quot;.bmp&quot;
End If
+ Set Bitmap = LoadPicture (sBitmapPath)
ImportDialog.ImportPreview.ImageURL = sBitmapPath
End Sub
@@ -220,4 +222,4 @@ End Sub
Function ControlStateToBool(iState)
ControlStateToBool = (Val(iState) = 1)
End Function
-</script:module>
+</script:module> \ No newline at end of file