summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/textsh.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 15:31:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 15:31:47 +0000
commit5f15b554ef71bdb1970977b4484fbbc84a9d6982 (patch)
tree9735c3db3f7fee01348fc3de046189caea91100a /sw/source/ui/inc/textsh.hxx
parent0ddd1478df13867ae50d2267987393eb653d1253 (diff)
INTEGRATION: CWS dialogdiet01 (1.9.590); FILE MERGED
2004/02/27 06:06:44 mwu 1.9.590.1: dialogdiet01 2004_02_27
Diffstat (limited to 'sw/source/ui/inc/textsh.hxx')
-rw-r--r--sw/source/ui/inc/textsh.hxx19
1 files changed, 12 insertions, 7 deletions
diff --git a/sw/source/ui/inc/textsh.hxx b/sw/source/ui/inc/textsh.hxx
index 05afc319f6f1..a0d2f9bfc1bc 100644
--- a/sw/source/ui/inc/textsh.hxx
+++ b/sw/source/ui/inc/textsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: textsh.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: os $ $Date: 2002-07-05 09:57:12 $
+ * last change: $Author: hr $ $Date: 2004-05-10 16:31:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,7 +66,8 @@
#include <basesh.hxx>
#endif
-class Button;
+//CHINA001 class Button;
+class AbstractSvxPostItDialog;
class SwFldMgr;
class SvxHyperlinkItem;
@@ -83,10 +84,14 @@ public:
SFX_DECL_INTERFACE(SW_TEXTSHELL);
TYPEINFO();
- DECL_LINK( PostItNextHdl, Button * );
- DECL_LINK( PostItPrevHdl, Button * );
- DECL_LINK( RedlineNextHdl, Button * );
- DECL_LINK( RedlinePrevHdl, Button * );
+//CHINA001 DECL_LINK( PostItNextHdl, Button * );
+//CHINA001 DECL_LINK( PostItPrevHdl, Button * );
+//CHINA001 DECL_LINK( RedlineNextHdl, Button * );
+//CHINA001 DECL_LINK( RedlinePrevHdl, Button * );
+ DECL_LINK( PostItNextHdl, AbstractSvxPostItDialog * );
+ DECL_LINK( PostItPrevHdl, AbstractSvxPostItDialog * );
+ DECL_LINK( RedlineNextHdl, AbstractSvxPostItDialog * );
+ DECL_LINK( RedlinePrevHdl, AbstractSvxPostItDialog * );
void Execute(SfxRequest &);
void GetState(SfxItemSet &);