summaryrefslogtreecommitdiff
path: root/svtools/inc/tooltiplbox.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 09:39:06 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 09:39:06 +0000
commit152e221b9bcbbe520f8cd5173db08d378e952dfa (patch)
treef34201da8b9b7d5a6d47e184ac2aacf2012e019f /svtools/inc/tooltiplbox.hxx
parenta35c6f6f90e4c0f40a82eaadc205de13e053621c (diff)
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.
Diffstat (limited to 'svtools/inc/tooltiplbox.hxx')
-rw-r--r--svtools/inc/tooltiplbox.hxx10
1 files changed, 7 insertions, 3 deletions
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 <vcl/lstbox.hxx>
#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 );