INTEGRATION: CWS transogl01 (1.8.26); FILE MERGED

2007/07/25 15:21:32 thb 1.8.26.2: RESYNC: (1.8-1.9); FILE MERGED
2007/06/29 10:08:49 smmathews 1.8.26.1: Issue number:
Submitted by:
Reviewed by:
This commit is contained in:
Rüdiger Timm 2007-11-09 09:16:18 +00:00
parent 556ac62f44
commit c0d77884b7

View file

@ -4,9 +4,9 @@
*
* $RCSfile: slidebitmap.cxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: obo $ $Date: 2007-07-17 14:40:28 $
* last change: $Author: rt $ $Date: 2007-11-09 10:16:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -130,5 +130,11 @@ namespace slideshow
maClipPoly = rClipPoly;
}
::com::sun::star::uno::Reference<
::com::sun::star::rendering::XBitmap > SlideBitmap::getXBitmap()
{
return mxBitmap;
}
}
}