summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-12-13 21:52:13 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-12-13 21:53:53 +0900
commit20f2aaced1dabbd62ea516368b85e0e881d42165 (patch)
tree554ea201f86c7338e3fed4fd2d3428762abf95fe /sw/inc
parent09bc1464ec9dde61e69cca393e65e72143bdd383 (diff)
sal_Bool to bool
Change-Id: I56e3889774b13fc040f72d576b8ea530bf31f9a5
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unochart.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unochart.hxx b/sw/inc/unochart.hxx
index fce97d298be2..e40ac8ee05c7 100644
--- a/sw/inc/unochart.hxx
+++ b/sw/inc/unochart.hxx
@@ -66,7 +66,7 @@ class SwFrmFmt;
//////////////////////////////////////////////////////////////////////
-sal_Bool FillRangeDescriptor( SwRangeDescriptor &rDesc, const String &rCellRangeName );
+bool FillRangeDescriptor( SwRangeDescriptor &rDesc, const String &rCellRangeName );
//////////////////////////////////////////////////////////////////////