summaryrefslogtreecommitdiff
path: root/sd/qa/unit/dialogs-test.cxx
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@cib.de>2016-07-21 18:20:00 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-18 02:39:12 +0200
commit2db8b3a81554735552e366ebbad1227579dee4ca (patch)
tree116334bf4543907c2ac47e3770642c59f11bf7dc /sd/qa/unit/dialogs-test.cxx
parente56334255291a0ccb5165d7ceaa1391b906bb4de (diff)
screenshots: add dialog test cases for writer
Writer has currently no known dialogs that get created with an opened writer document. There are some ui files that do not work with fallback (7), but most work (167). Not all look good, though. Change-Id: I92a6a5077e3a8c93148e162455093399ba1f99ed
Diffstat (limited to 'sd/qa/unit/dialogs-test.cxx')
-rw-r--r--sd/qa/unit/dialogs-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/dialogs-test.cxx b/sd/qa/unit/dialogs-test.cxx
index 368a96a54203..1b0cf2b4cc1e 100644
--- a/sd/qa/unit/dialogs-test.cxx
+++ b/sd/qa/unit/dialogs-test.cxx
@@ -612,7 +612,7 @@ void SdDialogsTest::openAnyDialog()
OUString aURL = aDirectories.getURLFromSrc("sd/qa/unit/data/dialogs-test.txt");
SvFileStream aStream(aURL, StreamMode::READ);
OString aNextUIFile;
- OString aComment("#");
+ const OString aComment("#");
while (aStream.ReadLine(aNextUIFile))
{