summaryrefslogtreecommitdiff
path: root/vcl/unx/inc/salgdi.h
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-13 17:12:24 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-13 17:12:24 +0000
commit6127bc8b70fe8c5f1603c278619d3ccbc003d920 (patch)
treec61e193206c3d33f42a8238f97335744a533f6d2 /vcl/unx/inc/salgdi.h
parent9748a314a619219e12c243caf5b8b68968cddfe2 (diff)
INTEGRATION: CWS vclcompact (1.29.120); FILE MERGED
2004/12/16 15:04:14 ssa 1.29.120.2: RESYNC: (1.29-1.30); FILE MERGED 2004/11/30 15:05:04 dv 1.29.120.1: #i37763# Reduce vcl exports
Diffstat (limited to 'vcl/unx/inc/salgdi.h')
-rw-r--r--vcl/unx/inc/salgdi.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/vcl/unx/inc/salgdi.h b/vcl/unx/inc/salgdi.h
index d24afc546e67..f58ae94d82e0 100644
--- a/vcl/unx/inc/salgdi.h
+++ b/vcl/unx/inc/salgdi.h
@@ -2,9 +2,9 @@
*
* $RCSfile: salgdi.h,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 15:14:34 $
+ * last change: $Author: kz $ $Date: 2005-01-13 18:12:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,6 +82,10 @@ class SalGraphicsData;
#include <tools/fract.hxx>
#endif
+#ifndef _VCL_DLLAPI_H
+#include <dllapi.h>
+#endif
+
#include "xfont.hxx"
// -=-= forwards -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
@@ -102,7 +106,7 @@ class ServerFontLayout;
// -=-= SalGraphicsData =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-class X11SalGraphics : public SalGraphics
+class VCL_DLLPUBLIC X11SalGraphics : public SalGraphics
{
friend class X11FontLayout;
friend class ServerFontLayout;