From 7abaa72e155f40df87aa6c842f881f2b8b38c899 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 13 Apr 2005 11:33:03 +0000 Subject: 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 --- sot/inc/filelist.hxx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'sot') 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 #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(); -- cgit