diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 10:59:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 10:59:07 +0000 |
commit | 1b8d9c1442bb3865cc4daed18c02418f72eae647 (patch) | |
tree | f1ff1424d1f24c102415a17182e38f48203bbfcf /sw/inc/SwUndoField.hxx | |
parent | 8aea1b22f29f953a1456221df2a9bbd2ad3c6c30 (diff) |
INTEGRATION: CWS tune05 (1.2.54); FILE MERGED
2004/07/22 10:48:03 cmc 1.2.54.1: #i30554# unused SwUndoField::RestoreFieldType
Diffstat (limited to 'sw/inc/SwUndoField.hxx')
-rw-r--r-- | sw/inc/SwUndoField.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/SwUndoField.hxx b/sw/inc/SwUndoField.hxx index 91c909545b..a6ec6e42d4 100644 --- a/sw/inc/SwUndoField.hxx +++ b/sw/inc/SwUndoField.hxx @@ -2,9 +2,9 @@ * * $RCSfile: SwUndoField.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2004-05-18 13:55:49 $ + * last change: $Author: obo $ $Date: 2004-08-12 11:59:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,8 +78,6 @@ protected: SwDoc * pDoc; SwPosition GetPosition(); - void RestoreFieldType(SwField * pField, SwFieldType * pNewType); - public: SwUndoField(const SwPosition & rPos); virtual ~SwUndoField(); |