summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-05-19 13:58:13 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-05-19 13:59:16 +0200
commit76c61ced4eaa5f69b948dca7537028eaa88225b3 (patch)
treeed8d00436051f02e73456af547cbf4a2a4a5382b /svtools/source
parent4ab498fd50d94f2d84b5794f0a75d621a701e622 (diff)
check for and handle missing base in mail merge (related: fdo#33266)
Change-Id: I3e362a873c28026cbecf005c07def1295aa920e0
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/dialogs/restartdialog.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svtools/source/dialogs/restartdialog.cxx b/svtools/source/dialogs/restartdialog.cxx
index 1e99d16c3d36..7bef79758c47 100644
--- a/svtools/source/dialogs/restartdialog.cxx
+++ b/svtools/source/dialogs/restartdialog.cxx
@@ -40,6 +40,9 @@ public:
case svtools::RESTART_REASON_BIBLIOGRAPHY_INSTALL:
get(reason_, "reason_bibliography_install");
break;
+ case svtools::RESTART_REASON_MAILMERGE_INSTALL:
+ get(reason_, "reason_mailmerge_install");
+ break;
default:
assert(false); // this cannot happen
}