summaryrefslogtreecommitdiff
path: root/bean/com
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 18:18:00 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 18:18:00 +0000
commit4a9509690706290387fd50b818d337112828e262 (patch)
treeee4d1f39db820ab212251fac6433593ea5fc977a /bean/com
parentf2ff65b15e6a025c682d6475bc907d917d971a59 (diff)
INTEGRATION: CWS removedrafts (1.6.6); FILE MERGED
2005/02/18 10:57:04 cd 1.6.6.1: #i42557# remove drafts module
Diffstat (limited to 'bean/com')
-rw-r--r--bean/com/sun/star/comp/beans/OOoBean.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/bean/com/sun/star/comp/beans/OOoBean.java b/bean/com/sun/star/comp/beans/OOoBean.java
index f222fcc1e11e..36283284cae4 100644
--- a/bean/com/sun/star/comp/beans/OOoBean.java
+++ b/bean/com/sun/star/comp/beans/OOoBean.java
@@ -2,9 +2,9 @@
*
* $RCSfile: OOoBean.java,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2004-10-28 15:49:00 $
+ * last change: $Author: kz $ $Date: 2005-03-01 19:18:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1061,9 +1061,9 @@ public class OOoBean
com.sun.star.beans.XPropertySet xPropSet =
(com.sun.star.beans.XPropertySet) UnoRuntime.queryInterface(
com.sun.star.beans.XPropertySet.class, aFrame );
- drafts.com.sun.star.frame.XLayoutManager xLayoutManager =
- (drafts.com.sun.star.frame.XLayoutManager) UnoRuntime.queryInterface(
- drafts.com.sun.star.frame.XLayoutManager.class,
+ com.sun.star.frame.XLayoutManager xLayoutManager =
+ (com.sun.star.frame.XLayoutManager) UnoRuntime.queryInterface(
+ com.sun.star.frame.XLayoutManager.class,
xPropSet.getPropertyValue( "LayoutManager" ) );
if ( bNewValue )
xLayoutManager.showElement( aResourceURL );