summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-17 14:28:01 +0200
committerNoel Grandin <noel@peralex.com>2014-02-18 10:08:00 +0200
commite662ffc9d639b8e429155ea35f9e8a6f720be638 (patch)
tree9c7687ad4df9c1171fc4cde64ecd16e1e823dc62 /sc/source/ui/inc
parent1bd50b002fc42519cdc34393eede8c9203b65bb6 (diff)
sal_Bool->bool
Change-Id: If00756cdecc19f5a0159921833a24490b9d70450
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/formula.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/formula.hxx b/sc/source/ui/inc/formula.hxx
index 4850a2425836..dac577268acd 100644
--- a/sc/source/ui/inc/formula.hxx
+++ b/sc/source/ui/inc/formula.hxx
@@ -105,7 +105,7 @@ protected:
virtual void RefInputStart( formula::RefEdit* pEdit, formula::RefButton* pButton = NULL );
void SaveLRUEntry(const ScFuncDesc* pFuncDesc);
- sal_Bool IsInputHdl(ScInputHandler* pHdl);
+ bool IsInputHdl(ScInputHandler* pHdl);
ScInputHandler* GetNextInputHandler(ScDocShell* pDocShell,PtrTabViewShell* ppViewSh);
};