From 3cd3ba0e127005cfd1de65f2e3cfc7dc6ad4e623 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 8 May 2019 10:13:12 +0000 Subject: Fix typo Change-Id: Ie7861296de4d70dc03889212a359537d45a0c7bd Reviewed-on: https://gerrit.libreoffice.org/72250 Tested-by: Jenkins Reviewed-by: Julien Nabet --- desktop/source/deployment/misc/dp_descriptioninfoset.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/source/deployment/misc/dp_descriptioninfoset.cxx') diff --git a/desktop/source/deployment/misc/dp_descriptioninfoset.cxx b/desktop/source/deployment/misc/dp_descriptioninfoset.cxx index ecd14d1b1755..3e10663ef8db 100644 --- a/desktop/source/deployment/misc/dp_descriptioninfoset.cxx +++ b/desktop/source/deployment/misc/dp_descriptioninfoset.cxx @@ -174,7 +174,7 @@ ExtensionDescription::ExtensionDescription( Reference xFilter = new FileDoesNotExistFilter(xCmdEnv); ::ucbhelper::Content descContent(sDescriptionUri, xFilter, xContext); - //throws an css::uno::Exception if the file is not available + //throws a css::uno::Exception if the file is not available Reference xIn; try { //throws com.sun.star.ucb.InteractiveIOException -- cgit