diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 14:52:41 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 14:52:41 +0000 |
commit | 0e829d1d0996038f969e6aba12f7525f3fdf666a (patch) | |
tree | b207ef8f1f47885bfe8f515dc2b79d93894e8a62 /svx/inc/verttexttbxctrl.hxx | |
parent | b646063e94387d0b7659fc37c3fb25f46d0e7137 (diff) |
INTEGRATION: CWS visibility01 (1.4.218); FILE MERGED
2004/12/06 08:10:56 mnicel 1.4.218.1: Part of symbol visibility markup - #i35758#
Diffstat (limited to 'svx/inc/verttexttbxctrl.hxx')
-rw-r--r-- | svx/inc/verttexttbxctrl.hxx | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/svx/inc/verttexttbxctrl.hxx b/svx/inc/verttexttbxctrl.hxx index 293e2b62486a..64434768226d 100644 --- a/svx/inc/verttexttbxctrl.hxx +++ b/svx/inc/verttexttbxctrl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: verttexttbxctrl.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2004-07-06 13:09:14 $ + * last change: $Author: kz $ $Date: 2005-01-21 15:52:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,6 +64,10 @@ #ifndef _SFXTBXCTRL_HXX //autogen #include <sfx2/tbxctrl.hxx> #endif +#ifndef INCLUDED_SVXDLLAPI_H +#include "svx/svxdllapi.h" +#endif + /* -----------------------------27.04.01 15:38-------------------------------- control to remove/insert cjk settings dependent vertical text toolbox item ---------------------------------------------------------------------------*/ @@ -82,7 +86,7 @@ public: /* -----------------------------12.09.2002 11:50------------------------------ ---------------------------------------------------------------------------*/ -class SvxCTLTextTbxCtrl : public SvxVertCTLTextTbxCtrl +class SVX_DLLPUBLIC SvxCTLTextTbxCtrl : public SvxVertCTLTextTbxCtrl { public: SFX_DECL_TOOLBOX_CONTROL(); @@ -91,7 +95,7 @@ public: /* -----------------------------12.09.2002 11:50------------------------------ ---------------------------------------------------------------------------*/ -class SvxVertTextTbxCtrl : public SvxVertCTLTextTbxCtrl +class SVX_DLLPUBLIC SvxVertTextTbxCtrl : public SvxVertCTLTextTbxCtrl { public: SFX_DECL_TOOLBOX_CONTROL(); |