summaryrefslogtreecommitdiffstats
path: root/sc/inc/viewopti.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:27:14 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:27:14 +0000
commitfe1c6730d886a22eb666e4e73cc8e72e0f7f5556 (patch)
tree179ef2fff2315c6362174be991f28d8ae712d5ae /sc/inc/viewopti.hxx
parentINTEGRATION: CWS tune03 (1.2.486); FILE MERGED (diff)
downloadcore-fe1c6730d886a22eb666e4e73cc8e72e0f7f5556.tar.gz
core-fe1c6730d886a22eb666e4e73cc8e72e0f7f5556.zip
INTEGRATION: CWS tune03 (1.5.518); FILE MERGED
2004/07/08 16:45:02 mhu 1.5.518.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sc/inc/viewopti.hxx')
-rw-r--r--sc/inc/viewopti.hxx14
1 files changed, 8 insertions, 6 deletions
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx
index ed2dc7e65b99..447ace089c58 100644
--- a/sc/inc/viewopti.hxx
+++ b/sc/inc/viewopti.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewopti.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: dr $ $Date: 2001-05-10 17:22:51 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:27:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,10 @@
#include <svx/svxids.hrc>
#endif
+#ifndef INCLUDED_SCDLLAPI_H
+#include "scdllapi.h"
+#endif
+
#ifndef SC_OPTUTIL_HXX
#include "optutil.hxx"
#endif
@@ -137,7 +141,7 @@ public:
// Einstellungen - Ansicht
//==================================================================
-class ScViewOptions
+class SC_DLLPUBLIC ScViewOptions
{
public:
ScViewOptions();
@@ -189,7 +193,7 @@ inline SvStream& operator<<( SvStream& rStream, const ScViewOptions& rOpt )
// Item fuer Einstellungsdialog - Ansicht
//==================================================================
-class ScTpViewItem : public SfxPoolItem
+class SC_DLLPUBLIC ScTpViewItem : public SfxPoolItem
{
public:
TYPEINFO();
@@ -235,5 +239,3 @@ public:
#endif
-
-