summaryrefslogtreecommitdiff
path: root/sc/inc/sortparam.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 08:26:33 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 08:26:33 +0000
commit5054e9c298c1d8079c6d098484c51e50e2b0b543 (patch)
treed68c7af11b1b12711920dad0133ebda7252b635d /sc/inc/sortparam.hxx
parentaef6b9e8f2dfcdb6fd93749dda61c7e8692b8bec (diff)
INTEGRATION: CWS tune03 (1.2.52); FILE MERGED
2004/07/08 16:45:01 mhu 1.2.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sc/inc/sortparam.hxx')
-rw-r--r--sc/inc/sortparam.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/sc/inc/sortparam.hxx b/sc/inc/sortparam.hxx
index 2b0c2f159b40..065592797aee 100644
--- a/sc/inc/sortparam.hxx
+++ b/sc/inc/sortparam.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sortparam.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 10:15:54 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:26:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,9 @@
#ifndef _COM_SUN_STAR_LANG_LOCALE_HPP_
#include <com/sun/star/lang/Locale.hpp>
#endif
-
+#ifndef INCLUDED_SCDLLAPI_H
+#include "scdllapi.h"
+#endif
#define MAXSORT 3
@@ -83,7 +85,7 @@
struct ScSubTotalParam;
struct ScQueryParam;
-struct ScSortParam
+struct SC_DLLPUBLIC ScSortParam
{
SCCOL nCol1;
SCROW nRow1;