diff options
author | jp <jp@openoffice.org> | 2001-06-26 13:14:12 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2001-06-26 13:14:12 +0000 |
commit | a318f26dd2a8ed5d42e7455f58ab4a37bf432a36 (patch) | |
tree | 52a76fc56bb2b584e7f43b610fc0d345c5410b74 /sw/inc/doc.hxx | |
parent | 5cc9c2055fb9a4e5e58c583746e374f3e0cdded2 (diff) |
Bug #87795#: SetCharCompressType not inline
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index b579d4f20655..233eb08b680a 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: doc.hxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: mtg $ $Date: 2001-05-11 18:34:53 $ + * last change: $Author: jp $ $Date: 2001-06-26 14:12:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -651,7 +651,7 @@ public: sal_uInt16 _GetLinkUpdMode() const { return nLinkUpdMode; } SwCharCompressType GetCharCompressType() const { return eChrCmprType; } - void SetCharCompressType( SwCharCompressType n ) { eChrCmprType = n; } + void SetCharCompressType( SwCharCompressType n ); inline sal_Bool IsInDtor() const { return bDtor; } |