summaryrefslogtreecommitdiff
path: root/sc/inc/printopt.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 08:25:29 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 08:25:29 +0000
commit7ef4a96999b908b95e01e18ee9effa99c60ba126 (patch)
tree92f6b74633770b67768754d04f2f8a8a779b16ba /sc/inc/printopt.hxx
parent01437cfaad5b5af47eb2a211dadfe344bacb15fb (diff)
INTEGRATION: CWS tune03 (1.2.516); FILE MERGED
2004/07/08 16:45:00 mhu 1.2.516.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sc/inc/printopt.hxx')
-rw-r--r--sc/inc/printopt.hxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/sc/inc/printopt.hxx b/sc/inc/printopt.hxx
index 2cc9955dabec..737379dd513c 100644
--- a/sc/inc/printopt.hxx
+++ b/sc/inc/printopt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: printopt.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2001-05-29 19:31:58 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:25:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,8 +70,11 @@
#include <unotools/configitem.hxx>
#endif
+#ifndef INCLUDED_SCDLLAPI_H
+#include "scdllapi.h"
+#endif
-class ScPrintOptions
+class SC_DLLPUBLIC ScPrintOptions
{
private:
BOOL bSkipEmpty;
@@ -98,7 +101,7 @@ public:
// item for the dialog / options page
//==================================================================
-class ScTpPrintItem : public SfxPoolItem
+class SC_DLLPUBLIC ScTpPrintItem : public SfxPoolItem
{
public:
TYPEINFO();
@@ -136,4 +139,3 @@ public:
};
#endif
-