summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/viewdata.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:35:36 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:35:36 +0000
commita387b9afa1171ea99cff8c9f72f33038c51cacf6 (patch)
tree8f33e6b2e134d552e5835d2829aa2a278653d7a9 /sc/source/ui/inc/viewdata.hxx
parent311f977eca0b7fcc1fdb8cb22196116ed53de2f6 (diff)
INTEGRATION: CWS tune03 (1.14.52); FILE MERGED
2004/07/08 16:45:11 mhu 1.14.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sc/source/ui/inc/viewdata.hxx')
-rw-r--r--sc/source/ui/inc/viewdata.hxx16
1 files changed, 10 insertions, 6 deletions
diff --git a/sc/source/ui/inc/viewdata.hxx b/sc/source/ui/inc/viewdata.hxx
index f4204562842f..dd55a7ca2eb3 100644
--- a/sc/source/ui/inc/viewdata.hxx
+++ b/sc/source/ui/inc/viewdata.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewdata.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 11:45:36 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:35:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,10 @@
#ifndef SC_VIEWDATA_HXX
#define SC_VIEWDATA_HXX
+#ifndef INCLUDED_SCDLLAPI_H
+#include "scdllapi.h"
+#endif
+
#ifndef SC_VIEWOPTI_HXX
#include "viewopti.hxx"
#endif
@@ -161,7 +165,7 @@ private:
// ---------------------------------------------------------------------------
-class ScViewData
+class SC_DLLPUBLIC ScViewData
{
private:
double nPPTX, nPPTY; // Scaling-Faktoren
@@ -219,10 +223,10 @@ private:
BYTE nFillMode; // Modus
BOOL bPagebreak; // Seitenumbruch-Vorschaumodus
- DECL_LINK (EmptyEditHdl, EditStatus*);
- DECL_LINK (EditEngineHdl, EditStatus*);
+ SC_DLLPRIVATE DECL_LINK (EmptyEditHdl, EditStatus*);
+ SC_DLLPRIVATE DECL_LINK (EditEngineHdl, EditStatus*);
- void CalcPPT();
+ SC_DLLPRIVATE void CalcPPT();
public:
ScViewData( ScDocShell* pDocSh, ScTabViewShell* pViewSh );