INTEGRATION: CWS cairoquartz01 (1.3.16); FILE MERGED

2008/01/18 18:48:31 mox 1.3.16.1: Remove too aggressive namespacing. Broke build with Mac OS X 10.5 Leopard.
This commit is contained in:
Kurt Zenker 2008-04-02 08:43:39 +00:00
parent f2ed42d5db
commit b83826ea45

View file

@ -4,9 +4,9 @@
*
* $RCSfile: cairo_spritecanvas.hxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: kz $ $Date: 2006-12-13 14:43:32 $
* last change: $Author: kz $ $Date: 2008-04-02 09:43:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -153,8 +153,8 @@ namespace cairocanvas
// XServiceName
virtual ::rtl::OUString SAL_CALL getServiceName( ) throw (::com::sun::star::uno::RuntimeException);
::cairo::Surface* getSurface( const ::basegfx::B2ISize& rSize, ::cairo::Content aContent = ::cairo::CAIRO_CONTENT_COLOR_ALPHA );
::cairo::Surface* getSurface( ::cairo::Content aContent = ::cairo::CAIRO_CONTENT_COLOR_ALPHA );
::cairo::Surface* getSurface( const ::basegfx::B2ISize& rSize, ::cairo::Content aContent = CAIRO_CONTENT_COLOR_ALPHA );
::cairo::Surface* getSurface( ::cairo::Content aContent = CAIRO_CONTENT_COLOR_ALPHA );
::cairo::Surface* getSurface( Bitmap& rBitmap );
::cairo::Surface* getBufferSurface();
::cairo::Surface* getWindowSurface();