diff options
Diffstat (limited to 'sw/inc/mdiexp.hxx')
-rw-r--r-- | sw/inc/mdiexp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/mdiexp.hxx b/sw/inc/mdiexp.hxx index 08211a269831..a50cef4373df 100644 --- a/sw/inc/mdiexp.hxx +++ b/sw/inc/mdiexp.hxx @@ -72,7 +72,7 @@ void DelAllGrfCacheEntries( SwDoc* pDoc ); // Read ChgMode for tables from configuration. TblChgMode GetTblChgDefaultMode(); -sal_Bool JumpToSwMark( ViewShell* pVwSh, const rtl::OUString& rMark ); +bool JumpToSwMark( ViewShell* pVwSh, const rtl::OUString& rMark ); #endif |