diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 14:01:33 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 14:01:33 +0000 |
commit | 9efa173128f459d99556651b0ae499b712ab7908 (patch) | |
tree | 2f8481016ac343c3bdc34950629c8a79c0f736e8 /svx/inc/ofaitem.hxx | |
parent | 636edee60d41578fd64aefc6dfd1b5daeba9bdc1 (diff) |
INTEGRATION: CWS visibility01 (1.3.218); FILE MERGED
2004/11/19 12:54:20 mmeeks 1.3.218.1: Issue number: #i35758#
Submitted by: mnicel
Reviewed by: mmeeks
Add lots of visibility attributes to APIs.
Diffstat (limited to 'svx/inc/ofaitem.hxx')
-rw-r--r-- | svx/inc/ofaitem.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/svx/inc/ofaitem.hxx b/svx/inc/ofaitem.hxx index 2900e25d4a14..6dac3250bd9e 100644 --- a/svx/inc/ofaitem.hxx +++ b/svx/inc/ofaitem.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ofaitem.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2004-07-06 13:05:56 $ + * last change: $Author: kz $ $Date: 2005-01-21 15:01:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,9 +67,13 @@ #include <svtools/poolitem.hxx> #endif +#ifndef INCLUDED_SVXDLLAPI_H +#include "svx/svxdllapi.h" +#endif + // class OfaPtrItem ------------------------------------------------------ -class OfaPtrItem : public SfxPoolItem +class SVX_DLLPUBLIC OfaPtrItem : public SfxPoolItem { private: void* pPtr; |