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

Miklos Vajna vmiklos at collabora.co.uk
Wed Jun 10 09:51:31 PDT 2015


 sw/qa/extras/uiwriter/uiwriter.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6cca91f7ada91701443225061a5dd0ae81a98b8e
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Wed Jun 10 18:49:56 2015 +0200

    CppunitTest_sw_uiwriter: enable on Windows
    
    I hope that the underlying problem is fixed now by commit
    670100fcfbb39d3dbe4afdb27fbced26d7b14283 (Remove FastLoader
    optimization, 2015-06-10).
    
    Change-Id: I1cb577ec1f50a45b40683031e79c0999338a2926

diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx
index 518ec6b..5c9313d 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -1056,7 +1056,7 @@ void SwUiWriterTest::testTdf90883TableBoxGetCoordinates()
 
 void SwUiWriterTest::testEmbeddedDataSource()
 {
-#if !defined(WNT) && !defined(MACOSX)
+#if !defined(MACOSX)
     // Initially no data source.
     uno::Reference<uno::XComponentContext> xComponentContext(comphelper::getProcessComponentContext());
     uno::Reference<sdb::XDatabaseContext> xDatabaseContext = sdb::DatabaseContext::create(xComponentContext);


More information about the Libreoffice-commits mailing list