diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2018-11-12 18:11:21 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-12-07 11:52:30 +0100 |
commit | 7ffb0b7c71ea635f1a41b092b20b2b5ad37d04f4 (patch) | |
tree | b086bf4eb251c1e11add792ae536e0f10a103c22 /desktop | |
parent | b2c3ee24fd1075be2a90c01eadb65d7aa42eb531 (diff) |
Remove cout line
Change-Id: Ic1b30a89ae513b3b3ec71853830ef7600801dee0
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 77037e47fee1..72af9accb971 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2608,8 +2608,6 @@ static void doc_renderShapeSelection(LibreOfficeKitDocument* pThis, char*& pOutp if (gImpl) gImpl->maLastExceptionMsg.clear(); - std::cout << "doc_renderShapeSelection" << std::endl; - LibLODocument_Impl* pDocument = static_cast<LibLODocument_Impl*>(pThis); uno::Reference<frame::XStorable> xStorable(pDocument->mxComponent, uno::UNO_QUERY_THROW); |