summaryrefslogtreecommitdiff
path: root/wizards/source/gimmicks/ReadDir.xba
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2001-10-08 08:52:01 +0000
committerBehrend Cornelius <bc@openoffice.org>2001-10-08 08:52:01 +0000
commitb1bf36532e74eb1498bd2fe906c4be34de051e56 (patch)
tree882187074581268bbd05def03a51c3e765144ad0 /wizards/source/gimmicks/ReadDir.xba
parent02c04d0f25cb20aecb08b008732dbf13600e8549 (diff)
#92590# english Texts of macros now improved
Diffstat (limited to 'wizards/source/gimmicks/ReadDir.xba')
-rw-r--r--wizards/source/gimmicks/ReadDir.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/gimmicks/ReadDir.xba b/wizards/source/gimmicks/ReadDir.xba
index b5184d8c8547..223249d3ed50 100644
--- a/wizards/source/gimmicks/ReadDir.xba
+++ b/wizards/source/gimmicks/ReadDir.xba
@@ -47,13 +47,13 @@ Dim oStandardTemplate as Object
BasicLibraries.LoadLibrary(&quot;Tools&quot;)
oDocument = StarDesktop.LoadComponentFromURL(&quot;private:factory/sdraw&quot;,&quot;_blank&quot;,0, NoArgs())
oPage = oDocument.DrawPages(0)
- oStandardTemplate = oDocument.StyleFamilies.GetByName(&quot;graphics&quot;).GetByName(&quot;Standard&quot;)
+ oStandardTemplate = oDocument.StyleFamilies.GetByName(&quot;graphics&quot;).GetByName(&quot;Default&quot;)
oStandardTemplate.CharHeight = 10
oStandardTemplate.TextLeftDistance = 100
oStandardTemplate.TextRightDistance = 100
oStandardTemplate.TextUpperDistance = 50
oStandardTemplate.TextLowerDistance = 50
- DlgReadDir = LoadDialog(&quot;Gimmicks&quot;,&quot;ReadDirDlg&quot;)
+ DlgReadDir = LoadDialog(&quot;Gimmicks&quot;,&quot;ReadDirdlg&quot;)
oProgressBar = DlgReadDir.Model.ProgressBar1
DlgReadDir.Model.TextField1.Text = ConvertFromUrl(GetPathSettings(&quot;Work&quot;))
DlgReadDir.Model.cmdGoOn.DefaultButton = True