summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 12:48:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 12:48:10 +0000
commitaa0bb14e0324999c95f50577b514904c0902454a (patch)
tree1747cecf6047384c9dd5a4e86b2d76395ec30368 /wizards
parent1380af5f0c31cd9cb376f006a99d212de33034d5 (diff)
INTEGRATION: CWS dbwizardpp3 (1.4.44); FILE MERGED
2006/03/27 10:48:00 tv 1.4.44.1: expanded tabs to spaces
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGDesign.java10
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGGeneralInfo.java4
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGPublish.java4
3 files changed, 9 insertions, 9 deletions
diff --git a/wizards/com/sun/star/wizards/web/data/CGDesign.java b/wizards/com/sun/star/wizards/web/data/CGDesign.java
index 03e8541cc775..3dce413f9ee1 100644
--- a/wizards/com/sun/star/wizards/web/data/CGDesign.java
+++ b/wizards/com/sun/star/wizards/web/data/CGDesign.java
@@ -4,9 +4,9 @@
*
* $RCSfile: CGDesign.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 10:00:25 $
+ * last change: $Author: vg $ $Date: 2006-04-07 13:46:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -79,7 +79,7 @@ public class CGDesign extends ConfigGroup implements XMLProvider {
public short[] getStyle() {
CGStyle style = ((CGStyle) ((CGSettings)root).cp_Styles.getElement(cp_Style));
- return new short[] { (short) ((CGSettings)root).cp_Styles.getIndexOf(style)};
+ return new short[] { (short) ((CGSettings)root).cp_Styles.getIndexOf(style)};
}
public void setStyle(short[] newStyle) {
@@ -93,8 +93,8 @@ public class CGDesign extends ConfigGroup implements XMLProvider {
}
public void setLayout(int layoutIndex) {
- CGLayout layout = (CGLayout)((CGSettings)root).cp_Layouts.getElementAt(layoutIndex);
- cp_Layout = (String)((CGSettings)root).cp_Layouts.getKey(layout);
+ CGLayout layout = (CGLayout)((CGSettings)root).cp_Layouts.getElementAt(layoutIndex);
+ cp_Layout = (String)((CGSettings)root).cp_Layouts.getKey(layout);
}
}
diff --git a/wizards/com/sun/star/wizards/web/data/CGGeneralInfo.java b/wizards/com/sun/star/wizards/web/data/CGGeneralInfo.java
index 028cdcb31eaa..7ee89be37e27 100644
--- a/wizards/com/sun/star/wizards/web/data/CGGeneralInfo.java
+++ b/wizards/com/sun/star/wizards/web/data/CGGeneralInfo.java
@@ -4,9 +4,9 @@
*
* $RCSfile: CGGeneralInfo.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 10:01:28 $
+ * last change: $Author: vg $ $Date: 2006-04-07 13:47:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
diff --git a/wizards/com/sun/star/wizards/web/data/CGPublish.java b/wizards/com/sun/star/wizards/web/data/CGPublish.java
index e4ae2e57ad17..3ff6462698f4 100644
--- a/wizards/com/sun/star/wizards/web/data/CGPublish.java
+++ b/wizards/com/sun/star/wizards/web/data/CGPublish.java
@@ -4,9 +4,9 @@
*
* $RCSfile: CGPublish.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 10:02:17 $
+ * last change: $Author: vg $ $Date: 2006-04-07 13:48:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.