diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:16:19 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:16:19 +0000 |
commit | 390c2e1648048b364cfd29b553c6d6a3f2515361 (patch) | |
tree | 7328465e5cf60fe68dc0be42895b9344ca7f6113 /svx/inc | |
parent | bfc3371b877bd6371827b26c660b440ccfa6cfee (diff) |
INTEGRATION: CWS visibility01 (1.3.86); FILE MERGED
2004/12/06 08:11:05 mnicel 1.3.86.1: Part of symbol visibility markup - #i35758#
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/xmlsecctrl.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/svx/inc/xmlsecctrl.hxx b/svx/inc/xmlsecctrl.hxx index d7a295a18012..9bda3848ba2a 100644 --- a/svx/inc/xmlsecctrl.hxx +++ b/svx/inc/xmlsecctrl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlsecctrl.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2004-09-13 08:47:04 $ + * last change: $Author: kz $ $Date: 2005-01-21 16:16:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,12 +64,16 @@ #include <sfx2/stbitem.hxx> +#ifndef INCLUDED_SVXDLLAPI_H +#include "svx/svxdllapi.h" +#endif + class SvxSizeItem; // class SvxPosSizeToolBoxControl ---------------------------------------- -class XmlSecStatusBarControl : public SfxStatusBarControl +class SVX_DLLPUBLIC XmlSecStatusBarControl : public SfxStatusBarControl { private: struct XmlSecStatusBarControl_Impl; |