summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/textsh.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:12:45 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:12:45 +0000
commitc8f6987e4da3f627872f6995f2826d4f96de2cf1 (patch)
treebfe811a9707b69f3623317c1cf8af27fea714c0b /sw/source/ui/inc/textsh.hxx
parent6af71c5cf50bde8230d47ef0f6695eafc23d0741 (diff)
INTEGRATION: CWS swwarnings (1.13.526); FILE MERGED
2007/04/13 12:18:05 tl 1.13.526.2: #i69287# binfilter related comments removed 2007/03/05 12:45:49 tl 1.13.526.1: #i69287# warning-free code
Diffstat (limited to 'sw/source/ui/inc/textsh.hxx')
-rw-r--r--sw/source/ui/inc/textsh.hxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/sw/source/ui/inc/textsh.hxx b/sw/source/ui/inc/textsh.hxx
index a2f2cfbe3a15..394059d3e7bf 100644
--- a/sw/source/ui/inc/textsh.hxx
+++ b/sw/source/ui/inc/textsh.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: textsh.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2006-02-06 17:23:53 $
+ * last change: $Author: hr $ $Date: 2007-09-27 12:12:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,7 +40,6 @@
#include <basesh.hxx>
#endif
-//CHINA001 class Button;
class AbstractSvxPostItDialog;
class SwFldMgr;
class SvxHyperlinkItem;
@@ -55,13 +54,9 @@ class SwTextShell: public SwBaseShell
void ChangeHeaderOrFooter(const String& rStyleName, BOOL bHeader, BOOL bOn, BOOL bShowWarning);
public:
- SFX_DECL_INTERFACE(SW_TEXTSHELL);
+ SFX_DECL_INTERFACE(SW_TEXTSHELL)
TYPEINFO();
-//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 * );