diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-14 16:53:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-16 14:18:19 +0000 |
commit | 4cfb22aaf50f93019ee888e84a2db2efd048b894 (patch) | |
tree | f47aff461d519df6ce9567c0c8b9779a8a033255 /sc/qa | |
parent | 480e84d88d96d2d245b653613a9b83f3d7120ed8 (diff) |
clang-cl loplugin: sc
Change-Id: I24d091174ab602ecf80c65ad75fd450e55cb01ac
Reviewed-on: https://gerrit.libreoffice.org/29856
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/subsequent_export-test.cxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx index 693990dafd69..9a47f4791d28 100644 --- a/sc/qa/unit/subsequent_export-test.cxx +++ b/sc/qa/unit/subsequent_export-test.cxx @@ -141,7 +141,9 @@ public: void testCeilingFloorXLS(); void testCeilingFloorODS(); +#if !defined _WIN32 void testRelativePaths(); +#endif void testSheetProtection(); void testPivotTableXLSX(); @@ -151,7 +153,9 @@ public: void testLinkedGraphicRT(); void testImageWithSpecialID(); +#if !defined _WIN32 void testSupBookVirtualPath(); +#endif void testSheetLocalRangeNameXLS(); void testSheetTextBoxHyperlink(); void testFontSize(); @@ -2622,6 +2626,7 @@ void ScExportTest::testCeilingFloorODS() testCeilingFloor(FORMAT_ODS); } +#if !defined _WIN32 void ScExportTest::testRelativePaths() { ScDocShellRef xDocSh = loadDoc("fdo79305.", FORMAT_ODS); @@ -2634,6 +2639,7 @@ void ScExportTest::testRelativePaths() // make sure that the URL is relative CPPUNIT_ASSERT(aURL.startsWith("..")); } +#endif namespace { @@ -3025,6 +3031,7 @@ void ScExportTest::tearDown() test::BootstrapFixture::tearDown(); } +#if !defined _WIN32 void ScExportTest::testSupBookVirtualPath() { ScDocShellRef xShell = loadDoc("external-ref.", FORMAT_XLS); @@ -3041,6 +3048,7 @@ void ScExportTest::testSupBookVirtualPath() xDocSh->DoClose(); } +#endif void ScExportTest::testLinkedGraphicRT() { |