summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-09-23 10:06:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-09-23 13:14:45 +0200
commit6de748a2c3a52458d59b3645a368a30325c6bf4d (patch)
tree18bb847614d375bb0e2a42541912d110b8b8e562 /test
parent89ffe6149a0e14bcde89d7981362aa1556849ab0 (diff)
fix make screenshot
Change-Id: Ic8724e149a2d1507810d19622e4c6e1b9be7907b Reviewed-on: https://gerrit.libreoffice.org/79389 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'test')
-rw-r--r--test/source/screenshot_test.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/source/screenshot_test.cxx b/test/source/screenshot_test.cxx
index e046bc2a235d..658e6fa47e97 100644
--- a/test/source/screenshot_test.cxx
+++ b/test/source/screenshot_test.cxx
@@ -194,6 +194,7 @@ void ScreenshotTest::dumpDialogToPath(const OString& rUIXMLDescription)
bool bLegacy;
bLegacy = rUIXMLDescription != "cui/ui/textanimtabpage.ui" &&
rUIXMLDescription != "cui/ui/areatabpage.ui" &&
+ rUIXMLDescription != "cui/ui/personalization_tab.ui" &&
rUIXMLDescription != "modules/schart/ui/tp_3D_SceneIllumination.ui";
std::unique_ptr<VclBuilder> xBuilder(new VclBuilder(pDialog, VclBuilderContainer::getUIRootDir(), OStringToOUString(rUIXMLDescription, RTL_TEXTENCODING_UTF8), OString(), css::uno::Reference<css::frame::XFrame>(), bLegacy));
vcl::Window *pRoot = xBuilder->get_widget_root();