summaryrefslogtreecommitdiff
path: root/pyuno/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-08 11:43:40 +0200
committerNoel Grandin <noel@peralex.com>2014-05-08 11:48:14 +0200
commite5d0a9ad78ceb531018cb49c1d78b0f63ba92995 (patch)
tree97529bae61d2eecebd87158f20344a7243d520c5 /pyuno/inc
parent798531135855ad17d4939bee1c920d26032758c6 (diff)
pyuno: sal_Bool->bool
Change-Id: I071c8984cd86b523d8ebae04b5fb2bdc1ac1a5b1
Diffstat (limited to 'pyuno/inc')
-rw-r--r--pyuno/inc/pyuno/pyuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/inc/pyuno/pyuno.hxx b/pyuno/inc/pyuno/pyuno.hxx
index dbc003c36ed4..eef09da6d5b8 100644
--- a/pyuno/inc/pyuno/pyuno.hxx
+++ b/pyuno/inc/pyuno/pyuno.hxx
@@ -131,7 +131,7 @@ public:
/** returns 1 when the reference points to a python object python object,
otherwise 0.
*/
- sal_Bool is() const
+ bool is() const
{
return m != 0;
}