summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
index afe09b97b1c1..1955bd3d5d80 100644
--- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
+++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
@@ -91,13 +91,13 @@ namespace
m_nODF = nTmp;
else
throw uno::RuntimeException(
- OUString("[xmlsecurity]SaveODFItem::SaveODFItem(): Wrong Type!"),
+ "[xmlsecurity]SaveODFItem::SaveODFItem(): Wrong Type!",
nullptr );
}
else
throw uno::RuntimeException(
- OUString("[xmlsecurity] Could not open property Office.Common/Save/ODF/DefaultVersion"),
+ "[xmlsecurity] Could not open property Office.Common/Save/ODF/DefaultVersion",
nullptr);
}
}