Kaydet (Commit) 7ffb0b7c authored tarafından Tamás Zolnai's avatar Tamás Zolnai Kaydeden (comit) Jan Holesovsky

Remove cout line

Change-Id: Ic1b30a89ae513b3b3ec71853830ef7600801dee0
üst b2c3ee24
...@@ -2608,8 +2608,6 @@ static void doc_renderShapeSelection(LibreOfficeKitDocument* pThis, char*& pOutp ...@@ -2608,8 +2608,6 @@ static void doc_renderShapeSelection(LibreOfficeKitDocument* pThis, char*& pOutp
if (gImpl) if (gImpl)
gImpl->maLastExceptionMsg.clear(); gImpl->maLastExceptionMsg.clear();
std::cout << "doc_renderShapeSelection" << std::endl;
LibLODocument_Impl* pDocument = static_cast<LibLODocument_Impl*>(pThis); LibLODocument_Impl* pDocument = static_cast<LibLODocument_Impl*>(pThis);
uno::Reference<frame::XStorable> xStorable(pDocument->mxComponent, uno::UNO_QUERY_THROW); uno::Reference<frame::XStorable> xStorable(pDocument->mxComponent, uno::UNO_QUERY_THROW);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment