summaryrefslogtreecommitdiff
path: root/wizards/source/webwizard/Bullets.xba
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 16:59:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 16:59:30 +0000
commit092636c56efb6b857c0e1dacecd921a2cc120268 (patch)
treef3ba43a18cb1cefeade90b15154a6aa49269af21 /wizards/source/webwizard/Bullets.xba
parent707c086de02557fd47d0a0b9434c8e4277fe4f29 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'wizards/source/webwizard/Bullets.xba')
-rw-r--r--wizards/source/webwizard/Bullets.xba4
1 files changed, 3 insertions, 1 deletions
diff --git a/wizards/source/webwizard/Bullets.xba b/wizards/source/webwizard/Bullets.xba
index 64953a461..78b8fa0b0 100644
--- a/wizards/source/webwizard/Bullets.xba
+++ b/wizards/source/webwizard/Bullets.xba
@@ -99,7 +99,9 @@ Dim oSize as New com.sun.star.awt.Size
bDoReplace = True
BulletName = FileNameoutofPath(oLevel(i).Value)
If bIsFirstRun Then
- FileCopy(oLevel(i).Value, SavePath &amp; BulletName)
+ If oUcb.exists(SavePath &amp; Bulletname) Then
+ FileCopy(oLevel(i).Value, SavePath &amp; BulletName)
+ End If
End If
oNewBuffer(i).Value = BulletName
&apos; ElseIf oLevel(i).Name = &quot;GraphicSize&quot; Then