diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-02 11:46:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-02 11:46:58 +0000 |
commit | c7a7b75e90cb6a03e33c989afeb5deee2f87972a (patch) | |
tree | 28d031a67fa34f81fe66d43e684b0f48fe6ae815 /canvas/source/java | |
parent | d0dd889c3daba31c2350d85323a9452ed00da730 (diff) |
INTEGRATION: CWS canvas02 (1.4.10); FILE MERGED
2005/10/08 12:45:35 thb 1.4.10.3: RESYNC: (1.5-1.6); FILE MERGED
2005/06/28 14:01:55 hr 1.4.10.2: RESYNC: (1.4-1.5); FILE MERGED
2005/06/17 23:49:45 thb 1.4.10.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations
Diffstat (limited to 'canvas/source/java')
-rw-r--r-- | canvas/source/java/CanvasGraphicDevice.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/canvas/source/java/CanvasGraphicDevice.java b/canvas/source/java/CanvasGraphicDevice.java index 7221fb4d6f2c..86d36b1b3ce9 100644 --- a/canvas/source/java/CanvasGraphicDevice.java +++ b/canvas/source/java/CanvasGraphicDevice.java @@ -4,9 +4,9 @@ * * $RCSfile: CanvasGraphicDevice.java,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-07 23:10:03 $ + * last change: $Author: kz $ $Date: 2005-11-02 12:46:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -98,7 +98,7 @@ public class CanvasGraphicDevice return new com.sun.star.geometry.RealSize2D(100,100); } - public synchronized com.sun.star.geometry.RealSize2D getSize() + public synchronized com.sun.star.geometry.RealSize2D getPhysicalSize() { CanvasUtils.printLog( "CanvasGraphicDevice.getSize!" ); java.awt.Rectangle bounds = graphicsConfig.getBounds(); |