Kaydet (Commit) 1b662532 authored tarafından Luboš Luňák's avatar Luboš Luňák

fix true->sal_False introduced in 6a018dec

üst 5e66f8ee
......@@ -116,7 +116,7 @@ void XDatabaseRange::testGetSortDescriptor()
{
sal_Bool bBindFormatsToContent = sal_False;
xProp.Value >>= bBindFormatsToContent;
CPPUNIT_ASSERT(bBindFormatsToContent == sal_False);
CPPUNIT_ASSERT(bBindFormatsToContent == sal_True);
}
else if (xProp.Name == rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CopyOutputData")))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment