summaryrefslogtreecommitdiffstats
path: root/sw/inc/sortopt.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:38:22 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:38:22 +0000
commitc3967f562f8105d85c4bdce6bdd49f7fcba455e2 (patch)
tree5098637d2d5f9dd56e0699f25d1b8da997032d90 /sw/inc/sortopt.hxx
parentINTEGRATION: CWS tune03 (1.19.310); FILE MERGED (diff)
downloadcore-c3967f562f8105d85c4bdce6bdd49f7fcba455e2.tar.gz
core-c3967f562f8105d85c4bdce6bdd49f7fcba455e2.zip
INTEGRATION: CWS tune03 (1.4.776); FILE MERGED
2004/07/19 19:10:41 mhu 1.4.776.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/sortopt.hxx')
-rw-r--r--sw/inc/sortopt.hxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/sw/inc/sortopt.hxx b/sw/inc/sortopt.hxx
index d9f9286ed66a..5ebeeb528626 100644
--- a/sw/inc/sortopt.hxx
+++ b/sw/inc/sortopt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sortopt.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jp $ $Date: 2001-04-06 08:56:21 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:38:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,13 +69,17 @@
#include <tools/string.hxx>
#endif
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+
enum SwSortOrder { SRT_ASCENDING, SRT_DESCENDING };
enum SwSortDirection { SRT_COLUMNS, SRT_ROWS };
/*--------------------------------------------------------------------
Beschreibung: SortierSchluessel
--------------------------------------------------------------------*/
-struct SwSortKey
+struct SW_DLLPUBLIC SwSortKey
{
SwSortKey();
SwSortKey( USHORT nId, const String& rSrtType, SwSortOrder eOrder );
@@ -89,7 +93,7 @@ struct SwSortKey
SV_DECL_PTRARR(SwSortKeys, SwSortKey*, 3, 1)
-struct SwSortOptions
+struct SW_DLLPUBLIC SwSortOptions
{
SwSortOptions();
~SwSortOptions();