diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 13:55:52 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 13:55:52 +0000 |
commit | db24adf39711907d0b8f35c91338091f4ab24c69 (patch) | |
tree | f5266645dd4bed3707877ec2b5bcaaa43fd15fc6 /svx/inc/macropg.hxx | |
parent | a27d25941964f794c1e857e4351772be19f5390d (diff) |
INTEGRATION: CWS visibility01 (1.3.118); FILE MERGED
2004/12/06 08:10:27 mnicel 1.3.118.1: Part of symbol visibility markup - #i35758#
Diffstat (limited to 'svx/inc/macropg.hxx')
-rw-r--r-- | svx/inc/macropg.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/svx/inc/macropg.hxx b/svx/inc/macropg.hxx index ae7ec89e8aee..e32b114e6689 100644 --- a/svx/inc/macropg.hxx +++ b/svx/inc/macropg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: macropg.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2005-01-05 12:17:05 $ + * last change: $Author: kz $ $Date: 2005-01-21 14:55:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,6 +77,10 @@ #endif #include <rtl/ustring.hxx> +#ifndef INCLUDED_SVXDLLAPI_H +#include "svx/svxdllapi.h" +#endif + #include <hash_map> typedef ::std::hash_map< ::rtl::OUString, ::std::pair< ::rtl::OUString, ::rtl::OUString >, ::rtl::OUStringHash, ::std::equal_to< ::rtl::OUString > > EventsHash; @@ -139,7 +143,7 @@ public: }; -class SvxMacroAssignDlg : public SfxSingleTabDialog +class SVX_DLLPUBLIC SvxMacroAssignDlg : public SfxSingleTabDialog { public: SvxMacroAssignDlg( Window* pParent, SfxItemSet& rSet, ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameReplace > xNameReplace, sal_uInt16 nSelectedIndex=0 ); |