Skip to content

Fix encryption of new documents

Dag Andersen requested to merge work/danders/encrypt-new-doc into master

New documents or imported documents was not encrypted first time they wwre saved. The reason seems to be that KoMainWindow::slotSaveFile does not honor the documents specialOutputFlag.

This patch uses the KoMainWindow::saveDocument slot instead, where the specialOutputFlag can be given as an argument.

Merge request reports