diff options
author | Andrzej Hunt <andrzej@ahunt.org> | 2015-11-16 15:30:53 +0100 |
---|---|---|
committer | Andrzej Hunt <andrzej@ahunt.org> | 2015-11-16 15:42:28 +0100 |
commit | 396b5f411f7ecc7d600efdc0bb2381a7d1ed6d88 (patch) | |
tree | 2a8217a24f9667a84bc714c3489eee387d7c9834 /desktop | |
parent | f630b6d5f165c8c507b8904b99594936edfd8da0 (diff) |
sc lok: use client zoom for ViewRowColumnHeaders
Change-Id: I85000851f82ea7cdc4b536683adbc8570de9af7e
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/qa/desktop_lib/test_desktop_lib.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx index 5ca573d12185..3b7e2741778e 100644 --- a/desktop/qa/desktop_lib/test_desktop_lib.cxx +++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx @@ -405,6 +405,9 @@ void DesktopLOKTest::testRowColumnHeaders() * "text" has the header label in UTF-8 */ LibLODocument_Impl* pDocument = loadDoc("search.ods"); + + pDocument->pClass->initializeForRendering(pDocument); + boost::property_tree::ptree aTree; char* pJSON = pDocument->m_pDocumentClass->getCommandValues(pDocument, ".uno:ViewRowColumnHeaders"); std::stringstream aStream(pJSON); |