summaryrefslogtreecommitdiff
path: root/sw/inc/txtinet.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 07:41:32 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 07:41:32 +0000
commit2ed999edb96472e0d26719f3fb2f6d4661a81805 (patch)
treefbb7c96ea0b46bf7439af19bc4ec3b47c28c4f7d /sw/inc/txtinet.hxx
parentd3705e8c1ab8a7f9c741bf2d1928be120554e95b (diff)
INTEGRATION: CWS tune03 (1.3.778); FILE MERGED
2004/07/19 19:10:45 mhu 1.3.778.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/txtinet.hxx')
-rw-r--r--sw/inc/txtinet.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/txtinet.hxx b/sw/inc/txtinet.hxx
index 4c29d9f65f73..a683f2b547e9 100644
--- a/sw/inc/txtinet.hxx
+++ b/sw/inc/txtinet.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtinet.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: ama $ $Date: 2001-03-15 15:48:26 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:41:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,6 +82,9 @@ class SwTxtINetFmt : public SwTxtAttrEnd, public SwClient
BOOL bValidVis : 1; // Ist das bVisited-Flag gueltig?
BOOL bColor : 1;
+ // forbidden and not implemented.
+ SwTxtINetFmt();
+
public:
SwTxtINetFmt( const SwFmtINetFmt& rAttr, xub_StrLen nStart, xub_StrLen nEnd );
virtual ~SwTxtINetFmt();