summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-08-28 04:08:33 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-08-28 22:48:05 +0200
commit0294fa0ea81ab4b9625e5e8f0513ce94ea3217d7 (patch)
treee405af293bed5681f0513e9a44e72bc2a3eeba47 /sc/inc
parent49a96397da5e20c695e2972b5964da957724ef5e (diff)
some more sal_Bool -> bool in sc/source/filter/xml
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/detfunc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/detfunc.hxx b/sc/inc/detfunc.hxx
index 6509074dfc61..520c91016345 100644
--- a/sc/inc/detfunc.hxx
+++ b/sc/inc/detfunc.hxx
@@ -158,7 +158,7 @@ public:
static sal_Bool IsNonAlienArrow( SdrObject* pObject );
ScDetectiveObjType GetDetectiveObjectType( SdrObject* pObject, SCTAB nObjTab,
- ScAddress& rPosition, ScRange& rSource, sal_Bool& rRedLine );
+ ScAddress& rPosition, ScRange& rSource, bool& rRedLine );
void InsertObject( ScDetectiveObjType eType, const ScAddress& rPosition,
const ScRange& rSource, sal_Bool bRedLine );