summaryrefslogtreecommitdiff
path: root/include/svx/ctredlin.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-08-16 17:42:03 +0200
committerMichael Stahl <mstahl@redhat.com>2013-08-17 13:06:03 +0000
commit2145d6e8b3c5bead1db97e33f60f5ae0e34add38 (patch)
treeab9df33679d74eb63202d86d66c340548ae5946e /include/svx/ctredlin.hxx
parent4cf1c9058610b10a8081b10342653ae08a9181a3 (diff)
sal_Bool to bool and early bail out
Change-Id: I2cac3cdd24a1e9ad322724e0819aa43cad63855e Reviewed-on: https://gerrit.libreoffice.org/5458 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/svx/ctredlin.hxx')
-rw-r--r--include/svx/ctredlin.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/ctredlin.hxx b/include/svx/ctredlin.hxx
index c7b7b7128d33..6b3685dc7c90 100644
--- a/include/svx/ctredlin.hxx
+++ b/include/svx/ctredlin.hxx
@@ -133,9 +133,9 @@ public:
void SetCalcView(sal_Bool bFlag=sal_True);
// no NULL-pointer checking {
- sal_Bool IsValidEntry(const String* pAuthor,const DateTime *pDateTime,const String* pComment);
- sal_Bool IsValidEntry(const String* pAuthor,const DateTime *pDateTime);
- sal_Bool IsValidComment(const String* pComment);
+ bool IsValidEntry(const String* pAuthor,const DateTime *pDateTime,const String* pComment);
+ bool IsValidEntry(const String* pAuthor,const DateTime *pDateTime);
+ bool IsValidComment(const String* pComment);
// }
SvTreeListEntry* InsertEntry(const OUString& ,RedlinData *pUserData,