summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/fontcfg.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:58:46 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:58:46 +0000
commit04d6c282e44b39c580587696e37cb51f6f51c804 (patch)
treeb8948dfe8c8d00ec2b716c43ab56c342aed92b1b /sw/source/ui/inc/fontcfg.hxx
parentINTEGRATION: CWS tune03 (1.3.750); FILE MERGED (diff)
downloadcore-04d6c282e44b39c580587696e37cb51f6f51c804.tar.gz
core-04d6c282e44b39c580587696e37cb51f6f51c804.zip
INTEGRATION: CWS tune03 (1.4.750); FILE MERGED
2004/07/19 19:11:26 mhu 1.4.750.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/source/ui/inc/fontcfg.hxx')
-rw-r--r--sw/source/ui/inc/fontcfg.hxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/sw/source/ui/inc/fontcfg.hxx b/sw/source/ui/inc/fontcfg.hxx
index bcd625df1215..ef14ecac5a8e 100644
--- a/sw/source/ui/inc/fontcfg.hxx
+++ b/sw/source/ui/inc/fontcfg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fontcfg.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2002-06-11 08:38:52 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:58:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,6 +71,10 @@
#include <tools/lang.hxx>
#endif
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+
#define FONT_STANDARD 0
#define FONT_OUTLINE 1
#define FONT_LIST 2
@@ -94,11 +98,11 @@
#define FONT_GROUP_CJK 1
#define FONT_GROUP_CTL 2
-class SwStdFontConfig : public utl::ConfigItem
+class SW_DLLPUBLIC SwStdFontConfig : public utl::ConfigItem
{
String sDefaultFonts[DEF_FONT_COUNT];
- com::sun::star::uno::Sequence<rtl::OUString> GetPropertyNames();
+ SW_DLLPRIVATE com::sun::star::uno::Sequence<rtl::OUString> GetPropertyNames();
void ChangeString(USHORT nFontType, const String& rSet)
{