diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-02 08:43:11 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-02 08:43:11 +0000 |
commit | 5f4d27ad6c6f6fbccb22e8000ecd2e0270e2141e (patch) | |
tree | 7050eecc661e90f884d359f167186e97c8b38e81 /canvas/source/cairo/cairo_repainttarget.hxx | |
parent | 61aa15fb181d7cce08fd7123f9b38c64b9527f3b (diff) |
INTEGRATION: CWS cairoquartz01 (1.2.56); FILE MERGED
2007/06/02 23:05:32 thb 1.2.56.1: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places
Diffstat (limited to 'canvas/source/cairo/cairo_repainttarget.hxx')
-rw-r--r-- | canvas/source/cairo/cairo_repainttarget.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/canvas/source/cairo/cairo_repainttarget.hxx b/canvas/source/cairo/cairo_repainttarget.hxx index 3026d3c494b9..34e939da54fe 100644 --- a/canvas/source/cairo/cairo_repainttarget.hxx +++ b/canvas/source/cairo/cairo_repainttarget.hxx @@ -4,9 +4,9 @@ * * $RCSfile: cairo_repainttarget.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2006-02-28 10:37:44 $ + * last change: $Author: kz $ $Date: 2008-04-02 09:43:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,10 +36,7 @@ #ifndef _CAIROCANVAS_REPAINTTARGET_HXX #define _CAIROCANVAS_REPAINTTARGET_HXX -#ifndef _RTL_REF_HXX_ #include <rtl/ref.hxx> -#endif - #include "cairo_cairo.hxx" using namespace ::cairo; |