summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorhdu <duerr@sun.com>2010-02-16 10:40:58 +0100
committerhdu <duerr@sun.com>2010-02-16 10:40:58 +0100
commitacd938f2b35736ec9dfe5822daff9e34f2b53fe5 (patch)
tree413184849ef71c18b352f160bfe0c4d07f5e9bce /vcl
parent12284fb4daa369166033b2faa651774a497afb66 (diff)
#i88303# allow compilation on even older baselines without cairo.h
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx b/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
index 2381b2e89214..a7ef9af1452c 100644
--- a/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
+++ b/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
@@ -7,7 +7,6 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: salnativewidgets-gtk.cxx,v $
- * $Revision: 1.47.32.4 $
*
* This file is part of OpenOffice.org.
*
@@ -48,7 +47,7 @@
#include "saldisp.hxx"
#include "vcl/svapp.hxx"
-#include "cairo/cairo.h"
+typedef struct _cairo_font_options cairo_font_options_t;
// initialize statics
BOOL GtkSalGraphics::bThemeChanged = TRUE;