[Libreoffice-commits] core.git: sw/qa
Miklos Vajna
vmiklos at suse.cz
Sat Jun 15 04:26:11 PDT 2013
sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 90d6e8c63f0ae4ce0d76da2ae38ce65ecd450c95
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Sat Jun 15 13:27:36 2013 +0200
missing brace
Change-Id: I0a24f87955e2e18ba193ba733fa28f049ba42cfd
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index b832322..024e317 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
@@ -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()
{
More information about the Libreoffice-commits
mailing list