diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 13:32:41 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 13:32:41 +0000 |
commit | 852711b44d1562234475ecb83bc2bd531ebc7fc0 (patch) | |
tree | e35177653b932d7a63c6224d10adf277fe085fc2 /svx/inc/fmobjfac.hxx | |
parent | 723c6a48cb0ee5e818a3162250532b221101feb3 (diff) |
INTEGRATION: CWS visibility01 (1.1.1.1.1048); FILE MERGED
2004/12/06 08:10:19 mnicel 1.1.1.1.1048.1: Part of symbol visibility markup - #i35758#
Diffstat (limited to 'svx/inc/fmobjfac.hxx')
-rw-r--r-- | svx/inc/fmobjfac.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/svx/inc/fmobjfac.hxx b/svx/inc/fmobjfac.hxx index 2505575272cd..eb4a64e7dfdc 100644 --- a/svx/inc/fmobjfac.hxx +++ b/svx/inc/fmobjfac.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmobjfac.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:00:56 $ + * last change: $Author: kz $ $Date: 2005-01-21 14:32:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,11 +66,15 @@ #include <tools/link.hxx> #endif +#ifndef INCLUDED_SVXDLLAPI_H +#include "svx/svxdllapi.h" +#endif + class SdrObjFactory; -class FmFormObjFactory +class SVX_DLLPUBLIC FmFormObjFactory { public: FmFormObjFactory(); |