[Libreoffice-commits] core.git: starmath/qa

Rene Engelhard (via logerrit) logerrit at kemper.freedesktop.org
Mon Sep 16 19:55:20 UTC 2019


 starmath/qa/cppunit/test_starmath.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit f303e0bd03ede6faec52b5bc21c74600b179088e
Author:     Rene Engelhard <rene at debian.org>
AuthorDate: Mon Sep 16 21:54:15 2019 +0200
Commit:     Rene Engelhard <rene at debian.org>
CommitDate: Mon Sep 16 21:54:15 2019 +0200

    ifdef -> if for consistency
    
    Change-Id: Id95d719425898f9bdbdecf31f89854c3c5bcdf77

diff --git a/starmath/qa/cppunit/test_starmath.cxx b/starmath/qa/cppunit/test_starmath.cxx
index 03622eb940d4..9ad318a9d3bc 100644
--- a/starmath/qa/cppunit/test_starmath.cxx
+++ b/starmath/qa/cppunit/test_starmath.cxx
@@ -66,7 +66,7 @@ public:
     void replacePlaceholder();
     void viewZoom();
 
-#ifdef HAVE_MORE_FONTS
+#if HAVE_MORE_FONTS
     void testSmTmpDeviceRestoreFont();
 #endif
 
@@ -89,7 +89,7 @@ public:
     CPPUNIT_TEST(ParseErrorDoubleSubsupscript);
     CPPUNIT_TEST(replacePlaceholder);
     CPPUNIT_TEST(viewZoom);
-#ifdef HAVE_MORE_FONTS
+#if HAVE_MORE_FONTS
     CPPUNIT_TEST(testSmTmpDeviceRestoreFont);
 #endif
     CPPUNIT_TEST_SUITE_END();
@@ -145,7 +145,7 @@ void Test::tearDown()
     BootstrapFixture::tearDown();
 }
 
-#ifdef HAVE_MORE_FONTS
+#if HAVE_MORE_FONTS
 void Test::testSmTmpDeviceRestoreFont()
 {
     ScopedVclPtrInstance<Printer> pPrinter;


More information about the Libreoffice-commits mailing list