summaryrefslogtreecommitdiff
path: root/sw/inc/toxwrap.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 07:41:21 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 07:41:21 +0000
commitd3705e8c1ab8a7f9c741bf2d1928be120554e95b (patch)
treedc9a23552ec6e89cbb5979a17a2235f1d16aa005 /sw/inc/toxwrap.hxx
parent832b484eb09d7f945f996f04110d3098337922f0 (diff)
INTEGRATION: CWS tune03 (1.2.576); FILE MERGED
2004/07/19 19:10:45 mhu 1.2.576.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/toxwrap.hxx')
-rw-r--r--sw/inc/toxwrap.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/inc/toxwrap.hxx b/sw/inc/toxwrap.hxx
index 504e0755a94c..922b215f6e89 100644
--- a/sw/inc/toxwrap.hxx
+++ b/sw/inc/toxwrap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: toxwrap.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-08-12 12:07:50 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:41:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,6 +75,9 @@
#ifndef _SWUNODEF_HXX
#include <swunodef.hxx>
#endif
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
namespace com { namespace sun { namespace star {
namespace i18n {
@@ -88,7 +91,7 @@ namespace lang {
class String;
-class IndexEntrySupplierWrapper
+class SW_DLLPUBLIC IndexEntrySupplierWrapper
{
STAR_NMSPC::lang::Locale aLcl;
STAR_NMSPC::uno::Reference < com::sun::star::i18n::XExtendedIndexEntrySupplier > xIES;