diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-08-23 07:44:44 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-08-23 07:44:44 +0000 |
commit | 79cb877bfe4de532d17e07b8351b4fb910482510 (patch) | |
tree | 46f4865cd7a40b3157609ac87de2b42557fa966e /sw/source/core/frmedt/fetab.cxx | |
parent | 8e9e7d912b2f3c1f8ecd87f1e233046e73e55840 (diff) |
INTEGRATION: CWS tune03 (1.22.88); FILE MERGED
2004/08/09 21:27:54 mhu 1.22.88.2: RESYNC: (1.22-1.24); FILE MERGED
2004/07/19 19:10:54 mhu 1.22.88.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/source/core/frmedt/fetab.cxx')
-rw-r--r-- | sw/source/core/frmedt/fetab.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/core/frmedt/fetab.cxx b/sw/source/core/frmedt/fetab.cxx index 54d71a7061..3c79259a63 100644 --- a/sw/source/core/frmedt/fetab.cxx +++ b/sw/source/core/frmedt/fetab.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fetab.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: obo $ $Date: 2004-08-12 12:26:11 $ + * last change: $Author: rt $ $Date: 2004-08-23 08:44:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -252,6 +252,8 @@ void SwFEShell::ParkCursorInTab() KillPams(); + /* @@@ semantic: SwCursor::operator=() is not implemented @@@ */ + /* Set cursor to end of selection to ensure IsLastCellInRow works properly. */ { |