diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 16:59:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 16:59:30 +0000 |
commit | 092636c56efb6b857c0e1dacecd921a2cc120268 (patch) | |
tree | f3ba43a18cb1cefeade90b15154a6aa49269af21 /wizards/source/webwizard/Bullets.xba | |
parent | 707c086de02557fd47d0a0b9434c8e4277fe4f29 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'wizards/source/webwizard/Bullets.xba')
-rw-r--r-- | wizards/source/webwizard/Bullets.xba | 4 |
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 & BulletName) + If oUcb.exists(SavePath & Bulletname) Then + FileCopy(oLevel(i).Value, SavePath & BulletName) + End If End If oNewBuffer(i).Value = BulletName ' ElseIf oLevel(i).Name = "GraphicSize" Then |