diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 12:12:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 12:12:50 +0000 |
commit | 54b260e6dc76dabe48f3251ce037a77a6082be30 (patch) | |
tree | 1bf100c5acb1a477ef5d06191e5828e177ec44dc /sw/source | |
parent | 8fe9d9a0ffd4825bdceb88604b6df34d8b991f73 (diff) |
INTEGRATION: CWS tune05 (1.70.68); FILE MERGED
2004/07/23 17:00:02 mhu 1.70.68.2: RESYNC: (1.70-1.72); FILE MERGED
2004/07/22 08:15:34 cmc 1.70.68.1: #i30554# SwView::PrepareGetSelection unused
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/uiview/view.cxx | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/sw/source/ui/uiview/view.cxx b/sw/source/ui/uiview/view.cxx index d6aebde948b7..f5a5ba474f3e 100644 --- a/sw/source/ui/uiview/view.cxx +++ b/sw/source/ui/uiview/view.cxx @@ -2,9 +2,9 @@ * * $RCSfile: view.cxx,v $ * - * $Revision: 1.74 $ + * $Revision: 1.75 $ * - * last change: $Author: obo $ $Date: 2004-08-12 10:16:22 $ + * last change: $Author: obo $ $Date: 2004-08-12 13:12:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1795,15 +1795,6 @@ void SwView::StopShellTimer() } } -/*-----------------15.12.97 10:15------------------- - ---------------------------------------------------*/ -void SwView::PrepareGetSelection() -{ - if(!pShell) - SelectShell(); -} - /*-----------------09/03/97 04:12pm----------------- --------------------------------------------------*/ |