diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-13 11:20:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-13 11:20:31 +0000 |
commit | 466da5904ae6be27e98f73422815274175d3b81f (patch) | |
tree | 83eb9a81c9166fcdd21407ad92ae48c8de926ade /wizards/com | |
parent | b792dd3d077d60a5c734d19f153cba5428896f84 (diff) |
INTEGRATION: CWS pathoptions01 (1.6.30); FILE MERGED
2006/06/29 14:12:18 tv 1.6.30.1: #i34105# Paths are now being retrieved using the new PathSettings service
Diffstat (limited to 'wizards/com')
-rw-r--r-- | wizards/com/sun/star/wizards/web/IconsDialog.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/web/IconsDialog.java b/wizards/com/sun/star/wizards/web/IconsDialog.java index 4f664532db86..704fac603007 100644 --- a/wizards/com/sun/star/wizards/web/IconsDialog.java +++ b/wizards/com/sun/star/wizards/web/IconsDialog.java @@ -4,9 +4,9 @@ * * $RCSfile: IconsDialog.java,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2006-04-07 13:39:29 $ + * last change: $Author: obo $ $Date: 2006-07-13 12:20:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -84,7 +84,7 @@ public class IconsDialog extends ImageListDialog implements ImageList.ImageRende resources.resCounter } ); - htmlexpDirectory = FileAccess.getOfficePath(xmsf,"Gallery","share"); + htmlexpDirectory = FileAccess.getOfficePath(xmsf,"Gallery","share", ""); set = set_; objects = new Integer[set.getSize() * icons.length]; for (int i = 0; i<objects.length; i++) |