diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-01 11:36:25 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-01 12:20:16 +0100 |
commit | a531af237d21a9a6597b2766893c909e1ac5cc25 (patch) | |
tree | b15b3457276035d64354cbbbe3a3c4ffa280cfb1 /libreofficekit/qa | |
parent | 2fb8c4b642bae77e0a515512450129503db5aa38 (diff) |
gtktiledviewer: log .uno:ViewRowColumnHeaders command result
Change-Id: I6d71071371ef54f70613246162c893daa56b7bb9
Diffstat (limited to 'libreofficekit/qa')
-rw-r--r-- | libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx b/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx index 7ec2b78bc112..c0d4ac7f33df 100644 --- a/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx +++ b/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx @@ -292,6 +292,7 @@ gboolean TiledRowColumnBar::docConfigureEvent(GtkWidget* pDocView, GdkEventConfi ss << "lok::Document::getCommandValues(" << aCommand.str() << ")"; g_info("%s", ss.str().c_str()); char* pValues = pDocument->pClass->getCommandValues(pDocument, aCommand.str().c_str()); + g_info("lok::Document::getCommandValues() returned '%s'", pValues); std::stringstream aStream(pValues); free(pValues); assert(!aStream.str().empty()); |