diff options
author | Oliver Bolte <obo@openoffice.org> | 2009-02-27 08:11:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2009-02-27 08:11:53 +0000 |
commit | fcad3226a579de6cd18f6da82ab801c253b4fd73 (patch) | |
tree | b1606249f450347d8bd41f74c8a6ce1274e8833b /canvas/source/tools | |
parent | f02a93c179d26f4e84af83c0ac16c39a62d1dc3f (diff) |
CWS-TOOLING: integrate CWS impress162
2009-02-19 13:02:17 +0100 af r268275 : #i93945# Stop forcing long into sal_Int32.
2009-01-16 15:24:01 +0100 af r266424 : CWS-TOOLING: rebase CWS impress162 to trunk@265758 (milestone: DEV300:m38)
2008-11-21 15:17:22 +0100 af r264143 : CWS-TOOLING: rebase CWS impress162 to trunk@263288 (milestone: DEV300:m35)
2008-11-20 16:29:33 +0100 af r264067 : Merge in latest fixes to the cws command.
2008-11-20 16:25:36 +0100 af r264066 : Merge in latest fixes to the cws command.
2008-11-20 14:37:15 +0100 af r264054 : Merge in latest fixes to the cws command.
2008-11-20 14:01:36 +0100 af r264051 : Resolved merge conflicts.
2008-11-20 14:01:16 +0100 af r264050 : Resolved merge conflicts.
2008-11-19 15:45:05 +0100 af r263998 : Migrate CWS impress162 to SVN.
Diffstat (limited to 'canvas/source/tools')
-rw-r--r-- | canvas/source/tools/surface.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/tools/surface.cxx b/canvas/source/tools/surface.cxx index 1dd902d7c3ad..c3161758ea3e 100644 --- a/canvas/source/tools/surface.cxx +++ b/canvas/source/tools/surface.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: surface.cxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.6.16.1 $ * * This file is part of OpenOffice.org. * @@ -262,7 +262,7 @@ namespace canvas ::basegfx::B2IPoint aDestOffset; if( mpFragment ) - mpFragment->getPos(); + aDestOffset = mpFragment->getPos(); // convert size to normalized device coordinates const ::basegfx::B2DRectangle& rUV( |