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
This commit is contained in:
Kurt Zenker
2005-11-02 12:44:14 +00:00
parent c571b8b359
commit 58213878ce

View File

@@ -4,9 +4,9 @@
* *
* $RCSfile: implsprite.hxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@@ -86,6 +86,8 @@ namespace cppcanvas
virtual void show(); virtual void show();
virtual void hide(); virtual void hide();
virtual void setPriority( double fPriority );
virtual ::com::sun::star::uno::Reference< virtual ::com::sun::star::uno::Reference<
::com::sun::star::rendering::XSprite > getUNOSprite() const; ::com::sun::star::rendering::XSprite > getUNOSprite() const;