summaryrefslogtreecommitdiff
path: root/sc/inc/scmod.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:26:06 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:26:06 +0000
commitd728683199afb154aa9a624c4170fc4f663767a4 (patch)
treeacb68ec34c2e302b3cb0648305a367f80223cf4f /sc/inc/scmod.hxx
parent661b3342752f027a5ccf7e82b5d00c8f159023de (diff)
INTEGRATION: CWS tune03 (1.14.78); FILE MERGED
2004/07/08 16:45:01 mhu 1.14.78.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sc/inc/scmod.hxx')
-rw-r--r--sc/inc/scmod.hxx14
1 files changed, 9 insertions, 5 deletions
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx
index 57701d03a..d7310ea98 100644
--- a/sc/inc/scmod.hxx
+++ b/sc/inc/scmod.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: scmod.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: obo $ $Date: 2004-04-29 16:33:52 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:26:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,10 @@
#ifndef SC_SCMOD_HXX
#define SC_SCMOD_HXX
+#ifndef INCLUDED_SCDLLAPI_H
+#include "scdllapi.h"
+#endif
+
#ifndef SC_SCDLL_HXX
#include "scdll.hxx"
#endif
@@ -231,12 +235,12 @@ public:
// Options:
const ScViewOptions& GetViewOptions ();
const ScDocOptions& GetDocOptions ();
- const ScAppOptions& GetAppOptions ();
+SC_DLLPUBLIC const ScAppOptions& GetAppOptions ();
const ScInputOptions& GetInputOptions ();
- const ScPrintOptions& GetPrintOptions ();
+SC_DLLPUBLIC const ScPrintOptions& GetPrintOptions ();
void SetViewOptions ( const ScViewOptions& rOpt );
void SetDocOptions ( const ScDocOptions& rOpt );
- void SetAppOptions ( const ScAppOptions& rOpt );
+SC_DLLPUBLIC void SetAppOptions ( const ScAppOptions& rOpt );
void SetInputOptions ( const ScInputOptions& rOpt );
void SetPrintOptions ( const ScPrintOptions& rOpt );
void InsertEntryToLRUList(USHORT nFIndex);