Kaydet (Commit) 4a950969 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS removedrafts (1.6.6); FILE MERGED

2005/02/18 10:57:04 cd 1.6.6.1: #i42557# remove drafts module
üst f2ff65b1
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: OOoBean.java,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -1061,9 +1061,9 @@ public class OOoBean ...@@ -1061,9 +1061,9 @@ public class OOoBean
com.sun.star.beans.XPropertySet xPropSet = com.sun.star.beans.XPropertySet xPropSet =
(com.sun.star.beans.XPropertySet) UnoRuntime.queryInterface( (com.sun.star.beans.XPropertySet) UnoRuntime.queryInterface(
com.sun.star.beans.XPropertySet.class, aFrame ); com.sun.star.beans.XPropertySet.class, aFrame );
drafts.com.sun.star.frame.XLayoutManager xLayoutManager = com.sun.star.frame.XLayoutManager xLayoutManager =
(drafts.com.sun.star.frame.XLayoutManager) UnoRuntime.queryInterface( (com.sun.star.frame.XLayoutManager) UnoRuntime.queryInterface(
drafts.com.sun.star.frame.XLayoutManager.class, com.sun.star.frame.XLayoutManager.class,
xPropSet.getPropertyValue( "LayoutManager" ) ); xPropSet.getPropertyValue( "LayoutManager" ) );
if ( bNewValue ) if ( bNewValue )
xLayoutManager.showElement( aResourceURL ); xLayoutManager.showElement( aResourceURL );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment