diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-07-25 06:57:45 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-07-25 06:57:45 +0000 |
commit | d2bf77b8bf57e099dbdf38e8a83e58252d176f95 (patch) | |
tree | e94765b3980287e2892768b7b288ad936db4916d /bean/com | |
parent | 6237da873730e174a558fe5105f49b949531b210 (diff) |
INTEGRATION: CWS jl35 (1.13.16); FILE MERGED
2006/05/22 14:57:26 jl 1.13.16.1: #i65590# remove string empty which is displayed when no document is loaded
Diffstat (limited to 'bean/com')
-rw-r--r-- | bean/com/sun/star/comp/beans/OOoBean.java | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bean/com/sun/star/comp/beans/OOoBean.java b/bean/com/sun/star/comp/beans/OOoBean.java index 462df16e0711..0d39a177f2d5 100644 --- a/bean/com/sun/star/comp/beans/OOoBean.java +++ b/bean/com/sun/star/comp/beans/OOoBean.java @@ -4,9 +4,9 @@ * * $RCSfile: OOoBean.java,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-09-07 22:02:03 $ + * last change: $Author: rt $ $Date: 2006-07-25 07:57:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1336,8 +1336,6 @@ xLayoutManager.showElement("private:resource/menubar/menubar"); */ public void paint( java.awt.Graphics aGraphics ) { - // TBD - aGraphics.drawString( "empty", 10, 10 ); } /** Adds a single argument to an array of arguments. |