summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/interpre.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-14 21:23:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-14 21:28:10 +0100
commitb1d2ec75cbf6698f0feb7c8a76ff6eb453a0bbc7 (patch)
tree3cae4dc755c05834429e7f26be51c30d285d5c0b /sc/source/core/inc/interpre.hxx
parent8b28c064fa7863b365cbb7fc920bc3ac3067dd27 (diff)
Be explicit when using bool as integral value
Change-Id: I04073e87e13984570373d1cf6740aeb082516cc0
Diffstat (limited to 'sc/source/core/inc/interpre.hxx')
-rw-r--r--sc/source/core/inc/interpre.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx
index 49c634fd1512..1902dadb949e 100644
--- a/sc/source/core/inc/interpre.hxx
+++ b/sc/source/core/inc/interpre.hxx
@@ -433,7 +433,7 @@ void ScLn();
void ScLog10();
void ScSqrt();
void ScIsEmpty();
-short IsString();
+bool IsString();
void ScIsString();
void ScIsNonString();
void ScIsLogical();
@@ -449,7 +449,7 @@ void ScArabic();
void ScIsNV();
void ScIsErr();
void ScIsError();
-short IsEven();
+bool IsEven();
void ScIsEven();
void ScIsOdd();
void ScN();