diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-15 11:52:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-15 11:52:23 +0000 |
commit | 1d472f9a55f7eee3b6230f8e635cf072d3c7a6ea (patch) | |
tree | 3c8935c2a7e17fd7c2c54964712926a038cf5a13 /sw/inc/doc.hxx | |
parent | 56f6ea06053fae67a560c45c1f49a511bd2becf1 (diff) |
INTEGRATION: CWS os86 (1.124.24); FILE MERGED
2006/09/04 11:46:48 os 1.124.24.1: #i60431# temporary AutoCorrection removed
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 8fabea904269..9f725c9ca772 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -4,9 +4,9 @@ * * $RCSfile: doc.hxx,v $ * - * $Revision: 1.124 $ + * $Revision: 1.125 $ * - * last change: $Author: vg $ $Date: 2006-08-17 07:29:38 $ + * last change: $Author: obo $ $Date: 2006-09-15 12:52:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1839,22 +1839,6 @@ public: void WriteLayoutCache( SvStream& rStream ); SwLayoutCache* GetLayoutCache() const { return pLayoutCache; } - // #102505# -> - /** - Append a new temporary auto correction. - - @param aWrong the wrong word - @param aCorrect the correct word - */ - void AppendTmpCorr(const String & aWrong, const String & aCorrect); - - /** Remove a temporary auto correction. - - @param aWrong the wrong word whose correction shall be removed - */ - void RemoveTmpCorr(const String & aWrong); - // <- #102505# - /** Checks if any of the text node contains hidden characters. Used for optimization. Changing the view option 'view hidden text' has to trigger a reformatting only if some of the text is hidden. |