summaryrefslogtreecommitdiff
path: root/editeng/source/uno/unotext.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:16:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:25:39 +0200
commit9ad66e5ae924b22c589601085c0a7355073a1daf (patch)
tree2bc7eef7dc2060c59a32d907280d6213b3b7aa98 /editeng/source/uno/unotext.cxx
parentcde88284e8df3c2b943904239cef8b8aedbbf57a (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I626b79e1450d78aec96c206db82bf64a47305d08
Diffstat (limited to 'editeng/source/uno/unotext.cxx')
-rw-r--r--editeng/source/uno/unotext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/uno/unotext.cxx b/editeng/source/uno/unotext.cxx
index 2c5a1a19375a..473f013306b0 100644
--- a/editeng/source/uno/unotext.cxx
+++ b/editeng/source/uno/unotext.cxx
@@ -2031,7 +2031,7 @@ sal_Bool SAL_CALL SvxUnoTextBase::hasElements( ) throw(uno::RuntimeException, s
return pForwarder->GetParagraphCount() != 0;
}
- return sal_False;
+ return false;
}
// text::XTextRangeMover