summaryrefslogtreecommitdiff
path: root/sot/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 11:33:03 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 11:33:03 +0000
commit7abaa72e155f40df87aa6c842f881f2b8b38c899 (patch)
treef7bf788633139a7bee293d0764881d04874af248 /sot/inc
parentb0645862575932469721026cb6ca97f7370130e7 (diff)
INTEGRATION: CWS visibility03 (1.1.1.1.236); FILE MERGED
2005/02/17 10:45:01 mnicel 1.1.1.1.236.1: Issue number: 40092
Diffstat (limited to 'sot/inc')
-rw-r--r--sot/inc/filelist.hxx13
1 files changed, 8 insertions, 5 deletions
diff --git a/sot/inc/filelist.hxx b/sot/inc/filelist.hxx
index 2cdcba096f70..85d116bc4f83 100644
--- a/sot/inc/filelist.hxx
+++ b/sot/inc/filelist.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: filelist.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:56:50 $
+ * last change: $Author: obo $ $Date: 2005-04-13 12:33:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,10 +65,13 @@
#ifndef _STREAM_HXX //autogen
#include <tools/stream.hxx>
#endif
+#ifndef INCLUDED_SOTDLLAPI_H
+#include "sot/sotdllapi.h"
+#endif
class FileStringList;
-class FileList : public SvDataCopyStream
+class SOT_DLLPUBLIC FileList : public SvDataCopyStream
{
FileStringList* pStrList;
@@ -93,8 +96,8 @@ public:
// Im-/Export
- friend SvStream& operator<<( SvStream& rOStm, const FileList& rFileList );
- friend SvStream& operator>>( SvStream& rIStm, FileList& rFileList );
+ SOT_DLLPUBLIC friend SvStream& operator<<( SvStream& rOStm, const FileList& rFileList );
+ SOT_DLLPUBLIC friend SvStream& operator>>( SvStream& rIStm, FileList& rFileList );
// Clipboard, D&D usw.
static ULONG GetFormat();