summaryrefslogtreecommitdiff
path: root/wizards/com/sun
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-06 13:16:43 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-06 13:16:43 +0000
commit2004ceea8d1ebe4f622237ad57d85ed50dec74b3 (patch)
tree68eeb0efa1082ed1557565fe560ed86110700120 /wizards/com/sun
parentd042db93b5179be47e05280d6db0ee6973969b10 (diff)
INTEGRATION: CWS dbwizardpp4 (1.4.28); FILE MERGED
2006/06/26 08:11:45 bc 1.4.28.1: #i45673#fieldcolumn can now also handle '.' in their name
Diffstat (limited to 'wizards/com/sun')
-rw-r--r--wizards/com/sun/star/wizards/document/Shape.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/document/Shape.java b/wizards/com/sun/star/wizards/document/Shape.java
index 3f1609b3af82..a3dfbc1cdfff 100644
--- a/wizards/com/sun/star/wizards/document/Shape.java
+++ b/wizards/com/sun/star/wizards/document/Shape.java
@@ -4,9 +4,9 @@
*
* $RCSfile: Shape.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2006-04-07 12:39:03 $
+ * last change: $Author: kz $ $Date: 2006-07-06 14:16:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -93,7 +93,6 @@ public class Shape {
private void createShape(String sServiceName){
try {
- String[] savailservicenames = oFormHandler.xMSFDoc.getAvailableServiceNames();
xMSF = oFormHandler.xMSFDoc;
Object oShape = xMSF.createInstance(sServiceName);
xShape = (XShape) UnoRuntime.queryInterface(XShape.class, oShape);