summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/ui/inc/wrtsh.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/source/ui/inc/wrtsh.hxx b/sw/source/ui/inc/wrtsh.hxx
index 750b732ba3e8..c3fb73c57550 100644
--- a/sw/source/ui/inc/wrtsh.hxx
+++ b/sw/source/ui/inc/wrtsh.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: wrtsh.hxx,v $
- * $Revision: 1.44 $
+ * $Revision: 1.45 $
*
* This file is part of OpenOffice.org.
*
@@ -413,6 +413,8 @@ typedef BOOL (SwWrtShell:: *FNSimpleMove)();
BOOL GoNextBookmark(); // TRUE, wenn's noch eine gab
BOOL GoPrevBookmark();
+ BOOL GotoField( const SwFmtFld& rFld );
+
// jump to the next / previous hyperlink - inside text and also
// on graphics
BOOL SelectNextPrevHyperlink( BOOL bNext = TRUE );