diff options
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; |