INTEGRATION: CWS qwizardsbf1 (1.4.2); FILE MERGED
2004/11/19 10:47:25 bc 1.4.2.1: ##Some ResourceStrings with em modified
This commit is contained in:
parent
1db1ffb1e3
commit
ef8079b2d4
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: DBMetaData.java,v $
|
||||
*
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*
|
||||
* last change: $Author: pjunck $ $Date: 2004-10-27 13:30:04 $
|
||||
* last change: $Author: kz $ $Date: 2004-11-27 09:05:19 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -807,7 +807,7 @@ public class DBMetaData {
|
|||
XStorable xStoreable = (XStorable) UnoRuntime.queryInterface(XStorable.class, _xcomponent);
|
||||
PropertyValue[] oStoreProperties = new PropertyValue[1];
|
||||
oStoreProperties[0] = Properties.createProperty("FilterName", "writer8");
|
||||
storepath += ".oot";
|
||||
storepath += ".odt";
|
||||
xStoreable.storeAsURL(storepath, oStoreProperties);
|
||||
return true;
|
||||
} catch (Exception e) {
|
||||
|
|
Loading…
Reference in a new issue