From 152e221b9bcbbe520f8cd5173db08d378e952dfa Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 13 Apr 2005 09:39:06 +0000 Subject: INTEGRATION: CWS visibility03 (1.1.904); FILE MERGED 2005/03/24 14:14:05 mhu 1.1.904.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup. --- svtools/inc/tooltiplbox.hxx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'svtools/inc/tooltiplbox.hxx') diff --git a/svtools/inc/tooltiplbox.hxx b/svtools/inc/tooltiplbox.hxx index 0e0511577828..cd2824ef73b4 100644 --- a/svtools/inc/tooltiplbox.hxx +++ b/svtools/inc/tooltiplbox.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tooltiplbox.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: dr $ $Date: 2002-10-02 14:35:26 $ + * last change: $Author: obo $ $Date: 2005-04-13 10:39:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,6 +62,10 @@ #ifndef SVTOOLS_TOOLTIPLBOX_HXX #define SVTOOLS_TOOLTIPLBOX_HXX +#ifndef INCLUDED_SVTDLLAPI_H +#include "svtools/svtdllapi.h" +#endif + #ifndef _SV_LSTBOX_HXX #include #endif @@ -84,7 +88,7 @@ protected: // ---------------------------------------------------------------------------- /** MultiListBox with tool tips for long entries. */ -class ToolTipMultiListBox : public MultiListBox +class SVT_DLLPUBLIC ToolTipMultiListBox : public MultiListBox { public: ToolTipMultiListBox( Window* pParent, WinBits nStyle = WB_BORDER ); -- cgit