diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 07:32:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 07:32:46 +0000 |
commit | d000b5091f753ded54fd1cf44e64bcb5f97c6f1e (patch) | |
tree | a4280dca398632f4e2a6435c3e4b7384213cbaa7 /sw/inc/fmteiro.hxx | |
parent | 5190d17a60c7567f3eab30e61c5d223c05b638f0 (diff) |
INTEGRATION: CWS tune03 (1.5.222); FILE MERGED
2004/07/19 19:10:33 mhu 1.5.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/fmteiro.hxx')
-rw-r--r-- | sw/inc/fmteiro.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/inc/fmteiro.hxx b/sw/inc/fmteiro.hxx index 91d6a231c0e4..31dffc98b174 100644 --- a/sw/inc/fmteiro.hxx +++ b/sw/inc/fmteiro.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmteiro.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2004-02-02 17:55:17 $ + * last change: $Author: rt $ $Date: 2004-08-23 08:32:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,10 +71,13 @@ #ifndef _FORMAT_HXX //autogen #include <format.hxx> #endif +#ifndef INCLUDED_SWDLLAPI_H +#include "swdllapi.h" +#endif class IntlWrapper; -class SwFmtEditInReadonly : public SfxBoolItem +class SW_DLLPUBLIC SwFmtEditInReadonly : public SfxBoolItem { public: SwFmtEditInReadonly( USHORT nId = RES_EDIT_IN_READONLY, |