summaryrefslogtreecommitdiff
path: root/sw/inc/fmtcol.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 13:50:21 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 13:50:21 +0000
commit5026d672b3887ef4eb74207da4d1f0b6b4ce57b7 (patch)
tree541ab831322b5f5053e38f58e0e6b4f02278b830 /sw/inc/fmtcol.hxx
parent813696e7f83c26ec39e2c8863977d717207d987d (diff)
INTEGRATION: CWS swundo03 (1.2.750); FILE MERGED
2004/07/07 16:40:53 hbrinkm 1.2.750.1: #115575# new copy constructor: SwTxtFmtColl
Diffstat (limited to 'sw/inc/fmtcol.hxx')
-rw-r--r--sw/inc/fmtcol.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/fmtcol.hxx b/sw/inc/fmtcol.hxx
index 5b3e7a16927b..8561cebc4e91 100644
--- a/sw/inc/fmtcol.hxx
+++ b/sw/inc/fmtcol.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtcol.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-08-23 08:32:29 $
+ * last change: $Author: hr $ $Date: 2004-09-08 14:50:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,6 +103,9 @@ private:
class SwTxtFmtColl: public SwFmtColl
{
friend class SwDoc;
+
+ SwTxtFmtColl(const SwTxtFmtColl & rRef);
+
protected:
BYTE nOutlineLevel;
SwTxtFmtColl *pNextTxtFmtColl;