summaryrefslogtreecommitdiff
path: root/editeng/qa/unit
diff options
context:
space:
mode:
authorVarun Dhall <varun.dhall@studentpartner.com>2017-08-17 01:57:59 +0530
committerMichael Stahl <mstahl@redhat.com>2017-08-17 10:54:59 +0200
commit006a7b50546c57e260245d4630de565705f2fc38 (patch)
treec913778b89039c85f0ebeea86bf7a5da11175b9b /editeng/qa/unit
parenta82af43b526c9eca38f74f51d9af0c99c62f8121 (diff)
Removing unused serialisation code
Change-Id: I86911c77f0831d448ff803afae2a74ec55ad4dd8 Reviewed-on: https://gerrit.libreoffice.org/41233 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'editeng/qa/unit')
-rw-r--r--editeng/qa/unit/core-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/qa/unit/core-test.cxx b/editeng/qa/unit/core-test.cxx
index ceea79b810d4..f806a056ff26 100644
--- a/editeng/qa/unit/core-test.cxx
+++ b/editeng/qa/unit/core-test.cxx
@@ -118,7 +118,7 @@ void Test::setUp()
{
test::BootstrapFixture::setUp();
- mpItemPool = new EditEngineItemPool(true);
+ mpItemPool = new EditEngineItemPool();
SfxApplication::GetOrCreate();
}