summaryrefslogtreecommitdiff
path: root/sc/qa/extras/scannotationobj.cxx
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2013-01-30 01:58:32 -0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-01-31 04:31:10 +0100
commit7226ac25e2edb6ee27affd576f7aa600bb43520c (patch)
treee71f09dd1ab043caeac3ad474774c60836cd8b48 /sc/qa/extras/scannotationobj.cxx
parent11cfcf401a68cbaf5dfe0a309fd482d3a3fbdff6 (diff)
Use a method from UnoApitest instead of implement a new one in calc
In calc, we see a lot of implementations of createFileURL. So get ride of all it and start to use the UnoAPitest::createFileURL method. Also, clean the UnoApiRest::createFileURL method, fix the path from UnoApiTest and moved some testing files to the right dir that the file belongs. Conflicts: sc/qa/extras/scoutlineobj.cxx Change-Id: Ic02f13777503729ac70da590f4a42866f17ea9b2
Diffstat (limited to 'sc/qa/extras/scannotationobj.cxx')
-rw-r--r--sc/qa/extras/scannotationobj.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/qa/extras/scannotationobj.cxx b/sc/qa/extras/scannotationobj.cxx
index 29d9cbfe7e9a..fdbd7486eef6 100644
--- a/sc/qa/extras/scannotationobj.cxx
+++ b/sc/qa/extras/scannotationobj.cxx
@@ -70,6 +70,7 @@ sal_Int32 ScAnnontationObj::nTest = 0;
uno::Reference< lang::XComponent > ScAnnontationObj::mxComponent;
ScAnnontationObj::ScAnnontationObj()
+ : UnoApiTest("/sc/qa/extras/testdocuments")
{
}