summaryrefslogtreecommitdiffstats
path: root/sc/inc/appoptio.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:22:17 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:22:17 +0000
commita8b9edde64a70121ed0ecdf4b93e3b8e3346e381 (patch)
treebd281d14bb38227de5a7c703bc3c8839bf05754f /sc/inc/appoptio.hxx
parentINTEGRATION: CWS tune03 (1.3.22); FILE MERGED (diff)
downloadcore-a8b9edde64a70121ed0ecdf4b93e3b8e3346e381.tar.gz
core-a8b9edde64a70121ed0ecdf4b93e3b8e3346e381.zip
INTEGRATION: CWS tune03 (1.4.494); FILE MERGED
2004/07/08 16:44:57 mhu 1.4.494.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sc/inc/appoptio.hxx')
-rw-r--r--sc/inc/appoptio.hxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/sc/inc/appoptio.hxx b/sc/inc/appoptio.hxx
index fd7ecb8e01b1..38eb9e526b88 100644
--- a/sc/inc/appoptio.hxx
+++ b/sc/inc/appoptio.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appoptio.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: nn $ $Date: 2002-03-26 17:06:52 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:22:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,7 +62,6 @@
#ifndef SC_APPOPTIO_HXX
#define SC_APPOPTIO_HXX
-
#ifndef _SV_FIELD_HXX //autogen
#include <vcl/field.hxx>
#endif
@@ -75,6 +74,10 @@
#include <unotools/configitem.hxx>
#endif
+#ifndef INCLUDED_SCDLLAPI_H
+#include "scdllapi.h"
+#endif
+
#ifndef SC_SCGLOB_HXX
#include "global.hxx"
#endif
@@ -83,8 +86,7 @@
#include "optutil.hxx"
#endif
-
-class ScAppOptions
+class SC_DLLPUBLIC ScAppOptions
{
public:
ScAppOptions();