summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/view.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-07-12 09:50:55 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-07-12 09:50:55 +0000
commitefcc65260950b0f50f0a162bbb6269cf5ee3bd4e (patch)
treecd7fff8d9309c60d6ca864514c174d96aaddec2b /sw/source/ui/inc/view.hxx
parent89542a11d71098d347a2821389ff4c3e7b8be6df (diff)
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
Diffstat (limited to 'sw/source/ui/inc/view.hxx')
-rw-r--r--sw/source/ui/inc/view.hxx6
1 files 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& );