diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 13:03:24 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 13:03:24 +0000 |
commit | 31bf03ac17f229e81967a3cfb30945723e67ccef (patch) | |
tree | baf8998606bb0d8720c99213e222d7a01785e3bc /sw/source/ui/inc | |
parent | 96175b92fbc63af6ce93419be51a3a5f97de8a98 (diff) |
INTEGRATION: CWS notes3 (1.43.4); FILE MERGED
2008/04/03 09:21:02 mba 1.43.4.1: #i87673#: allow asynchronous execution of notes deletion
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r-- | sw/source/ui/inc/wrtsh.hxx | 4 |
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 ); |