summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2018-11-12 18:11:21 +0100
committerJan Holesovsky <kendy@collabora.com>2018-12-07 11:52:30 +0100
commit7ffb0b7c71ea635f1a41b092b20b2b5ad37d04f4 (patch)
treeb086bf4eb251c1e11add792ae536e0f10a103c22 /desktop
parentsvx: add parameters to .uno:TransformDialog (diff)
downloadcore-7ffb0b7c71ea635f1a41b092b20b2b5ad37d04f4.tar.gz
core-7ffb0b7c71ea635f1a41b092b20b2b5ad37d04f4.zip
Remove cout line
Change-Id: Ic1b30a89ae513b3b3ec71853830ef7600801dee0
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx2
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);