summaryrefslogtreecommitdiff
path: root/xmloff/source/meta
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 19:58:40 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:18 +0100
commitfa189d7447a602d1ba3310603a63df582d01bd72 (patch)
tree9863e9380396626c7b12144fccbff67da7a27ffd /xmloff/source/meta
parent9d1c20259f08cd798a2f197a7ecef1bf6382be3f (diff)
bool improvements
Change-Id: I238ab0ebe54cc804c85356a3de9fbdcc396057d3
Diffstat (limited to 'xmloff/source/meta')
-rw-r--r--xmloff/source/meta/xmlmetae.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/meta/xmlmetae.cxx b/xmloff/source/meta/xmlmetae.cxx
index b75cf0f6fcb3..a1c18567f221 100644
--- a/xmloff/source/meta/xmlmetae.cxx
+++ b/xmloff/source/meta/xmlmetae.cxx
@@ -286,7 +286,7 @@ void SvXMLMetaExport::_MExport()
XML_NAMESPACE_META, XML_CELL_COUNT, aValue );
else
{
- DBG_ASSERT( sal_False, "Unknown statistic value!\n" );
+ DBG_ASSERT( false, "Unknown statistic value!\n" );
}
}
}