diff options
author | Armin Le Grand <Armin.Le.Grand@cib.de> | 2016-07-22 15:08:31 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-08-18 02:39:12 +0200 |
commit | 56336f97625acbd9cc9de9e36e34cc5d02343464 (patch) | |
tree | f2f1979a7cdc7039f386d68bc19e3e7d1e1f5214 /cui | |
parent | fd73a4b6ea4ba4ff9f6e513b0f812f38c8414c34 (diff) |
screenshots: add dialog test cases for chart2
All *.ui files create a screenshot, but not all look useful
Change-Id: I90d977ae84a65e9576ba9cc9b178407997e4ba79
Diffstat (limited to 'cui')
-rw-r--r-- | cui/qa/unit/cui-dialogs-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/qa/unit/cui-dialogs-test.cxx b/cui/qa/unit/cui-dialogs-test.cxx index 0d903e349226..5e819ce1304a 100644 --- a/cui/qa/unit/cui-dialogs-test.cxx +++ b/cui/qa/unit/cui-dialogs-test.cxx @@ -137,7 +137,7 @@ void CuiDialogsTest::openAnyDialog() // // Take any example here, it's only for demonstration - using // even a known one to demonstrate the fallback possibility - const OString aUIXMLDescription("modules/swriter/ui/abstractdialog.ui"); + const OString aUIXMLDescription("cui/ui/customizedialog.ui"); dumpDialogToPath(aUIXMLDescription); } |