summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-11 13:03:30 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-11 13:03:30 +0000
commit4ec7c4697320b27a25cbd7f17d210ca506a33091 (patch)
treebd28460d920b8d11b2532e6cd161091a6fef3960 /toolkit
parent3bc9ee0a9ddc44e8a4e841cb0d633addf52c09bb (diff)
INTEGRATION: CWS sb25 (1.2.332); FILE MERGED
2004/11/25 18:14:40 mt 1.2.332.1: #i37760# Less exports...
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/inc/toolkit/awt/vclxfont.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxfont.hxx b/toolkit/inc/toolkit/awt/vclxfont.hxx
index ad773762d11a..ea2e0513ee55 100644
--- a/toolkit/inc/toolkit/awt/vclxfont.hxx
+++ b/toolkit/inc/toolkit/awt/vclxfont.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vclxfont.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2001-09-28 09:38:18 $
+ * last change: $Author: rt $ $Date: 2005-01-11 14:03:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,9 @@
#ifndef _TOOLKIT_AWT_VCLXFONT_HXX_
#define _TOOLKIT_AWT_VCLXFONT_HXX_
+#ifndef TOOLKIT_DLLAPI_H
+#include <toolkit/dllapi.h>
+#endif
#ifndef _COM_SUN_STAR_AWT_XFONT_HPP_
#include <com/sun/star/awt/XFont.hpp>
@@ -92,7 +95,7 @@
// class VCLXFont
// ----------------------------------------------------
-class VCLXFont : public ::com::sun::star::awt::XFont,
+class TOOLKIT_DLLPUBLIC VCLXFont : public ::com::sun::star::awt::XFont,
public ::com::sun::star::lang::XTypeProvider,
public ::com::sun::star::lang::XUnoTunnel,
public ::cppu::OWeakObject