summaryrefslogtreecommitdiffstats
path: root/sw/inc/mdiexp.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-10-30 11:27:06 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-10-30 11:50:20 +0900
commit136ae4bc2fadd558cb044217339f6b7b2e58843e (patch)
tree331c53a6eb71865082a58c03d03de2f7325572d4 /sw/inc/mdiexp.hxx
parentbInsWithFmt was always true (diff)
downloadcore-136ae4bc2fadd558cb044217339f6b7b2e58843e.tar.gz
core-136ae4bc2fadd558cb044217339f6b7b2e58843e.zip
sal_Bool to bool
Change-Id: I87d6e518aebcd0074f673b84b66df27ae9a0a15a
Diffstat (limited to 'sw/inc/mdiexp.hxx')
-rw-r--r--sw/inc/mdiexp.hxx2
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