summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/tabsh.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 08:02:44 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 08:02:44 +0000
commit9208cf20009f55e45bdca1a2675c359ceebdc47d (patch)
tree4db1adc328a22a2f8194f71cd07fd92ecf0058ac /sw/source/ui/inc/tabsh.hxx
parent495fd1781e7a73f95390ed89810c106accd7667a (diff)
INTEGRATION: CWS tune03 (1.1.1.1.788); FILE MERGED
2004/07/19 19:11:31 mhu 1.1.1.1.788.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/source/ui/inc/tabsh.hxx')
-rw-r--r--sw/source/ui/inc/tabsh.hxx18
1 files changed, 16 insertions, 2 deletions
diff --git a/sw/source/ui/inc/tabsh.hxx b/sw/source/ui/inc/tabsh.hxx
index 9e6b3a05211a..50c5489c62b3 100644
--- a/sw/source/ui/inc/tabsh.hxx
+++ b/sw/source/ui/inc/tabsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabsh.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:42 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:02:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,7 +61,21 @@
#ifndef _SWTABSH_HXX
#define _SWTABSH_HXX
+#ifndef _SWBASESH_HXX
#include "basesh.hxx"
+#endif
+
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+
+class SfxItemSet;
+class SwWrtShell;
+
+SW_DLLPUBLIC void ItemSetToTableParam( const SfxItemSet& rSet, SwWrtShell &rSh );
+
+extern const USHORT __FAR_DATA aUITableAttrRange[];
+SW_DLLPUBLIC const USHORT* SwuiGetUITableAttrRange();
class SwTableShell: public SwBaseShell
{