diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 08:25:17 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 08:25:17 +0000 |
commit | 01437cfaad5b5af47eb2a211dadfe344bacb15fb (patch) | |
tree | 0bd8a95b4ccd6c03f21cdfb9fde5e45187f24508 /sc/inc/patattr.hxx | |
parent | 631366d64ad9ecc5dffc765b88fca038d062c3b1 (diff) |
INTEGRATION: CWS tune03 (1.9.346); FILE MERGED
2004/08/09 20:28:06 mhu 1.9.346.2: RESYNC: (1.9-1.10); FILE MERGED
2004/07/08 16:45:00 mhu 1.9.346.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sc/inc/patattr.hxx')
-rw-r--r-- | sc/inc/patattr.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sc/inc/patattr.hxx b/sc/inc/patattr.hxx index 624fde4caf89..2284979c3039 100644 --- a/sc/inc/patattr.hxx +++ b/sc/inc/patattr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: patattr.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2004-08-02 16:51:52 $ + * last change: $Author: rt $ $Date: 2004-08-23 09:25:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,6 +78,10 @@ #include <svx/svxenum.hxx> #endif +#ifndef INCLUDED_SCDLLAPI_H +#include "scdllapi.h" +#endif + class Font; class OutputDevice; class Fraction; @@ -100,7 +104,7 @@ enum ScAutoFontColorMode }; -class ScPatternAttr: public SfxSetItem +class SC_DLLPUBLIC ScPatternAttr: public SfxSetItem { String* pName; ScStyleSheet* pStyle; |