summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 12:47:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 12:47:49 +0000
commit1380af5f0c31cd9cb376f006a99d212de33034d5 (patch)
tree1310b0bd8bfc755c55f4bf848ce11adf17b5ee34 /wizards
parent0f3c39a32660d156f1519acab03c3df20c4c6d9a (diff)
INTEGRATION: CWS dbwizardpp3 (1.5.44); FILE MERGED
2006/03/27 10:48:00 tv 1.5.44.1: expanded tabs to spaces
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGLayout.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/web/data/CGLayout.java b/wizards/com/sun/star/wizards/web/data/CGLayout.java
index eaa34241c0c4..cebba057f3b8 100644
--- a/wizards/com/sun/star/wizards/web/data/CGLayout.java
+++ b/wizards/com/sun/star/wizards/web/data/CGLayout.java
@@ -4,9 +4,9 @@
*
* $RCSfile: CGLayout.java,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 10:02:00 $
+ * last change: $Author: vg $ $Date: 2006-04-07 13:47:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,7 +62,7 @@ public class CGLayout extends ConfigSetItem {
for (int i = 0; i<files.length; i++)
if (FileAccess.getExtension(files[i]).equals("xsl"))
- templates.put(FileAccess.getFilename(files[i]), tf.newTemplates( new StreamSource(files[i]) ));
+ templates.put(FileAccess.getFilename(files[i]), tf.newTemplates( new StreamSource(files[i]) ));
}