diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-11 13:03:47 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-11 13:03:47 +0000 |
commit | 1478ddee64b9c33886a5e6baaa908454f4a17f5c (patch) | |
tree | 6520ed99f4e25aac0a8f5749a3025ee772e5b993 /toolkit | |
parent | 4ec7c4697320b27a25cbd7f17d210ca506a33091 (diff) |
INTEGRATION: CWS sb25 (1.4.92); FILE MERGED
2004/11/25 18:14:40 mt 1.4.92.1: #i37760# Less exports...
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/inc/toolkit/awt/vclxmenu.hxx | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxmenu.hxx b/toolkit/inc/toolkit/awt/vclxmenu.hxx index 90e963ac1c34..dda8bf916d87 100644 --- a/toolkit/inc/toolkit/awt/vclxmenu.hxx +++ b/toolkit/inc/toolkit/awt/vclxmenu.hxx @@ -2,9 +2,9 @@ * * $RCSfile: vclxmenu.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2004-02-25 17:57:06 $ + * last change: $Author: rt $ $Date: 2005-01-11 14:03:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,6 +62,9 @@ #ifndef _TOOLKIT_AWT_VCLXMENU_HXX_ #define _TOOLKIT_AWT_VCLXMENU_HXX_ +#ifndef TOOLKIT_DLLAPI_H +#include <toolkit/dllapi.h> +#endif #ifndef _COM_SUN_STAR_AWT_XMENUBAR_HPP_ #include <com/sun/star/awt/XMenuBar.hpp> @@ -102,7 +105,7 @@ DECLARE_LIST( PopupMenuRefList, ::com::sun::star::uno::Reference< ::com::sun::st // class VCLXMenu // ---------------------------------------------------- -class VCLXMenu : public ::com::sun::star::awt::XMenuBar, +class TOOLKIT_DLLPUBLIC VCLXMenu : public ::com::sun::star::awt::XMenuBar, public ::com::sun::star::awt::XPopupMenu, public ::com::sun::star::awt::XMenuExtended, public ::com::sun::star::lang::XTypeProvider, @@ -181,7 +184,7 @@ public: // ---------------------------------------------------- // class VCLXMenuBar // ---------------------------------------------------- -class VCLXMenuBar : public VCLXMenu +class TOOLKIT_DLLPUBLIC VCLXMenuBar : public VCLXMenu { public: VCLXMenuBar(); @@ -191,7 +194,7 @@ public: // ---------------------------------------------------- // class VCLXPopupMenu // ---------------------------------------------------- -class VCLXPopupMenu : public VCLXMenu +class TOOLKIT_DLLPUBLIC VCLXPopupMenu : public VCLXMenu { public: VCLXPopupMenu(); |