summaryrefslogtreecommitdiff
path: root/sc/qa/extras/sceditfieldobj-cell.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/sceditfieldobj-cell.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/sceditfieldobj-cell.cxx')
-rw-r--r--sc/qa/extras/sceditfieldobj-cell.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/sc/qa/extras/sceditfieldobj-cell.cxx b/sc/qa/extras/sceditfieldobj-cell.cxx
index da5fb4fd9918..78d0ac1e46da 100644
--- a/sc/qa/extras/sceditfieldobj-cell.cxx
+++ b/sc/qa/extras/sceditfieldobj-cell.cxx
@@ -86,7 +86,10 @@ sal_Int32 ScEditFieldObj_Cell::nTest = 0;
uno::Reference<lang::XComponent> ScEditFieldObj_Cell::mxComponent;
uno::Reference<text::XTextField> ScEditFieldObj_Cell::mxField;
-ScEditFieldObj_Cell::ScEditFieldObj_Cell() {}
+ScEditFieldObj_Cell::ScEditFieldObj_Cell()
+ : UnoApiTest("/sc/qa/extras/testdocuments")
+{
+}
void ScEditFieldObj_Cell::setUp()
{