diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 08:22:29 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 08:22:29 +0000 |
commit | c8c055631e5d3371b024075d88648dfc21aae7fa (patch) | |
tree | 867f9fc7860386c28d57a3e6f7307fcdc769649c /sc/inc/attrib.hxx | |
parent | a8b9edde64a70121ed0ecdf4b93e3b8e3346e381 (diff) |
INTEGRATION: CWS tune03 (1.4.52); FILE MERGED
2004/07/08 16:44:57 mhu 1.4.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sc/inc/attrib.hxx')
-rw-r--r-- | sc/inc/attrib.hxx | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx index da84845d0d19..26ee197c291a 100644 --- a/sc/inc/attrib.hxx +++ b/sc/inc/attrib.hxx @@ -2,9 +2,9 @@ * * $RCSfile: attrib.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2004-06-04 10:01:45 $ + * last change: $Author: rt $ $Date: 2004-08-23 09:22:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,6 +74,10 @@ #include <svtools/eitem.hxx> #endif +#ifndef INCLUDED_SCDLLAPI_H +#include "scdllapi.h" +#endif + #ifndef SC_SCGLOB_HXX #include "global.hxx" #endif @@ -153,7 +157,7 @@ public: }; //------------------------------------------------------------------------ -class ScProtectionAttr: public SfxPoolItem +class SC_DLLPUBLIC ScProtectionAttr: public SfxPoolItem { BOOL bProtection; // Zelle schuetzen BOOL bHideFormula; // Formel nicht Anzeigen @@ -318,7 +322,7 @@ inline ScTableListItem::ScTableListItem( const USHORT nWhich ) #define SC_HF_CENTERAREA 2 #define SC_HF_RIGHTAREA 3 -class ScPageHFItem : public SfxPoolItem +class SC_DLLPUBLIC ScPageHFItem : public SfxPoolItem { EditTextObject* pLeftArea; EditTextObject* pCenterArea; @@ -358,7 +362,7 @@ public: //---------------------------------------------------------------------------- // Seitenformat-Item: Kopf-/Fusszeileninhalte -class ScViewObjectModeItem: public SfxEnumItem +class SC_DLLPUBLIC ScViewObjectModeItem: public SfxEnumItem { public: TYPEINFO(); @@ -415,7 +419,7 @@ const BYTE SC_MID_PAGE_SCALETO_HEIGHT = 2; /** Contains the "scale to width/height" attribute in page styles. */ -class ScPageScaleToItem : public SfxPoolItem +class SC_DLLPUBLIC ScPageScaleToItem : public SfxPoolItem { public: TYPEINFO(); |