summaryrefslogtreecommitdiff
path: root/wizards/source/tools/Misc.xba
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2002-09-17 14:10:15 +0000
committerBehrend Cornelius <bc@openoffice.org>2002-09-17 14:10:15 +0000
commite2bbd7b91d715e11ce5d48f1927785e8e62a2237 (patch)
tree323c04eabdbce9a053c9fe7b5ed8cdce3471f29e /wizards/source/tools/Misc.xba
parent80bca2d204bcc2f869bdec367cdb70fc584a77d0 (diff)
#99839# german Comments translated
Diffstat (limited to 'wizards/source/tools/Misc.xba')
-rw-r--r--wizards/source/tools/Misc.xba4
1 files changed, 1 insertions, 3 deletions
diff --git a/wizards/source/tools/Misc.xba b/wizards/source/tools/Misc.xba
index eea586e440d7..5bca3caa4b61 100644
--- a/wizards/source/tools/Misc.xba
+++ b/wizards/source/tools/Misc.xba
@@ -17,7 +17,6 @@ Dim PropList(3,1)&apos; as String
PropList(2,1) = &quot;extra&quot;
PropList(3,0) = &quot;IsPasswordRequired&quot;
PropList(3,1) = True
-&apos; RegisterNewDataSource(&quot;Doc_Erica_Test_Unicode&quot;, PropList())
End Sub
@@ -31,7 +30,7 @@ Dim i as Integer
For i = 0 To Ubound(PropertyList(), 1)
sPropName = PropertyList(i,0)
sPropValue = PropertyList(i,1)
- oDataSource.SetPropertyValue(sPropName,sPropValue) &apos;GetByName(sPropName) = sPropValue &apos;oPropInfo.GetPropertyByName(sPropName)) = sPropValue &apos; PropertyList(i,0))) = PropertyList(i,1)
+ oDataSource.SetPropertyValue(sPropName,sPropValue)
Next i
If Not IsMissing(DriverProperties()) Then
oDataSource.Info() = DriverProperties()
@@ -270,7 +269,6 @@ End Function
Function GetResText( nID as integer ) As string
On Error Goto ErrorOcurred
If Not IsNull(oResSrv) Then
- &apos; eigentlich sollte hier stehen
GetResText = oResSrv.getString( nID )
Else
GetResText = &quot;&quot;