summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/data/dialogs-test.txt5
-rw-r--r--sd/qa/unit/dialogs-test.cxx2
2 files changed, 5 insertions, 2 deletions
diff --git a/sd/qa/unit/data/dialogs-test.txt b/sd/qa/unit/data/dialogs-test.txt
index 81fc5f08c07c..b54688fbc7b3 100644
--- a/sd/qa/unit/data/dialogs-test.txt
+++ b/sd/qa/unit/data/dialogs-test.txt
@@ -53,7 +53,10 @@ modules/simpress/ui/headerfooterdialog.ui
modules/sdraw/ui/paranumberingtab.ui
modules/sdraw/ui/namedesign.ui
modules/sdraw/ui/tabledesigndialog.ui
-# modules/simpress/ui/assistentdialog.ui <- deactivated, leads to problems and the test to not work
+
+# deactivated, leads to problems and the test to not work
+# modules/simpress/ui/assistentdialog.ui
+
modules/simpress/ui/headerfootertab.ui
modules/simpress/ui/customanimationproperties.ui
modules/simpress/ui/customanimationeffecttab.ui
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))
{