summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 12:44:48 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 12:44:48 +0000
commit697d2e6fe4d28a32a9d15bd2dcd04f7d4fc2568b (patch)
treec09b8442e8b2430cdda902e70131649dd1ca34ab /cppcanvas
parent03385d9c7d4dbe3d8faccb7442022744dd60b25f (diff)
INTEGRATION: CWS canvas02 (1.5.8); FILE MERGED
2005/10/09 09:23:53 thb 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/19 11:08:35 thb 1.5.8.1: #i53538# Changed clip setting to use basegfx polygon (cppcanvas::PolyPolygon contains reference back to canvas); changed direct access to base class member to getter method, thus, providing the actual XCanvas clip polygon lazily.
Diffstat (limited to 'cppcanvas')
-rw-r--r--cppcanvas/source/wrapper/impltext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppcanvas/source/wrapper/impltext.cxx b/cppcanvas/source/wrapper/impltext.cxx
index 00e8d83cd922..a53d484043c1 100644
--- a/cppcanvas/source/wrapper/impltext.cxx
+++ b/cppcanvas/source/wrapper/impltext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: impltext.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:31:04 $
+ * last change: $Author: kz $ $Date: 2005-11-02 13:44:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -93,7 +93,7 @@ namespace cppcanvas
pCanvas->getUNOCanvas()->drawText( aText,
mpFont->getUNOFont(),
pCanvas->getViewState(),
- maRenderState,
+ getRenderState(),
nBidiOption );
return true;