diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 08:23:24 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 08:23:24 +0000 |
commit | f4f9f46c23122a2cbc49b7989d513989d41a8c0b (patch) | |
tree | f08d75d5fc13e603f108c042d07c724c888ab067 /sc/inc/dbcolect.hxx | |
parent | 24c2067e70fbc512422113c406cbb48cdbcc27fd (diff) |
INTEGRATION: CWS tune03 (1.6.52); FILE MERGED
2004/07/08 16:44:58 mhu 1.6.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sc/inc/dbcolect.hxx')
-rw-r--r-- | sc/inc/dbcolect.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sc/inc/dbcolect.hxx b/sc/inc/dbcolect.hxx index 93783a545849..686b1329be32 100644 --- a/sc/inc/dbcolect.hxx +++ b/sc/inc/dbcolect.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dbcolect.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2004-06-04 10:05:55 $ + * last change: $Author: rt $ $Date: 2004-08-23 09:23:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,6 +62,10 @@ #ifndef SC_DBCOLECT_HXX #define SC_DBCOLECT_HXX +#ifndef INCLUDED_SCDLLAPI_H +#include "scdllapi.h" +#endif + #ifndef SC_COLLECT_HXX #include "collect.hxx" #endif @@ -248,7 +252,7 @@ public: //------------------------------------------------------------------------ -class ScDBCollection : public SortedCollection +class SC_DLLPUBLIC ScDBCollection : public SortedCollection { private: |