missing brace

Change-Id: I0a24f87955e2e18ba193ba733fa28f049ba42cfd
This commit is contained in:
Miklos Vajna
2013-06-15 13:27:36 +02:00
parent 36de708ce4
commit 90d6e8c63f

View File

@@ -727,6 +727,7 @@ void Test::testFdo65655()
CPPUNIT_ASSERT_EQUAL(false, bool(bValue));
xPropertySet->getPropertyValue("FooterIsShared") >>= bValue;
CPPUNIT_ASSERT_EQUAL(false, bool(bValue));
}
void Test::testFDO63053()
{