summaryrefslogtreecommitdiff
path: root/sw/inc/tblsel.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 07:40:47 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 07:40:47 +0000
commite7307cd31bbece36d367ee4c33746bb6070e4569 (patch)
tree871fdfd73f655355451cff1a47af98855cbe02c5 /sw/inc/tblsel.hxx
parent46cc6398192efc6dda6883fb5a7f9e6bbf071093 (diff)
INTEGRATION: CWS tune03 (1.5.244); FILE MERGED
2004/07/19 19:10:44 mhu 1.5.244.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/tblsel.hxx')
-rw-r--r--sw/inc/tblsel.hxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/sw/inc/tblsel.hxx b/sw/inc/tblsel.hxx
index 6a2d1b19b6c7..3e35d6db31f3 100644
--- a/sw/inc/tblsel.hxx
+++ b/sw/inc/tblsel.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tblsel.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2004-01-13 16:34:25 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:40:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,6 +72,10 @@
#include <swrect.hxx>
#endif
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+
class SwCrsrShell;
class SwCursor;
class SwTableCursor;
@@ -106,7 +110,7 @@ enum SwTblSearchType
TBLSEARCH_NO_UNION_CORRECT = 0x10 // die zusammenges. Union nicht korrigieren
};
-void GetTblSel( const SwCrsrShell& rShell, SwSelBoxes& rBoxes,
+SW_DLLPUBLIC void GetTblSel( const SwCrsrShell& rShell, SwSelBoxes& rBoxes,
const SwTblSearchType = TBLSEARCH_NONE );
void GetTblSel( const SwCursor& rCrsr, SwSelBoxes& rBoxes,
@@ -265,7 +269,7 @@ struct _FndPara
};
BOOL _FndBoxCopyCol( const SwTableBox*& rpBox, void* pPara );
-BOOL _FndLineCopyCol( const SwTableLine*& rpLine, void* pPara );
+SW_DLLPUBLIC BOOL _FndLineCopyCol( const SwTableLine*& rpLine, void* pPara );
#endif // _TBLSEL_HXX