diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 13:56:37 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 13:56:37 +0000 |
commit | 4f620fcba48143f73cd3f9f853636d967eb350dc (patch) | |
tree | 3440d969bcb15b62ac7d1255e62a2ef7fa2450e0 | |
parent | 2d354307a595144a691f31ba64f55e634c228641 (diff) |
INTEGRATION: CWS visibility01 (1.2.86); FILE MERGED
2004/12/06 08:10:27 mnicel 1.2.86.1: Part of symbol visibility markup - #i35758#
-rw-r--r-- | svx/inc/modctrl.hxx | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/svx/inc/modctrl.hxx b/svx/inc/modctrl.hxx index 4c3658467a..39c0393eaf 100644 --- a/svx/inc/modctrl.hxx +++ b/svx/inc/modctrl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: modctrl.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-09-09 15:37:43 $ + * last change: $Author: kz $ $Date: 2005-01-21 14:56:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,9 +67,13 @@ #include <sfx2/stbitem.hxx> #endif +#ifndef INCLUDED_SVXDLLAPI_H +#include "svx/svxdllapi.h" +#endif + // class SvxModifyControl ------------------------------------------------ -class SvxModifyControl : public SfxStatusBarControl +class SVX_DLLPUBLIC SvxModifyControl : public SfxStatusBarControl { public: virtual void StateChanged( USHORT nSID, SfxItemState eState, @@ -86,7 +90,7 @@ private: BOOL bState; #ifdef _SVX_MODCTRL_CXX - void DrawItemText_Impl(); + SVX_DLLPRIVATE void DrawItemText_Impl(); #endif }; |