summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwplayout.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 20:01:20 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:25 +0100
commit4d9d22e9cda685d80cabb37f139963eeb12b6db7 (patch)
treea371a34bb9aea5e7cd4be985c2b9aba1878cb08d /lotuswordpro/source/filter/lwplayout.cxx
parentad930bddba8002fe592d7242b99867bffed9dbf0 (diff)
bool improvements
Change-Id: I7b149b16a362473179a383ff1bb16f428f755f31
Diffstat (limited to 'lotuswordpro/source/filter/lwplayout.cxx')
-rw-r--r--lotuswordpro/source/filter/lwplayout.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwplayout.cxx b/lotuswordpro/source/filter/lwplayout.cxx
index 0818f3f3bc8b..d9128f15a863 100644
--- a/lotuswordpro/source/filter/lwplayout.cxx
+++ b/lotuswordpro/source/filter/lwplayout.cxx
@@ -1020,11 +1020,11 @@ sal_Int32 LwpMiddleLayout::DetermineWidth()
{
if (IsSizeRightToContent())
{
- assert(sal_False);
+ assert(false);
}
else if (IsSizeRightToContainer())
{
- assert(sal_False);
+ assert(false);
}
else
{