From efcc65260950b0f50f0a162bbb6269cf5ee3bd4e Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 12 Jul 2007 09:50:55 +0000 Subject: INTEGRATION: CWS os98 (1.50.68); FILE MERGED 2007/06/21 09:47:35 os 1.50.68.1: #i75416#SwView::MoveNavigation changed to a STATIC_LINK --- sw/source/ui/inc/view.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx index 25801bdbe41e..e540d39d08cc 100644 --- a/sw/source/ui/inc/view.hxx +++ b/sw/source/ui/inc/view.hxx @@ -4,9 +4,9 @@ * * $RCSfile: view.hxx,v $ * - * $Revision: 1.51 $ + * $Revision: 1.52 $ * - * last change: $Author: hr $ $Date: 2007-06-27 13:25:39 $ + * last change: $Author: ihi $ $Date: 2007-07-12 10:50:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -511,7 +511,7 @@ public: static USHORT GetMoveType(); static void SetMoveType(USHORT nSet); - void MoveNavigation(BOOL bNext); + DECL_STATIC_LINK( SwView, MoveNavigationHdl, bool* ); // #i75416# static void SetActMark(BYTE nSet); BOOL HandleWheelCommands( const CommandEvent& ); -- cgit