summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/imoptdlg.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:34:31 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:34:31 +0000
commit77f739b3bff1921259d3fb253df9f10f37cc178d (patch)
tree729acceeba2b7b840c8e100367ad0e1c7020082e /sc/source/ui/inc/imoptdlg.hxx
parent2eb5c3de2df79dd407370d992c1223fc5e692336 (diff)
INTEGRATION: CWS tune03 (1.9.72); FILE MERGED
2004/07/08 16:45:11 mhu 1.9.72.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sc/source/ui/inc/imoptdlg.hxx')
-rw-r--r--sc/source/ui/inc/imoptdlg.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sc/source/ui/inc/imoptdlg.hxx b/sc/source/ui/inc/imoptdlg.hxx
index 1f05b584cb43..01637e798b7e 100644
--- a/sc/source/ui/inc/imoptdlg.hxx
+++ b/sc/source/ui/inc/imoptdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: imoptdlg.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 16:00:39 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:34:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,6 +86,10 @@
#include <svx/txencbox.hxx>
#endif
+#ifndef INCLUDED_SCDLLAPI_H
+#include "scdllapi.h"
+#endif
+
#ifndef SC_SCGLOB_HXX
#include "global.hxx"
#endif
@@ -135,7 +139,7 @@
//------------------------------------------------------------------------
-class ScImportOptions
+class SC_DLLPUBLIC ScImportOptions
{
public:
ScImportOptions()