diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-05 10:45:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-05 10:45:31 +0000 |
commit | d9610259b3009aed024a869d57de7d6c2c805c66 (patch) | |
tree | 0c3d878dc6258c2d497928694ec79c4408031fd9 /sw/inc/SwUndoFmt.hxx | |
parent | cee739380a02cfe30fff95c0a73acab971a01f14 (diff) |
INTEGRATION: CWS swqcore02 (1.2.136); FILE MERGED
2004/12/01 08:37:55 hbrinkm 1.2.136.1: #i37940# bAuto in SwUndoFmt
Diffstat (limited to 'sw/inc/SwUndoFmt.hxx')
-rw-r--r-- | sw/inc/SwUndoFmt.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/SwUndoFmt.hxx b/sw/inc/SwUndoFmt.hxx index 53912f1e0591..5dd1083e6a64 100644 --- a/sw/inc/SwUndoFmt.hxx +++ b/sw/inc/SwUndoFmt.hxx @@ -2,9 +2,9 @@ * * $RCSfile: SwUndoFmt.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2004-09-08 14:48:20 $ + * last change: $Author: obo $ $Date: 2005-01-05 11:45:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -204,6 +204,8 @@ public: class SwUndoFrmFmtCreate : public SwUndoFmtCreate { + BOOL bAuto; + public: SwUndoFrmFmtCreate(SwFrmFmt * pNew, SwFrmFmt * pDerivedFrom, SwDoc * pDoc); |