Kaydet (Commit) 1347b90c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wformat-security

Change-Id: I34976a4900a73505a91d3e58736675ab39ad174c
üst 0fe622f6
......@@ -264,7 +264,7 @@ gboolean TiledRowColumnBar::docConfigureEvent(GtkWidget* pDocView, GdkEventConfi
aCommand << "&height=" << int(lok_doc_view_pixel_to_twip(LOK_DOC_VIEW(pDocView), rWindow.m_pRowBar->m_nSizePixel));
std::stringstream ss;
ss << "lok::Document::getCommandValues(" << aCommand.str() << ")";
g_info(ss.str().c_str());
g_info("%s", ss.str().c_str());
char* pValues = pDocument->pClass->getCommandValues(pDocument, aCommand.str().c_str());
std::stringstream aStream(pValues);
free(pValues);
......
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