diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-02 12:44:14 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-02 12:44:14 +0000 |
commit | 58213878cec089dfebdfdfea7be3034987fe544f (patch) | |
tree | 4fcecc476c8454f4daa43b93d8d501244a124403 /cppcanvas | |
parent | c571b8b359566a07c005ee84345d15505a24bb02 (diff) |
INTEGRATION: CWS canvas02 (1.6.4); FILE MERGED
2005/10/24 16:28:44 thb 1.6.4.1: #i48939# Providing the sprite priority also on the cppcanvas wrapper
Diffstat (limited to 'cppcanvas')
-rw-r--r-- | cppcanvas/source/wrapper/implsprite.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cppcanvas/source/wrapper/implsprite.hxx b/cppcanvas/source/wrapper/implsprite.hxx index 816eeafac14c..1c6f83696892 100644 --- a/cppcanvas/source/wrapper/implsprite.hxx +++ b/cppcanvas/source/wrapper/implsprite.hxx @@ -4,9 +4,9 @@ * * $RCSfile: implsprite.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:30:06 $ + * last change: $Author: kz $ $Date: 2005-11-02 13:44:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -86,6 +86,8 @@ namespace cppcanvas virtual void show(); virtual void hide(); + virtual void setPriority( double fPriority ); + virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XSprite > getUNOSprite() const; |