summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-06-30 22:47:20 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-30 23:24:58 +0200
commit9394362e10de6fe30e673efcdbe56d43579447b1 (patch)
tree6ced5097035b29d2267f4fb096a2fa84726fd002 /sw
parent98ddd7a32fd0d5fa080fac368b9dc53a06659285 (diff)
sw: remove SwUiWriterTest's empty.odt
Change-Id: I44e2881bcf1d50fbc4d35802d90ea8ee19b39f3a
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/uiwriter/data/empty.odtbin7241 -> 0 bytes
-rw-r--r--sw/qa/extras/uiwriter/uiwriter.cxx3
2 files changed, 1 insertions, 2 deletions
diff --git a/sw/qa/extras/uiwriter/data/empty.odt b/sw/qa/extras/uiwriter/data/empty.odt
deleted file mode 100644
index 311cb06e575e..000000000000
--- a/sw/qa/extras/uiwriter/data/empty.odt
+++ /dev/null
Binary files differ
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx
index c65fe6175c82..0339860beb67 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -1399,8 +1399,7 @@ void SwUiWriterTest::testEmbeddedDataSource()
void SwUiWriterTest::testUnoCursorPointer()
{
- auto xDocComponent(loadFromDesktop(
- getURLFromSrc(DATA_DIRECTORY) + "empty.odt",
+ auto xDocComponent(loadFromDesktop("private:factory/swriter",
"com.sun.star.text.TextDocument"));
auto pxDocDocument(
dynamic_cast<SwXTextDocument *>(xDocComponent.get()));