diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2006-02-06 10:01:32 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2006-02-06 10:01:32 +0000 |
commit | 03e433e9c2507018dfde97c1871c4ac7d566948b (patch) | |
tree | 62cdf4e99359e0815ea3169ba30d22a00db2dab8 /wizards/source/tools | |
parent | 4af4bc1e0511c23e028651d0875e7873a1f812d6 (diff) |
INTEGRATION: CWS extras23 (1.13.20); FILE MERGED
2005/12/13 11:06:02 ih 1.13.20.1: #i56759# Dim->Public
Diffstat (limited to 'wizards/source/tools')
-rw-r--r-- | wizards/source/tools/UCB.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/tools/UCB.xba b/wizards/source/tools/UCB.xba index 48cda845d..436fd551b 100644 --- a/wizards/source/tools/UCB.xba +++ b/wizards/source/tools/UCB.xba @@ -2,13 +2,13 @@ <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd"> <script:module xmlns:script="http://openoffice.org/2000/script" script:name="UCB" script:language="StarBasic">'Option explicit Public oDocument -Dim oDocInfo as object +Public oDocInfo as object Const SBMAXDIRCOUNT = 10 Dim CurDirMaxCount as Integer Dim sDirArray(SBMAXDIRCOUNT-1) as String Dim DirIndex As Integer Dim iDirCount as Integer -Dim bInterruptSearch as Boolean +Public bInterruptSearch as Boolean Sub Main() Dim LocsfileContent(0) as String |