summaryrefslogtreecommitdiff
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 08:24:02 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 08:24:02 +0000
commit444549b618000234ddf698bd44d6a7c24467439b (patch)
tree73bfda6d2b2c62729694cc9fd3f3c200bad13503 /sc/inc/dpobject.hxx
parentb732a0113f520f63f3956c675ae5a50ae7234638 (diff)
INTEGRATION: CWS tune03 (1.5.50); FILE MERGED
2004/08/09 20:26:44 mhu 1.5.50.2: RESYNC: (1.5-1.7); FILE MERGED 2004/07/08 16:44:59 mhu 1.5.50.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx14
1 files changed, 9 insertions, 5 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index f84819f3d343..19d457da419f 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dpobject.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2004-08-03 11:29:03 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:24:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,10 @@
#ifndef SC_DPOBJECT_HXX
#define SC_DPOBJECT_HXX
+#ifndef INCLUDED_SCDLLAPI_H
+#include "scdllapi.h"
+#endif
+
#ifndef SC_SCGLOB_HXX
#include "global.hxx"
#endif
@@ -121,7 +125,7 @@ struct ScDPServiceDesc
};
-class ScDPObject : public DataObject
+class SC_DLLPUBLIC ScDPObject : public DataObject
{
private:
ScDocument* pDoc;
@@ -143,8 +147,8 @@ private:
long nHeaderRows; // page fields plus filter button
- void CreateObjects();
- void CreateOutput();
+ SC_DLLPRIVATE void CreateObjects();
+ SC_DLLPRIVATE void CreateOutput();
public:
ScDPObject( ScDocument* pD );