summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-12 17:48:42 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 17:48:42 +0200
commitd0778636a4b4ee55781c01a86869b11df4e0fc8b (patch)
treeb5283e5f271fdc14d090016b04893a7ad11ea49e /desktop
parent117dc3c5ecb7874e1a9d2ac96f9df65b8f3d3944 (diff)
loplugin:defaultparams
Change-Id: I5748482eb246b2ccf87a02df6406e2624ee66921
Diffstat (limited to 'desktop')
-rw-r--r--desktop/qa/desktop_lib/test_desktop_lib.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx
index 0f7bcbce42d1..fd57c1127062 100644
--- a/desktop/qa/desktop_lib/test_desktop_lib.cxx
+++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx
@@ -974,7 +974,7 @@ void DesktopLOKTest::testContextMenuCalc()
void DesktopLOKTest::testContextMenuWriter()
{
comphelper::LibreOfficeKit::setActive();
- LibLODocument_Impl* pDocument = loadDoc("blank_text.odt", LOK_DOCTYPE_TEXT);
+ LibLODocument_Impl* pDocument = loadDoc("blank_text.odt");
pDocument->pClass->initializeForRendering(pDocument, nullptr);
pDocument->pClass->registerCallback(pDocument, &DesktopLOKTest::callback, this);