summaryrefslogtreecommitdiffstats
path: root/cppcanvas
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 12:44:36 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 12:44:36 +0000
commit03385d9c7d4dbe3d8faccb7442022744dd60b25f (patch)
tree4484d07d9ec703151315f489b8d197dd7aacd9a9 /cppcanvas
parentINTEGRATION: CWS canvas02 (1.5.8); FILE MERGED (diff)
downloadcore-03385d9c7d4dbe3d8faccb7442022744dd60b25f.tar.gz
core-03385d9c7d4dbe3d8faccb7442022744dd60b25f.zip
INTEGRATION: CWS canvas02 (1.5.10); FILE MERGED
2005/10/09 09:22:56 thb 1.5.10.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/19 11:08:35 thb 1.5.10.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/implspritecanvas.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppcanvas/source/wrapper/implspritecanvas.hxx b/cppcanvas/source/wrapper/implspritecanvas.hxx
index 8b08ad09bfef..d4be1b05ebcb 100644
--- a/cppcanvas/source/wrapper/implspritecanvas.hxx
+++ b/cppcanvas/source/wrapper/implspritecanvas.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: implspritecanvas.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:30:47 $
+ * last change: $Author: kz $ $Date: 2005-11-02 13:44:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -117,7 +117,7 @@ namespace cppcanvas
ImplSpriteCanvas& operator=( const ImplSpriteCanvas& );
const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XSpriteCanvas > mxSpriteCanvas;
- TransformationArbiterSharedPtr mpTransformArbiter;
+ TransformationArbiterSharedPtr mpTransformArbiter;
};
}
}